Skip to content

Commit

Permalink
DOC Reorder whats_new/v1.2.rst (scikit-learn#25461)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 24, 2023
1 parent 3d413e7 commit 181331f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions doc/whats_new/v1.2.rst
Expand Up @@ -9,16 +9,6 @@ Version 1.2.1

**January 2023**

Changes impacting all modules
-----------------------------

- |Fix| Fix a bug where the current configuration was ignored in estimators using
`n_jobs > 1`. This bug was triggered for tasks dispatched by the auxillary
thread of `joblib` as :func:`sklearn.get_config` used to access an empty thread
local configuration instead of the configuration visible from the thread where
`joblib.Parallel` was first called.
:pr:`25363` by :user:`Guillaume Lemaitre <glemaitre>`.

Changed models
--------------

Expand Down Expand Up @@ -46,6 +36,13 @@ Changes impacting all modules
- |Fix| Remove spurious warnings for estimators internally using neighbors search methods.
:pr:`25129` by :user:`Julien Jerphanion <jjerphan>`.

- |Fix| Fix a bug where the current configuration was ignored in estimators using
`n_jobs > 1`. This bug was triggered for tasks dispatched by the auxillary
thread of `joblib` as :func:`sklearn.get_config` used to access an empty thread
local configuration instead of the configuration visible from the thread where
`joblib.Parallel` was first called.
:pr:`25363` by :user:`Guillaume Lemaitre <glemaitre>`.

Changelog
---------

Expand Down

0 comments on commit 181331f

Please sign in to comment.