1.1.3
DEP loss = auto, binary_crossentropy, categorical_crossentropy in HGBT (#23040)
TST Relax `test_gradient_boosting_early_stopping` (#24541)
MNT Applies black formatting to most of the code base (#18948)
DOC Fixes docstring for max_features in trees (#23982)
API Deprecate max_feature=`auto` for tree classes (#22476)
DEP deviance in favor of log_loss for GradientBoostingClassifier (#23036)
DOC Update comment in sklearn/ensemble/_gradient_boosting.pyx (#23061)
MAINT Use check_scalar in _BaseStacking (#22405)
ENH Add feature_names_out to voting estimators (#22697)
DOC Update documentation of weight boosting estimators w/ ranges (#22155)
ENH Replace loss module HGBT (#20811)