8000 Update v0.22 changelog for 0.22.1 (#16002) · scikit-learn/scikit-learn@f9c9ccc · GitHub
[go: up one dir, main page]

Skip to content

Commit f9c9ccc

Browse files
committed
Update v0.22 changelog for 0.22.1 (#16002)
- set the date - move entry for quantile transformer to the 0.22.1 section - fix alphabetical ordering of modules
1 parent 0cb7c09 commit f9c9ccc

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

doc/whats_new/v0.22.rst

+18-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Version 0.22.1
88
==============
99

10-
**In Development**
10+
**January 2 2020**
1111

1212
This is a bug-fix release to primarily resolve some packaging issues in version
1313
0.22.0. It also includes minor documentation improvements and some bug fixes.
@@ -53,11 +53,20 @@ Changelog
5353
- |Fix| :func:`metrics.classification_report` does no longer ignore the
5454
value of the ``zero_division`` keyword argument. :pr:`15879`
5555
by :user:`Bibhash Chandra Mitra <Bibyutatsu>`.
56-
56+
5757
- |Fix| Fixed a bug in :func:`metrics.plot_confusion_matrix` to correctly
5858
pass the `values_format` parameter to the :class:`ConfusionMatrixDisplay`
5959
plot() call. :pr:`15937` by :user:`Stephen Blystone <blynotes>`.
6060

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+
6170
:mod:`sklearn.naive_bayes`
6271
..........................
6372

@@ -66,6 +75,13 @@ Changelog
6675
from this deprecated public base class. :pr:`15996` by
6776
:user:`Brigitta Sipőcz <bsipocz>`.
6877

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+
6985
:mod:`sklearn.semi_supervised`
7086
..............................
7187

@@ -74,15 +90,6 @@ Changelog
7490
return sparse weight matrix.
7591
:pr:`15868` by :user:`Niklas Smedemark-Margulies <nik-sm>`.
7692

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-
8693
:mod:`sklearn.utils`
8794
....................
8895

@@ -859,10 +866,6 @@ Changelog
859866
:class:`preprocessing.KernelCenterer`
860867
:pr:`14336` by :user:`Gregory Dexter <gdex1>`.
861868

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-
866869
:mod:`sklearn.model_selection`
867870
..............................
868871

0 commit comments

Comments
 (0)
0