8000 DOC Mention loky change (#11812) · amueller/scikit-learn@41cd655 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41cd655

Browse files
jnothmanqinhanmin2014
authored andcommitted
DOC Mention loky change (scikit-learn#11812)
1 parent 9b8fd0b commit 41cd655

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

doc/whats_new/v0.20.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,18 +1072,26 @@ Miscellaneous
10721072
:func:`metrics.pairwise_distances_chunked`. See :ref:`working_memory`.
10731073
:issue:`10280` by `Joel Nothman`_ and :user:`Aman Dalmia <dalmia>`.
10741074

1075+
- |Feature| The version of :mod:`joblib` bundled with Scikit-learn is now 0.12.
1076+
This uses a new default multiprocessing implementation, named `loky
1077+
<https://github.com/tomMoral/loky>`_. While this may incur some memory and
1078+
communication overhead, it should provide greater cross-platform stability
1079+
than relying on Python standard library multiprocessing. :issue:`11741` by
1080+
the Joblib developers, especially :user:`Thomas Moreau <tomMoral>` and
1081+
`Olivier Grisel`_.
1082+
1083+
- |Feature| An environment variable to use the site joblib instead of the
1084+
vendored one was added (:ref:`environment_variable`). The main API of joblib
1085+
is now exposed in :mod:`sklearn.utils`.
1086+
:issue:`11166` by `Gael Varoquaux`_.
1087+
10751088
- |Feature| Add almost complete PyPy 3 support. Known unsupported
10761089
functionalities are :func:`datasets.load_svmlight_file`,
10771090
:class:`feature_extraction.FeatureHasher` and
10781091
:class:`feature_extraction.text.HashingVectorizer`. For running on PyPy,
10791092
PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+ are required.
10801093
:issue:`11010` by :user:`Ronan Lamy <rlamy>` and `Roman Yurchak`_.
10811094

1082-
- |Feature| An environment variable to use the site joblib instead of the
1083-
vendored one was added (:ref:`environment_variable`). The main API of joblib
1084-
is now exposed in :mod:`sklearn.utils`.
1085-
:issue:`11166` by `Gael Varoquaux`_.
1086-
10871095
- |Feature| A utility method :func:`sklearn.show_versions()` was added to
10881096
print out information relevant for debugging. It includes the user system,
10891097
the Python executable, the version of the main libraries and BLAS binding

0 commit comments

Comments
 (0)
0