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 8c60c71

Browse filesBrowse files
jjerphanogriseljeremiedbb
committed
DOC Reorder whats_new/v1.2.rst
Follow-up of scikit-learn#25459 Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org> Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
1 parent ed9629a commit 8c60c71
Copy full SHA for 8c60c71

File tree

Expand file treeCollapse file tree

1 file changed

+7
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-10
lines changed

‎doc/whats_new/v1.2.rst

Copy file name to clipboardExpand all lines: doc/whats_new/v1.2.rst
+7-10Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.