1.2.1
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)
FIX propagate configuration to workers in parallel (#25363)
MNT Update doc and param validation for SequentialFeatureSelector about scoring (#24296)
DOC only use chi2 on binary and counts features (#24684)
MNT Adds dict typing hint to _parameter_constraints for mypy (#24301)