1.1.3
FIX Add ElasticNet* and LassoCV checks in feature_selection._from_model threshold (#23636)
MNT Applies black formatting to most of the code base (#18948)
FIX make coef_ in PLS estimator consistent with linear models (#22016)
DOC Clarify threshold param in SelectFromModel (#24039)
MNT Drops Python 3.7 in CI, wheel building, and docs (#22617)
MAINT solve long line reported by flake8 (#24065)
DOC, MNT Typos found by codespell (#22906)
DOC Ensures that f_oneway passes numpydoc validation. (#23468)
DOC Adds missing imports into examples and test them (#21186)