1.2.2
FIX Allow negative tol in SequentialFeatureSelector (#25664)
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 always scale continuous features to unit variance in mutual info (#24747)
FIX propagate configuration to workers in parallel (#25363)
DOC only use chi2 on binary and counts features (#24684)
MNT Adds dict typing hint to _parameter_constraints for mypy (#24301)