Skip to content

Commit

Permalink
DOC move whats new entry from 1.0 to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Apr 22, 2021
1 parent efc703c commit c88c89c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 6 additions & 1 deletion doc/whats_new/v0.24.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Version 0.24.2
==============

**TBD 2021**
**April 2021**

Changelog
---------
Expand Down Expand Up @@ -68,6 +68,11 @@ Changelog
:class:`model_selection.HalvingGridSearchCV` were not properly converted to
numpy arrays. :pr:`19211` by `Nicolas Hug`_.

- |Fix| The `fit` method of the successive halving parameter search
(:class:`model_selection.HalvingGridSearchCV`, and
:class:`model_selection.HalvingRandomSearchCV`) now correctly handles the
`groups` parameter. :pr:`19847` by :user:`Xiaoyu Chai <xiaoyuchai>`.

:mod:`sklearn.multioutput`
..........................

Expand Down
5 changes: 0 additions & 5 deletions doc/whats_new/v1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,6 @@ Changelog
:pr:`18649` by `Leandro Hermida <hermidalc>` and
`Rodion Martynov <marrodion>`.

- |Fix| The `fit` method of the successive halving parameter search
(:class:`model_selection.HalvingGridSearchCV`, and
:class:`model_selection.HalvingRandomSearchCV`) now correctly handles the
`groups` parameter. :pr:`19847` by :user:`Xiaoyu Chai <xiaoyuchai>`.

:mod:`sklearn.naive_bayes`
..........................

Expand Down

0 comments on commit c88c89c

Please sign in to comment.