From 8c60c718ff2b83557a72784db7fcc0d11ec0383a Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Mon, 23 Jan 2023 20:30:25 +0100 Subject: [PATCH] DOC Reorder whats_new/v1.2.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up of https://github.com/scikit-learn/scikit-learn/pull/25459 Co-authored-by: Olivier Grisel Co-authored-by: Jérémie du Boisberranger --- doc/whats_new/v1.2.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/whats_new/v1.2.rst b/doc/whats_new/v1.2.rst index 835cb646c1441..3dd5edfceea86 100644 --- a/doc/whats_new/v1.2.rst +++ b/doc/whats_new/v1.2.rst @@ -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 `. - Changed models -------------- @@ -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 `. +- |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 `. + Changelog ---------