Loïc Estève
85015e1c92
CI Add CPython 3.13 free-threaded build and remove historic nogil Python 3.9 build ( #29191 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2024-06-10 08:05:23 +00:00
Adrin Jalali
65c00c7250
DOC remove tutorials ( #29104 )
...
Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
2024-06-05 12:01:31 +02:00
Loïc Estève
0878f91362
MAINT Add user-friendly error when build dependencies are not satifisfied ( #29132 )
2024-06-04 13:31:32 +02:00
Loïc Estève
abbaed326c
MAINT Drop official PyPy support ( #29128 )
2024-06-03 14:30:35 +02:00
Yao Xiao
2b0e15a4ee
DOC improve contributing docs ( #29126 )
2024-05-28 12:54:56 +02:00
Olivier Grisel
a3278af101
DOC do not recommend a particular Python version ( #29071 )
2024-05-22 10:01:25 +02:00
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
Jérémie du Boisberranger
fa37777ae4
DOC Update release docs ( #28965 )
2024-05-07 13:50:46 +02:00
Christian Lorentzen
20c8e69d0f
API deprecate multi_class in LogisticRegression ( #28703 )
...
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-03 14:48:25 +02:00
Guillaume Lemaitre
03bea9a110
DOC mention ot put mixin on the left in developer guide ( #28924 )
2024-05-02 16:20:06 +02:00
Christian Lorentzen
040347a160
DOC document cython typedefs ( #28865 )
...
Co-authored-by: Tim Head <betatim@gmail.com>
2024-04-23 15:56:24 +02:00
Adrin Jalali
c4c5463556
MNT upgrade black version ( #28802 )
2024-04-10 11:06:55 -04:00
Tim Head
30f4d9da94
DOC Update developer documentation to describe meson builds ( #28751 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2024-04-03 18:04:32 +02:00
miguelcsilva
65ba91ba74
DOC Add polars to the requirements for building documentation ( #28724 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2024-04-02 10:34:00 +00:00
Loïc Estève
5033adf927
DOC Remove mention of editing pyproject.toml in Meson doc ( #28716 )
2024-03-28 12:56:35 +01:00
miguelcsilva
5b1b458b37
Support pyenv to manage development python version ( #28655 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2024-03-20 08:13:46 +01:00
Javier Marin Tur
e5ce4bc0f6
DOC: Adding dropdowns to contributing guide ( #28624 )
2024-03-13 14:06:09 +01:00
Stefanie Senger
19f4149686
DOC correct order of @deprecated and @property in documentation and linter ( #28438 )
2024-02-20 16:02:34 +01:00
jpcars
ad0f024f4f
DOC fixed typo in documentation: standard reply for usage questions ( #28267 )
...
Co-authored-by: jpcars <jan.p.carstensen+git@gmail.com>
2024-01-25 22:31:09 +00:00
Loïc Estève
56625c9a30
BLD Add Meson support ( #28040 )
...
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2024-01-23 15:05:56 +01:00
Jérémie du Boisberranger
6a3517e0ca
REL Update what's new and index for 1.4.0 final ( #28148 )
...
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2024-01-17 14:01:56 +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
Yao Xiao
21b1b7e87b
DOC update doc build sphinx link to by matching regex in lock file ( #27970 )
2023-12-18 08:40:34 +01:00
James McDermott
7e9e9bebc0
DOC clarifies description of Transformer API ( #27901 )
2023-12-04 14:37:27 +01:00
James McDermott
34c46d4ffb
DOC Remove "filtering" from the description of Transformer API ( #27900 )
2023-12-04 12:45:37 +01:00
partev
5ae59e281b
DOC: fix a typo in the link to the User Guide ( #27784 )
2023-11-15 06:34:12 +01:00
Riccardo Cappuzzo
458c55827a
ENH improve visual HTML estimator representation ( #26616 )
...
Co-authored-by: ines.ibnukhsein <ines.ibnukhsein@dataiku.com>
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: Ines <ines-99@ukr.net>
Co-authored-by: Lilian <lilian@boulard.fr>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Tim Head <betatim@gmail.com>
2023-10-25 08:38:12 +02:00
Lucy Liu
4201a58c18
DOC Use sklearn link in standard replies ( #27598 )
2023-10-18 07:23:14 +02:00
Jérémie du Boisberranger
deefca2f18
MAINT Explicit cython options for better discovery ( #27480 )
2023-09-27 09:32:06 -04:00
Daniel Schmitz
b7169fd060
DOC: add note about restarting conda environment after creation ( #27387 )
2023-09-16 14:27:19 +00:00
Camille Troillard
8357243bf9
DOC improve code block CSS ( #27136 )
2023-08-28 15:01:49 +02:00
Thomas J. Fan
05133a593f
CI Only run arm tests nightly ( #26996 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2023-08-08 07:59:50 +02:00
Kushan Sharma
150ff34e85
[MRG] DOC add __sklearn_is_fitted__ example ( #26618 )
...
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-07-17 14:17:45 +05:00
Guillaume Lemaitre
5d145bf760
DOC fixes intersphinx warnings ( #26779 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
Noa Malem-Shinitski
3a291fce9b
DOC Contributing guidelines - avoid referring to tests before instructing to install pytest ( #26800 )
2023-07-07 13:57:24 +00:00
Stefanie Senger
845771fa56
DOC add `pip install sphinx_copybutton` to contribution guide ( #26722 )
2023-06-28 16:45:00 +02:00
Maren Westermann
96e13f1d5d
DOC small documentation changes in the advanced installation guide ( #26394 )
2023-06-27 11:57:31 -04:00
Arturo Amor
4a2b8c3c8e
DOC Add instructions how to use dropdowns in contributing guide ( #26636 )
...
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-06-22 14:31:11 +02:00
Lucy Liu
4a8b4f93ff
DOC Update link to best sphinx version for doc build ( #26626 )
2023-06-21 17:22:14 +02:00
Gael Varoquaux
de4d4ac659
DOC: Add HGBT on landing page ( #26631 )
2023-06-20 14:35:59 +00:00
Adrin Jalali
23a0dcbac9
MNT replace flake8 with ruff ( #26630 )
2023-06-20 14:34:23 +00:00
Yao Xiao
f31d167d57
DOC search link to sphinx version ( #26610 )
2023-06-19 17:09:31 +02:00
Jarrod Millman
33708a9f1c
Upload nightly built wheels to scientific-python-nightly-wheels ( #26417 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-06-19 16:38:40 +02:00
Tim Head
d29f78e50f
ENH Add common Array API tests and estimator tag ( #26372 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-06-13 17:45:47 +01:00
Dimitri Papadopoulos Orfanos
2fd022d972
MAINT Fix typos found by codespell ( #26448 )
2023-05-31 10:19:21 +02:00
Loïc Estève
51bd5624ef
CI Add Pyodide wheel build ( #26374 )
2023-05-22 16:09:57 -04:00
searchforpassion
d0b383ee22
DOC update list numbers in contributing doc ( #26360 )
2023-05-15 12:13:14 +02:00
Maren Westermann
b87a33fe9b
DOC update documentation on re-building Cython extensions ( #26334 )
2023-05-09 18:38:22 -04:00
Christian Veenhuis
559609fe98
MAINT Fix several typos in src and doc files ( #26187 )
2023-04-17 21:35:24 -04:00
Adrin Jalali
893d5accaf
MNT Update black to 23.3.0 ( #26110 )
2023-04-06 12:14:16 -04:00