Commit Graph

66 Commits

Author SHA1 Message Date
Thomas J. Fan 65da23d5fc
CI Fix scipy-dev for deprecated numpy.distutils (#22513) 2022-02-17 15:32:03 +01:00
Thomas J. Fan 5f75acdd12
MNT Bump joblib version dependency to 1.0.0 (#22365) 2022-02-09 13:47:18 +01:00
Thomas J. Fan 594b1f70fc
CI Build macOS arm wheels [cd build gh] (#21827)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
2021-12-02 16:57:25 +01:00
Thomas J. Fan a611fed55f
MNT Configures boundscheck=True for one of the CI instances (#21779) 2021-11-25 14:43:30 +01:00
Jérémie du Boisberranger 1f8825c8dd
MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
Mathis Batoul 4b8cd88039
MAINT Improve source generation using `Tempita` (#20481)
Co-authored-by: Joan Massich <sik@visor.udg.edu>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-08-09 21:43:56 +02:00
Guillaume Lemaitre 6b2d5a973a
CI temporary fix for linking against system libs (#20654) 2021-08-02 14:16:54 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Isuru Fernando d640b7fc61
Support cross compiling using crossenv (#18884) 2020-11-23 09:31:45 +01:00
Roman Yurchak 00ab3e10e2
Build fixes for pyodide (#18810) 2020-11-13 11:01:50 +01:00
Thomas J. Fan 1ea9ae2245
MNT Move min_dependencies up a level (#18610) 2020-10-14 16:11:05 +02:00
Ram Rachum 61ec6b9b79
MNT Use raise from in 19 modules (#17835) 2020-08-25 08:57:29 +02:00
Thomas J. Fan e89157e18a
MNT Support for case insensitive filesystems (#18151) 2020-08-14 10:19:18 +02:00
Jérémie du Boisberranger 2d1bc8b8e6
CI import setuptools monkeypatch distutils commands (#17887) 2020-07-10 18:28:42 +02:00
Jérémie du Boisberranger cac167244d
CI Fix pre-build checks to handle compilers from build_ext options (#16193) 2020-07-10 16:10:10 +02:00
Thomas J. Fan 0f114b610d
MNT Places all minimum dependencies in one central location (#17573)
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
2020-06-27 16:55:25 +02:00
Nicolas Hug 7494da6f52
MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00
Nicolas Hug 1931e142ed
Remove deprecated utils (#17133) 2020-05-20 22:03:54 +02:00
Roman Yurchak 5a4340834d
Fix mypy errors (#16726) 2020-03-30 15:41:05 +02:00
Guillaume Lemaitre a5542e9490 BUG fix pip3 ubuntu update by suffixing file (#15928) 2019-12-20 11:11:20 -05:00
Thomas J Fan 13134a884b Fix imports in pip3 ubuntu by suffixing affected files (#15891) 2019-12-18 10:09:48 +08:00
Jérémie du Boisberranger 9876f748b0 [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
Jérémie du Boisberranger 82845abac6 BLD Fix remove lazy import of Tempita (#15608) 2019-11-12 08:03:45 -08:00
Olivier Grisel 82e2f54565 BLD: Do not pre-cythonize when calling sdist (#15567) 2019-11-08 13:04:30 +01:00
Thomas J Fan f447dbcc1f MNT Uses pep562 to import private methods (#15431) 2019-11-04 10:08:31 +01:00
Thomas J Fan 57996433e6 MNT Removes trailing underscore from files (#15397) 2019-10-30 10:36:46 +08:00
Thomas J Fan 6769490424 MNT Make modules private in feature_selection (#15376) 2019-10-29 11:00:32 +08:00
Nicolas Hug b92455a6b2 MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
Thomas J Fan 5756a9934b MNT Make modules private in decomposition (#15344) 2019-10-28 22:46:16 +08:00
Thomas J Fan a311ec0d8b MNT Make modules private in guassian_process (#15320) 2019-10-28 11:20:36 +08:00
Thomas J Fan 4a95e33e63 MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
Thomas J Fan bb3b3f9261 MNT Make modules private in feature_extraction (#15321) 2019-10-25 16:41:13 -04:00
jeremiedbb c2115b10eb BLD lazy import of tempita to avoid cython dependency (#15313) 2019-10-25 14:42:18 +02:00
Guillaume Lemaitre f1330cda4f MAINT revert unecessary deprecation for permutation_importance module (#15354) 2019-10-24 15:51:36 +02:00
Thomas J Fan 0a7adef005 MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
Nicolas Hug e947689c90 MAINT Make files private for sklearn.metrics and sklearn.metrics.cluster (#15306) 2019-10-23 15:20:28 +02:00
Thomas J Fan f86e852c27 MNT Make modules private in inspection (#15334) 2019-10-23 14:50:58 +02:00
Thomas J Fan 62aee0666e MNT Make modules private in neighbors (#15322)
* API Deprecated paths in deprecated_neighbors

* BUG Fixes dist metrics errors

* BUG Fixes deprecated paths

* CLN Address comments
2019-10-23 10:52:52 +02:00
Hanmin Qin ad0e9a97a6
MNT CI failure in master (#15330) 2019-10-22 18:34:02 +08:00
Thomas J Fan 46c3142bec MNT Make modules private in manifold (#15318) 2019-10-22 11:41:02 +08:00
Thomas J Fan e7de9b4cfe MNT Make modules private in semi_supervised (#15317) 2019-10-22 11:39:28 +08:00
Thomas J Fan 15d5ef04df MNT Make modules private in preprocessing (#15323) 2019-10-22 11:37:05 +08:00
Nicolas Hug 2cf67e73f9 MAINT Make files private in sklearn.covariance (#15284) 2019-10-21 00:04:53 +02:00
Nicolas Hug 9e18dddb2c MNT Make files private in cross_decomposition (#15285) 2019-10-20 13:45:25 +02:00
Nicolas Hug 5c5635feb7 MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
Thomas J Fan f80180564b MNT Simplify module deprecation procedures with automatic tests (#15294) 2019-10-18 14:04:00 -04:00
Thomas J Fan 56edce84ca MNT Fixes pytest by using deprecated_modules (#15291)
* MNT Uses gitignore to filter pytest

* MNT Uses collect_ignore_glob to configure collect_ignore_glob

* CLN Restrict to py file

* DOC Remove comments

* ENH Adds neural network

* CLN Proper import

* CLN Proper import

* DOC Adds comments
2019-10-18 18:09:46 +02:00
Nicolas Hug 6ac9dc4878 MNT make the modules in sklearn.mixture private (#15166)
* renaming

* renamed some imports

* added test and gitignore
2019-10-16 19:16:26 +02:00
Adrin Jalali 437ca0553c MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
jeremiedbb 283a61384e MNT Fix link flags search for the OpenMP test program (#15042) 2019-10-16 08:24:55 -04:00