Skip to content

Commit

Permalink
DOC prepare whats_new for 0.23.1 (#17270)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali committed May 19, 2020
1 parent 3905fc0 commit 256afb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/whats_new/v0.23.rst
Expand Up @@ -7,22 +7,22 @@
Version 0.23.1
==============

**TBD**
**May 18 2020**

Changelog
---------

:mod:`sklearn.cluster`
......................

- |Fix| Fixed a bug in :class:`cluster.KMeans` where the sample weights
provided by the user were modified in place. :pr:`17204` by
:user:`Jeremie du Boisberranger <jeremiedbb>`.

- |Efficiency| :class:`cluster.KMeans` efficiency has been improved for very
small datasets. In particular it cannot spawn idle threads any more.
:pr:`17210` and :pr:`17235` by :user:`Jeremie du Boisberranger <jeremiedbb>`.

- |Fix| Fixed a bug in :class:`cluster.KMeans` where the sample weights
provided by the user were modified in place. :pr:`17204` by
:user:`Jeremie du Boisberranger <jeremiedbb>`.

Miscellaneous
.............

Expand Down

0 comments on commit 256afb3

Please sign in to comment.