1.6.0
Move project directory from scikits.learn to sklearn
MNT add isort to ruff's rules (#26649)
FIX `AffinityPropagation` assigning multiple clusters for equal points (#28121)
TST Extend tests for `scipy.sparse.*array` in `sklearn/cluster/tests/test_bicluster.py` (#27093)
DEPR deprecate the copy parameter of Birch (#29124)
FIX Bisecting kmeans when data has 1 feature (#27243)
MNT Fix E721 linting issues to do type comparisons with is (#29501)
MNT Add author/license note where missing and add the linter (#29477)
MAINT Clean up deprecations for 1.6: in HDBSCAN (#29916)
MAINT Clean up deprecations for 1.6: in AgglomerativeClustering (#29915)
TST Relax `test_minibatch_sensible_reassign` to avoid CI failures with single global random seed (#29278)
FIX convergence criterion of MeanShift (#28951)
MAINT Clean-up some old warning filters (#29460)