ANN: scikit-learn 1.8.0 has been released

Quoting the announcement email:


Hi everyone,

We’re happy to announce the 1.8.0 release which you can install via pip or
conda:

pip install -U scikit-learn

or

conda install -c conda-forge scikit-learn

You can read the release highlights under
https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_8_0.html
and the long list of the changes under
https://scikit-learn.org/stable/whats_new/v1.8.html

This version supports Python versions 3.11 to 3.14 and features support
of free-threaded CPython 3.13 and 3.14.

Thanks to all contributors who helped on this release !


Thanks to @lesteve for being our release manager for this release

1 Like