1.4.2
ENH: Added __init__.py into ensemble/tests/
MAINT remove deprecated base_estimator and base_estimator_ (#27826)
MNT add isort to ruff's rules (#26649)
CI Fix scipy-dev build (#28047)
FIX divide by zero in line search of GradientBoostingClassifier (#28095)
FIX IsolationForest accepts sparse matrix with float value contamination (#27645)
MNT Checking function `_estimator_has` also raises `AttributeError` (#28167)
FIX raise proper error for not supporting multilabel in VotingClassifier (#27702)