8000 MNT Move what's new entry · scikit-learn/scikit-learn@ea52161 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea52161

Browse files
committed
MNT Move what's new entry
1 parent 819d8ef commit ea52161

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/whats_new/v0.20.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Changelog
2323
``n_jobs > 1``.
2424
:issue:`12159` by :user:`Olivier Grisel <ogrisel>`.
2525

26+
- |Fix| Fixed a bug in :class:`cluster.DBSCAN` with precomputed sparse neighbors
27+
graph, which would add explicitly zeros on the diagonal even when already
28+
present. :issue:`12105` by `Tom Dupre la Tour`_.
29+
2630
:mod:`sklearn.ensemble`
2731
.......................
2832

@@ -45,11 +49,7 @@ Changelog
4549
- |Fix| force the parallelism backend to :code:`threading` for
4650
:class:`neighbors.KDTree` and :class:`neighbors.BallTree` in Python 2.7 to
4751
avoid pickling errors caused by the serialization of their methods.
48-
:issue:`12171` by :user:`Thomas Moreau <tomMoral>`
49-
50-
- |Fix| Fixed a bug in :class:`cluster.DBSCAN` with precomputed sparse neighbors
51-
graph, which would add explicitly zeros on the diagonal even when already
52-
present. :issue:`12105` by `Tom Dupre la Tour`_.
52+
:issue:`12171` by :user:`Thomas Moreau <tomMoral>`.
5353

5454
.. _changes_0_20:
5555

0 commit comments

Comments
 (0)
0