Skip to content

Commit 5942665

Browse files
committed
Merge pull request scikit-learn#782 from jaquesgrobler/Update_Changelog
Added the name change for the recent change EllipticEnvelope
2 parents 9f3369b + 4ae7551 commit 5942665

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ Changelog
8585
API changes summary
8686
-------------------
8787

88+
- :class:`covariance.EllipticEnvelop` is now deprecated - Please use :class:`covariance.EllipticEnvelope`
89+
instead.
90+
8891
- `NeighborsClassifier` and `NeighborsRegressor` are gone in the module
8992
:ref:`neighbors`. Use the classes :class:`KNeighborsClassifier`,
9093
:class:`RadiusNeighborsClassifier`, :class:`KNeighborsRegressor`
@@ -1092,3 +1095,5 @@ of commits):
10921095
.. _Robert Layton: http://www.twitter.com/robertlayton
10931096

10941097
.. _Scott White: http://twitter.com/scottblanc
1098+
1099+
.. _Jaques Grobler: https://github.com/jaquesgrobler/scikit-learn/wiki/Jaques-Grobler

0 commit comments

Comments
 (0)