8000 DOC Reorder whats_new/v1.2.rst · scikit-learn/scikit-learn@2504f88 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2504f88

Browse files
jjerphanogrisel
andcommitted
DOC Reorder whats_new/v1.2.rst
Follow-up of #25459 Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent ed9629a commit 2504f88

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