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
Loïc Estève
ad3addd37f
CI Use environment variable to turn warnings into errors in tests and doc build ( #28372 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2024-02-08 18:54:36 +01:00
Yao Xiao
198908beb9
DOC fix wrong indentations in the documentation that lead to undesired blockquotes ( #28107 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-01-13 17:26:08 +01:00
Guillaume Lemaitre
a88a33a70c
MAINT do not check for warnings in doc_min_dependencies ( #27949 )
2023-12-12 18:56:56 +01:00
Tialo
9faa522753
DOC Fixed some typos ( #27410 )
2023-09-19 12:35:02 +02:00
Christian Veenhuis
559609fe98
MAINT Fix several typos in src and doc files ( #26187 )
2023-04-17 21:35:24 -04:00
Thomas J. Fan
9527920c3d
BLD Reduces size of wheels by stripping symbols ( #25123 )
2022-12-07 18:19:26 +01:00
Loïc Estève
8fc372f8bc
DOC use https links when possible ( #25049 )
2022-11-28 10:24:43 +01:00
Julien Jerphanion
7d1c31892d
DOC Update "Parallelism, resource management, and configuration" section ( #24997 )
...
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-11-25 17:06:03 +01:00
Thomas J. Fan
266d2a2b8d
BLD Migrate away from distutils and only use setuptools ( #24563 )
...
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>
2022-11-03 18:30:14 +01:00
Thomas J. Fan
1b36cbbfd9
DOC Use show_config instead of numpy.distutils's get_info ( #24762 )
2022-10-27 10:08:04 +02:00
Thomas J. Fan
c1d6d78504
DOC Update links in user guide ( #23972 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2022-07-22 07:57:57 -04:00
Loïc Estève
1650347857
DOC fix links with broken anchor ( #23611 )
2022-06-14 16:51:01 +02:00
Chiara Marmo
69132ebbd3
FEA Online implementation of non-negative matrix factorization ( #16948 )
...
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-22 17:51:06 +02:00
Logan Thomas
f16c987592
DOC: various spellcheck and typos ( #23093 )
2022-04-12 10:53:27 +02:00
Dimitri Papadopoulos Orfanos
ee5a1b69d1
DOC, MNT Typos found by codespell ( #22906 )
2022-03-20 19:16:39 +01:00
Julien Jerphanion
613773db11
TST Add minimal setup to be able to run test suite on float32 ( #22690 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
2022-03-17 14:25:17 +01:00
Olivier Grisel
dd1b8c3d39
DOC Fix the formatting for environment variables in docs ( #22833 )
2022-03-14 22:54:29 -04:00
Olivier Grisel
d3429ca328
TST introducing the random_seed fixture ( #22749 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-14 10:41:06 +01:00
Loïc Estève
63b8d5d36f
MAINT/DOC Remove SKLEARN-SITE-JOBLIB doc which has been a noop since 0.21 ( #22429 )
2022-02-09 18:11:10 +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
Adrin Jalali
468c3f4057
MNT replace master with main ( #19237 )
...
* replace master with main
* fix imbalanced-learn
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
* asv default branch is `master`
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2021-01-22 15:19:48 +01:00
Thomas J. Fan
0e546ebe5b
TST Download datasets before running pytest-xdist ( #19118 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-01-13 17:02:53 +01:00
Nicolas Hug
8ce2c2ba92
DOC minor broken links fix in parallelism docs ( #19151 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-01-11 12:37:31 -05:00
JHayes
3d8db98ea5
DOC add sphinx-prompt to ease select/copy/paste of prompt command #18512 ( #18516 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-11-23 15:16:47 +01:00
Maren Westermann
70e1558607
DOC shorten links in doc/* modules ( #17820 )
...
* shorten links in doc modules
* fix links
* implement suggested changes
* try to fix links with tilde sign
* change back broken links in computing.rst and try make link in faq.rst work
* implement reviewer's suggested changes
2020-08-21 14:31:41 +02:00
Thomas J. Fan
cc7e6dbe6b
DOC Improves sidebar navigation for user guide ( #16964 )
2020-08-02 23:07:48 +10:00