1.2.0
FIX always scale continuous features to unit variance in mutual info (#24747)
MNT Applies black formatting to most of the code base (#18948)
FIX make coef_ in PLS estimator consistent with linear models (#22016)
MAINT Add parameter validation to `SelectFromModel` (#24213)
MAINT Clean deprecation for 1.2: grid_scores_ in RFECV (#24404)
MNT Update doc and param validation for SequentialFeatureSelector about scoring (#24296)
FIX accept param='all' in GenericUnivariateSelect (#24950)
MNT Adds dict typing hint to _parameter_constraints for mypy (#24301)