Skip to content

Commit

Permalink
Move the changelog to the sklearn.cluster section
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed May 9, 2024
1 parent fb9dd4a commit 1ecc1f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/whats_new/v1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Security
Changed models
--------------

- |Fix| The :class:`cluster.MeanShift` class now properly converges for constant data.
:pr:`28951` by :user:`Akihiro Kuno <akikuno>`.

- |Efficiency| The subsampling in :class:`preprocessing.QuantileTransformer` is now
more efficient for dense arrays but the fitted quantiles and the results of
`transform` may be slightly different than before (keeping the same statistical
Expand Down Expand Up @@ -178,6 +175,9 @@ Changelog
:mod:`sklearn.cluster`
......................

- |Fix| The :class:`cluster.MeanShift` class now properly converges for constant data.
:pr:`28951` by :user:`Akihiro Kuno <akikuno>`.

- |FIX| Create copy of precomputed sparse matrix within the `fit` method of
:class:`~cluster.OPTICS` to avoid in-place modification of the sparse matrix.
:pr:`28491` by :user:`Thanh Lam Dang <lamdang2k>`.
Expand Down

0 comments on commit 1ecc1f3

Please sign in to comment.