Commit Graph

25 Commits

Author SHA1 Message Date
Adrin Jalali 34db65a3ad
DOC use pydata-sphinx-theme for the website (#29038)
Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-20 19:36:54 +02:00
Guillaume Lemaitre 87ceec2f15
FIX add long long for int32/int64 windows compat in NumPy 2.0 (#29029) 2024-05-17 09:14:33 -04:00
Christian Lorentzen 27178d0f66
MNT move sum_parallel to arrayfuncs (#28451) 2024-02-20 15:40:34 -05:00
Egehan Gunduz 07007b34ef
DOC add docstring example to missing `sklearn.utils` functions (#28209)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-01-23 10:40:54 +01:00
Yao Xiao fcd22cac49
DOC make up for errors in #26410 (#28128) 2024-01-15 16:12:02 +01:00
Yao Xiao 6f9d565064
FIX `KNeighborsClassifier` raise when all neighbors of some sample have zero weights (#26410)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2024-01-14 20:15:46 -05:00
Christian Veenhuis 2137ee0335
MAINT Remove -Wdiscarded-qualifiers compilation warning for sklearn.utils.arrayfuncs (#27766) 2023-11-13 14:48:46 +01:00
Guillaume Lemaitre 286f0c9d17
DOC fixes references issues given by sphinx (#27432) 2023-10-03 20:25:29 +02:00
Jérémie du Boisberranger 9cb1111028
MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
Rahil Parikh 5ba1fee683
MAINT Remove -Wcpp warnings when compiling arrayfuncs (#25415)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-02-27 14:32:35 -05:00
Marco Edward Gorelli 2f65ac764b
MAINT clean-up unused variables and imports in cython files (#24347) 2022-09-05 10:39:20 +02:00
Rocco Meli 2a391bea9a
MNT Use cimport numpy as cnp for sklearn/utils (#23348) 2022-05-14 09:58:31 -04:00
Jérémie du Boisberranger 673f6259f3
Fix min_pos when all negative + speed up (#19328) 2021-02-03 22:52:18 +01:00
jeremiedbb cad0fb434f MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
Roman Yurchak 49570484db MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
jeremiedbb 6649059d5f [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
Rémy Léone 31f73a699a Simplify chain comparaison 2015-11-01 21:59:38 +01:00
Lars Buitinck ac8cbb1007 MAINT remove leftovers from solve_triangular 2014-03-10 17:25:47 +01:00
Gael Varoquaux dc27992c1a MAINT: remove our solve_triangular
No longer needed, since we depend on scipy >= 0.9
2014-03-03 20:25:33 +01:00
Lars Buitinck 37c1d092f8 COSMIT shut up the build by calling np.import_array in Cython modules
$(make in 2>&1 | wc -l) down from 706 to 517.

Took the liberty of modernizing some of the Cython code while I was at it.
2013-01-10 18:00:21 +01:00
Lars Buitinck 76c66a0dab BUG Cholesky delete routines wouldn't compile on Solaris
Fixed that and cleaned it up. Should solve #1510.
2013-01-03 15:03:26 +01:00
Gael Varoquaux edcfcd3f96 COSMIT: pep8 in arrayfuncs.pyx
Did not rebuild the C file as the changes are only cosmetic
2012-10-31 09:28:11 +01:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00