8000 DOC Reorder whats_new/v1.2.rst (#25461) · jjerphan/scikit-learn@181331f · GitHub
[go: up one dir, main page]

Skip to content

Commit 181331f

Browse files
jjerphanogriseljeremiedbb
committed
DOC Reorder whats_new/v1.2.rst (scikit-learn#25461)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org> Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
1 parent 3d413e7 commit 181331f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

doc/whats_new/v1.2.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ Version 1.2.1
99

1010
**January 2023**
1111

12-
Changes impacting all modules
13-
-----------------------------
14-
15-
- |Fix| Fix a bug where the current configuration was ignored in estimators using
16-
`n_jobs > 1`. This bug was triggered for tasks dispatched by the auxillary
17-
thread of `joblib` as :func:`sklearn.get_config` used to access an empty thread
18-
local configuration instead of the configuration visible from the thread where
19-
`joblib.Parallel` was first called.
20-
:pr:`25363` by :user:`Guillaume Lemaitre <glemaitre>`.
21-
2212
Changed models
2313
--------------
2414

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

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

0 commit comments

Comments
 (0)
0