1.2.0
MAINT Clean deprecation for 1.2: n_features_ replaced by n_featues_in_ (#24388)
MNT Applies black formatting to most of the code base (#18948)
DOC fix some typos in docstring (#24416)
MAINT Handle `Tree.sample_weight` using a memoryview (#24994)
DOC Ensures that sklearn.tree._export.plot_tree passes numpydoc validation (#24559)
DOC fix broken citeseer links (#24800)
MNT Use cimport numpy as cnp for sklearn/tree (#23315)
MAINT clean-up unused variables and imports in cython files (#24347)