1.2.2
Move project directory from scikits.learn to sklearn
MNT Applies black formatting to most of the code base (#18948)
MAINT make `affinity_propagation` calling `AffinityPropagation` (#24884)
MAINT Parameter validation for SpectralBiclustering and SpectralCoclustering (#24170)
TST use global_dtype in sklearn/cluster/tests/test_birch.py (#22671)
MAINT Common parameter validation (#22722)
TST use global_random_seed in sklearn/cluster/tests/test_dbscan.py (#24598)
TST Replaces pytest.warns(None) in test_feature_agglomeration (#22871)
TST use global_random_seed in sklearn/cluster/tests/test_hierarchical.py (#25281)
Ensure invariance of KMeans tests to randomness and tie-breaking of numpy.argpartition (#24779)
MAINT parameter validation for MeanShift (#23803)
MAINT Parameters validation for OPTICS (#24326)
TST Remove remaining tests now covered by common param validation test (#24383)