Skip to content

Commit 636d794

Browse files
committed
REL Add whatsnew for 0.16.1
1 parent 7c12089 commit 636d794

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/whats_new.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
.. _changes_0_16:
44

5+
0.16.1
6+
=======
7+
8+
Changelog
9+
---------
10+
11+
Bug fixes
12+
.........
13+
14+
- Allow input data larger than ``block_size`` in
15+
:class:`covariance.LedoitWolf` by `Andreas Müller`_.
16+
17+
- Fix a bug in :class:`isotonic.IsotonicRegression` deduplication that
18+
caused unstable result in :class:`calibration.CalibratedClassifierCV` by
19+
`Jan Hendrik Metzen`_.
20+
21+
- Fix sorting of labels in func:`preprocessing.label_binarize` by Michael Heilman.
22+
23+
- Fix several stability and convergence issues in
24+
:class:`cross_decomposition.CCA` and
25+
:class:`cross_decomposition.PLSCanonical` by `Andreas Müller`_
26+
27+
- Fix a bug in :class:`cluster.KMeans` when ``precompute_distances=False``
28+
on fortran-ordered data.
29+
30+
531
0.16
632
====
733

0 commit comments

Comments
 (0)