main
FIX Explicitly disable array API dispatching for reference computation (#34378)
MNT Switch to absolute imports enforced by `ruff` (#31847)
MNT refactor name of `device` function to `array_device` (#34543)
CLN replace authors with the standard line (#29250)
Fix make sure enabling `array_api_dispatch=True` does not break any estimator on NumPy inputs (#32846)
PERF Faster FastICA for deflation + logcosh (#33269)
Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)
DOC Fix broken link to Kernel PCA paper (#32314)
DOC: Add the Stochastic Variational Inference paper link (#32227)
MNT Fix NMF error with SciPy dev after SVD output memory layout change (#33260)
MNT Use absolute import in sklearn/decomposition/_online_lda_fast.pyx (#32377)
BLD Reduce generated build file path lengths to avoid Windows path length limitation (#31212)