1.4.2
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)
TST Extend tests for `scipy.sparse.*array` in `sklearn/cluster/tests/test_dbscan.py` + `test_birch.py` + `test_column_transformer.py` (#27097)
FIX Bisecting kmeans when data has 1 feature (#27243)
FIX don't modify X in-place when precomputed in DBSCAN (#27651)
CI Fix scipy-dev build (#28326)
MAINT remove affinity after deprecation cycle (#27828)
Fix prevent infinite loop in KMeans (#28165)
FIX bug in OPTICS that use the right indices when correcting clusters (#26459)
TST Extend tests for `scipy.sparse.*array` in `sklearn/cluster/tests/test_spectral.py` (#27161)