diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-10-15 16:29:23 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-10-15 17:27:03 -0600 |
commit | c2c7051d926b6ce0665e53ce8dd0f522380a57d6 (patch) | |
tree | d85a487a154e1a20333a5638c0953256615c40ac /doc | |
parent | 727655193aa9b4d4068650a3f8a9b49a6a2e0cb4 (diff) | |
download | numpy-c2c7051d926b6ce0665e53ce8dd0f522380a57d6.tar.gz |
DEP: Deprecate SafeEval class.
The class is no longer used in numpy and was never exported.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.0-notes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index 35eeab1cb..ce6a56c1c 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -17,6 +17,8 @@ Dropped Support Future Changes ============== +* The SafeEval class will be removed. +* The alterdot and restoredot functions will be removed. Compatibility notes @@ -65,6 +67,11 @@ which it was not before. Deprecations ============ +SafeEval +~~~~~~~~ +The SafeEval class in numpy/lib/utils.py is deprecated and will be removed +in the next release. + alterdot, restoredot Deprecated ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The alterdot and restoredot functions no longer do anything, and are |