Skip to content

Releases: scikit-learn/scikit-learn

scikit-learn 0.24.0

22 Dec 16:55
45a8179
Compare
Choose a tag to compare

We're happy to announce the 0.24 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v0.24.html#version-0-24-0

This version supports Python versions 3.6 to 3.9.

scikit-learn 0.23.2

04 Aug 12:59
Compare
Choose a tag to compare

We're happy to announce the 0.23.2 release with several bugfixes:

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v0.23.html#version-0-23-2

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds will be available shortly, which you can then install using:

conda install -c conda-forge scikit-learn

scikit-learn 0.23.1

19 May 19:34
Compare
Choose a tag to compare

We're happy to announce the 0.23.1 release which fixes a few issues affecting many users, namely: K-Means should be faster for small sample sizes, and the representation of third-party estimators was fixed.

You can check this version out using:

    pip install -U scikit-learn

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v0.23.html#version-0-23-1
The conda-forge builds will be available shortly, which you can then install using:

    conda install -c conda-forge scikit-learn

scikit-learn 0.23.0

12 May 17:34
Compare
Choose a tag to compare

We're happy to announce the 0.23 release. You can read
the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
and the long version of the change log under https://scikit-learn.org/stable/whats_new/v0.23.html#version-0-23-0

This version supports Python versions 3.6 to 3.8.

Scikit-learn 0.22.2.post1

04 Mar 12:07
daefc22
Compare
Choose a tag to compare

We're happy to announce the 0.22.2.post1 bugfix release.

The 0.22.2.post1 release includes a packaging fix for the source distribution
but the content of the packages is otherwise identical to the content of the
wheels with the 0.22.2 version (without the .post1 suffix).

Change log under https://scikit-learn.org/stable/whats_new/v0.22.html#changes-0-22-2.

This version supports Python versions 3.5 to 3.8.

Scikit-learn 0.22.1

02 Jan 17:23
e5698bd
Compare
Choose a tag to compare

We're happy to announce the 0.22.1 bugfix release.
Change log under https://scikit-learn.org/stable/whats_new/v0.22.html#changes-0-22-1.

This version supports Python versions 3.5 to 3.8.

Scikit-learn 0.22.0

03 Dec 12:47
Compare
Choose a tag to compare

We're happy to announce the 0.22 release. You can read
the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
and the long version of the change log under https://scikit-learn.org/stable/whats_new/v0.22.html#changes-0-22.

This version supports Python versions 3.5 to 3.8.

Scikit-learn 0.20.4

30 Jul 01:27
Compare
Choose a tag to compare

Builds on top of Scikit-learn 0.20.3 to fix regressions and other issues released in version 0.20. See change log at https://scikit-learn.org/0.20/whats_new/v0.20.html

Scikit-learn 0.21.3

30 Jul 01:28
Compare
Choose a tag to compare

A bug fix and documentation release, fixing regressions and other issues released in version 0.21. See change log at https://scikit-learn.org/0.21/whats_new/v0.21.html

Scikit-learn 0.21.2

23 May 15:01
Compare
Choose a tag to compare

This version fixes a few bugs released in 0.21.1.