1.1.3
ENH add criterion log_loss as alternative to entropy in trees and forests (#23047)
MNT Applies black formatting to most of the code base (#18948)
DOC Fixes docstring for max_features in trees (#23982)
MNT Use cimport numpy as cnp for sklearn/tree (#23315)
FIX Fixes plot_tree from going out of bounds (#21917)
FIX fix performance regression in trees with low-cardinality features (#23410)
MNT Use C++ stack instead of implementing our own in trees (#22328)