diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 2c95ec989461a7693a9a462484f4a4059e1069d2..7245843bb42187c6388014b2a0da9fc6ce2a8017 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -85,6 +85,9 @@ Changelog API changes summary ------------------- + - :class:`covariance.EllipticEnvelop` is now deprecated - Please use :class:`covariance.EllipticEnvelope` + instead. + - `NeighborsClassifier` and `NeighborsRegressor` are gone in the module :ref:`neighbors`. Use the classes :class:`KNeighborsClassifier`, :class:`RadiusNeighborsClassifier`, :class:`KNeighborsRegressor` @@ -1092,3 +1095,5 @@ of commits): .. _Robert Layton: http://www.twitter.com/robertlayton .. _Scott White: http://twitter.com/scottblanc + +.. _Jaques Grobler: https://github.com/jaquesgrobler/scikit-learn/wiki/Jaques-Grobler