From 7ba834acd5ea04b923f20b5c76e6cadd143e3ecc Mon Sep 17 00:00:00 2001 From: Hanmin Qin Date: Sun, 6 Aug 2017 11:38:59 +0800 Subject: [PATCH] correct what's new --- doc/whats_new.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index dabb4cfb0739a..075a675ab8937 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -240,9 +240,6 @@ Decomposition, manifold learning and clustering ``singular_values_``, like in :class:`decomposition.IncrementalPCA`. :issue:`7685` by :user:`Tommy Löfstedt ` -- Fixed the implementation of noise_variance_ in :class:`decomposition.PCA`. - :issue:`9108` by `Hanmin Qin `_. - - :class:`decomposition.NMF` now faster when ``beta_loss=0``. :issue:`9277` by :user:`hongkahjun`. @@ -506,6 +503,9 @@ Decomposition, manifold learning and clustering :class:`decomposition.IncrementalPCA`. :issue:`9105` by `Hanmin Qin `_. +- Fixed the implementation of noise_variance_ in :class:`decomposition.PCA`. + :issue:`9108` by `Hanmin Qin `_. + - Fixed a bug where :class:`cluster.DBSCAN` gives incorrect result when input is a precomputed sparse matrix with initial rows all zero. :issue:`8306` by :user:`Akshay Gupta `