File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.. _changes_0_16 :
4
4
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
+
5
31
0.16
6
32
====
7
33
You can’t perform that action at this time.
0 commit comments