We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effb919 commit 02fe943Copy full SHA for 02fe943
doc/whats_new.rst
@@ -1,11 +1,29 @@
1
.. currentmodule:: sklearn
2
3
-.. _changes_0_17:
+.. _changes_0_17_1:
4
5
===============
6
Release history
7
8
9
+Version 0.17.1
10
+==============
11
+
12
+Changelog
13
+---------
14
15
+Bug fixes
16
+.........
17
18
19
+ - Upgrade vendored joblib to version 0.9.4 that fixes an important bug in
20
+ ``joblib.Parallel`` that can silently yield to wrong results when working
21
+ on datasets larger than 1MB:
22
+ https://github.com/joblib/joblib/blob/0.9.4/CHANGES.rst
23
24
25
+.. _changes_0_17:
26
27
Version 0.17
28
============
29
0 commit comments