File tree 1 file changed +7
-10
lines changed 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,6 @@ Version 1.2.1
9
9
10
10
**January 2023 **
11
11
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
-
22
12
Changed models
23
13
--------------
24
14
@@ -46,6 +36,13 @@ Changes impacting all modules
46
36
- |Fix | Remove spurious warnings for estimators internally using neighbors search methods.
47
37
:pr: `25129 ` by :user: `Julien Jerphanion <jjerphan> `.
48
38
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
+
49
46
Changelog
50
47
---------
51
48
You can’t perform that action at this time.
0 commit comments