main
move neighbors.py -> neighbors
ENH Add `float32` implementations for `BallTree` and `KDTree` (#25914)
MNT: Fix mypy job for pytest 9.1.0 (#34300)
API Deprecate getting binary tree stats (#34242)
FIX Revert `{Ball,KD}Tree.valid_metrics` to public class attributes (#26754)
CLN replace authors with the standard line (#29250)
FEA Add support for sparse input matrices in NCA with "pca" init (#34122)
ENH Add decision_function, predict_proba and predict_log_proba for NearestCentroid estimator (#26689)
CI Fix scipy-dev remaining failures due to scipy sparse DeprecationWarning (#34632)
API Deprecate n_iter in favour of max_iter for TSNE (#28471)
CLN use new license notice line (#29246)
FIX Fix EPSILON variable initialization in `quad_tree.pxd` (#32291)