7
7
Version 0.22.1
8
8
==============
9
9
10
- **In Development **
10
+ **January 2 2020 **
11
11
12
12
This is a bug-fix release to primarily resolve some packaging issues in version
13
13
0.22.0. It also includes minor documentation improvements and some bug fixes.
@@ -53,11 +53,20 @@ Changelog
53
53
- |Fix | :func: `metrics.classification_report ` does no longer ignore the
54
54
value of the ``zero_division `` keyword argument. :pr: `15879 `
55
55
by :user: `Bibhash Chandra Mitra <Bibyutatsu> `.
56
-
56
+
57
57
- |Fix | Fixed a bug in :func: `metrics.plot_confusion_matrix ` to correctly
58
58
pass the `values_format ` parameter to the :class: `ConfusionMatrixDisplay `
59
59
plot() call. :pr: `15937 ` by :user: `Stephen Blystone <blynotes> `.
60
60
61
+ :mod: `sklearn.model_selection `
62
+ ..............................
63
+
64
+ - |Fix | :class: `model_selection.GridSearchCV ` and
65
+ :class: `model_selection.RandomizedSearchCV ` accept scalar values provided in
66
+ `fit_params `. Change in 0.22 was breaking backward compatibility.
67
+ :pr: `15863 ` by :user: `Adrin Jalali <adrinjalali> ` and
68
+ :user: `Guillaume Lemaitre <glemaitre> `.
69
+
61
70
:mod: `sklearn.naive_bayes `
62
71
..........................
63
72
@@ -66,6 +75,13 @@ Changelog
66
75
from this deprecated public base class. :pr: `15996 ` by
67
76
:user: `Brigitta Sipőcz <bsipocz> `.
68
77
78
+ :mod: `sklearn.preprocessing `
79
+ ............................
80
+
81
+ - |Fix | :class: `preprocessing.QuantileTransformer ` now guarantees the
82
+ `quantiles_ ` attribute to be completely sorted in non-decreasing manner.
83
+ :pr: `15751 ` by :user: `Tirth Patel <tirthasheshpatel> `.
84
+
69
85
:mod: `sklearn.semi_supervised `
70
86
..............................
71
87
@@ -74,15 +90,6 @@ Changelog
74
90
return sparse weight matrix.
75
91
:pr: `15868 ` by :user: `Niklas Smedemark-Margulies <nik-sm> `.
76
92
77
- :mod: `sklearn.model_selection `
78
- ..............................
79
-
80
- - |Fix | :class: `model_selection.GridSearchCV ` and
81
- :class: `model_selection.RandomizedSearchCV ` accept scalar values provided in
82
- `fit_params `. Change in 0.22 was breaking backward compatibility.
83
- :pr: `15863 ` by :user: `Adrin Jalali <adrinjalali> ` and
84
- :user: `Guillaume Lemaitre <glemaitre> `.
85
-
86
93
:mod: `sklearn.utils `
87
94
....................
88
95
@@ -859,10 +866,6 @@ Changelog
859
866
:class: `preprocessing.KernelCenterer `
860
867
:pr: `14336 ` by :user: `Gregory Dexter <gdex1> `.
861
868
862
- - |Fix | :class: `preprocessing.QuantileTransformer ` now guarantees the
863
- `quantiles_ ` attribute to be completely sorted in non-decreasing manner.
864
- :pr: `15751 ` by :user: `Tirth Patel <tirthasheshpatel> `.
865
-
866
869
:mod: `sklearn.model_selection `
867
870
..............................
868
871
0 commit comments