Skip to content

Commit 5fb0ff8

Browse files
committed
DOC what's new for scikit-learn#11756
1 parent 786eeb7 commit 5fb0ff8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/whats_new/v0.21.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ random sampling procedures.
2626
Changelog
2727
---------
2828

29+
:mod:`sklearn.cluster`
30+
......................
31+
32+
- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation was single
33+
threaded when `n_jobs > 1` or `n_jobs = -1`.
34+
:issue:`12949` by :user:`Prabakaran Kumaresshan <nixphix>`.
2935

3036
:mod:`sklearn.inspection`
3137
.....................

0 commit comments

Comments
 (0)