main
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)
Make the test suite itself thread-safe to be able to detect thread-safety problems with or without free-threading (#30041)
MNT Clean-up deprecation for 1.8: copy attribute of Birch (#32160)
FIX Correct validation in BisectingKMeans with custom init (#33148)
FIX: avoid spurious EfficiencyWarning in DBSCAN with metric='precomputed' (#34399)
MNT Clean-up deprecations for 1.7: Xt in inverse_transform (#31106)
API Change default value of HDBSCAN.copy (#31973)
MNT Fix typos found by typos (#33916)
Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)
CI Add Python 3.14 nightly wheels (#32012)
EFF improve the eigsh call in spectral embedding (#33262)