1.2.1
ENH: Added __init__.py into ensemble/tests/
MAINT rename and deprecate `base_estimator` in favor of `estimator` in ensemble classes (#23819)
ENH StackingClassifier allows regressors in its first layer (#24538)
fixup! FIX Support read-only sparse datasets for `Tree`-based estimators (#25341)
Release 1.2.0 [cd build] (#25121)
TST use global_random_seed in sklearn/ensemble/tests/test_gradient_boosting_loss_functions.py (#23559)
TST use global_random_seed in sklearn/ensemble/tests/test_voting.py (#24282)