Skip to content

Commit e616ee3

Browse files
committed
DOC move OPTICS to 0.21
1 parent efe7b8c commit e616ee3

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

doc/whats_new/v0.20.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ Support for Python 3.3 has been officially dropped.
108108
:mod:`sklearn.cluster`
109109
......................
110110

111-
- |MajorFeature| A new clustering algorithm: :class:`cluster.OPTICS`: an
112-
algoritm related to :class:`cluster.DBSCAN`, that has hyperparameters easier
113-
to set and that scales better, by :user:`Shane <espg>`.
114-
115111
- |MajorFeature| :class:`cluster.AgglomerativeClustering` now supports Single
116112
Linkage clustering via ``linkage='single'``. :issue:`9372` by :user:`Leland
117113
McInnes <lmcinnes>` and :user:`Steve Astels <sastels>`.

doc/whats_new/v0.21.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ Support for Python 3.4 and below has been officially dropped.
4040
- An entry goes here
4141
- An entry goes here
4242

43+
:mod:`sklearn.cluster`
44+
......................
45+
46+
- |MajorFeature| A new clustering algorithm: :class:`cluster.OPTICS`: an
47+
algoritm related to :class:`cluster.DBSCAN`, that has hyperparameters easier
48+
to set and that scales better, by :user:`Shane <espg>` and
49+
:user:`Adrin Jalali <adrinjalali>`.
50+
4351
Multiple modules
4452
................
4553

0 commit comments

Comments
 (0)