Skip to content

Commit 02fe943

Browse files
committed
DOC entry for joblib 0.9.4 upgrade
1 parent effb919 commit 02fe943

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/whats_new.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
.. currentmodule:: sklearn
22

3-
.. _changes_0_17:
3+
.. _changes_0_17_1:
44

55
===============
66
Release history
77
===============
88

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+
927
Version 0.17
1028
============
1129

0 commit comments

Comments
 (0)