@@ -1072,18 +1072,26 @@ Miscellaneous
1072
1072
:func: `metrics.pairwise_distances_chunked `. See :ref: `working_memory `.
1073
1073
:issue: `10280 ` by `Joel Nothman `_ and :user: `Aman Dalmia <dalmia> `.
1074
1074
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
+
1075
1088
- |Feature | Add almost complete PyPy 3 support. Known unsupported
1076
1089
functionalities are :func: `datasets.load_svmlight_file `,
1077
1090
:class: `feature_extraction.FeatureHasher ` and
1078
1091
:class: `feature_extraction.text.HashingVectorizer `. For running on PyPy,
1079
1092
PyPy3-v5.10+, Numpy 1.14.0+, and scipy 1.1.0+ are required.
1080
1093
:issue: `11010 ` by :user: `Ronan Lamy <rlamy> ` and `Roman Yurchak `_.
1081
1094
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
-
1087
1095
- |Feature | A utility method :func: `sklearn.show_versions() ` was added to
1088
1096
print out information relevant for debugging. It includes the user system,
1089
1097
the Python executable, the version of the main libraries and BLAS binding
0 commit comments