[ANN] scikit-learn 1.1.3 is online!
scikit-learn 1.1.3 is out on pypi.org and conda-forge! This bugfix release only includes fixes for compatibility with the latest SciPy release >= 1.9.2 and wheels for Python 3.11. Note that support for 32-bit Python on Windows has been dropped in this release. This is due to the fact that SciPy 1.9.2 also dropped the support for that platform. Windows users are advised to install the 64-bit version of Python instead. More details in the changelog: https://scikit-learn.org/dev/whats_new/v1.1.html#version-1-1-3 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 Thanks again to all the contributors. On behalf of the scikit-learn maintainer team. -- Guillaume Lemaitre Scikit-learn @ Inria Foundation https://glemaitre.github.io/
Thank you so much Guillaume for getting this release out and to Chiara for pushing forward with the Python 3.11 wheel building infrastructure update and related fixes! -- Olivier
scikit-learn 1.2.2 is out on pypi.org <http://pypi.org> and conda-forge! This is a maintenance release that fixes several regressions introduced in version 1.2 <https://scikit-learn.org/stable/whats_new/v1.2.html#version-1-2-1>https://scikit-learn.org/stable/whats_new/v1.2.html#version-1-2-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 | Thanks to all contributors who helped on this release. Jérémie, On the behalf of the Scikit-learn maintainers team.
Thanks for taking care of this release Jeremie. Cheers, On Thu, 9 Mar 2023 at 11:17, Jeremie du Boisberranger < jeremie.du-boisberranger@inria.fr> wrote:
scikit-learn 1.2.2 is out on pypi.org and conda-forge! This is a maintenance release that fixes several regressions introduced in version 1.2 <https://scikit-learn.org/stable/whats_new/v1.2.html#version-1-2-1> https://scikit-learn.org/stable/whats_new/v1.2.html#version-1-2-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
Thanks to all contributors who helped on this release. Jérémie, On the behalf of the Scikit-learn maintainers team. _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
-- Guillaume Lemaitre Scikit-learn @ Inria Foundation https://glemaitre.github.io/
participants (3)
-
Guillaume Lemaître -
Jeremie du Boisberranger -
Olivier Grisel