Skip to content

Commit

Permalink
DOC add entries for the 1.1.3 release (#24744)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Oct 26, 2022
1 parent 7dc7f8a commit 64876ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/whats_new/v1.1.rst
Expand Up @@ -2,6 +2,26 @@

.. currentmodule:: sklearn

.. _changes_1_1_3:

Version 1.1.3
=============

**October 2022**

This bugfix release only includes fixes for compatibility with the latest
SciPy release >= 1.9.2. Notable changes include:

- |Fix| Include `msvcp140.dll` in the scikit-learn wheels since it has been
removed in the latest SciPy wheels.
:pr:`24631` by :user:`Chiara Marmo <cmarmo>`.

- |Enhancement| Create wheels for Python 3.11.
:pr:`24446` by :user:`Chiara Marmo <cmarmo>`.

Other bug fixes will be available in the next 1.2 release, which will be
released in the coming weeks.

.. _changes_1_1_2:

Version 1.1.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -326,6 +326,7 @@ def setup_package():
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit 64876ca

Please sign in to comment.