Skip to content

Commit

Permalink
DOC what's new for #11756
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Jul 24, 2019
1 parent 786eeb7 commit 5fb0ff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/whats_new/v0.21.rst
Expand Up @@ -26,6 +26,12 @@ random sampling procedures.
Changelog
---------

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

- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation was single
threaded when `n_jobs > 1` or `n_jobs = -1`.
:issue:`12949` by :user:`Prabakaran Kumaresshan <nixphix>`.

:mod:`sklearn.inspection`
.....................
Expand Down

0 comments on commit 5fb0ff8

Please sign in to comment.