summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxwell Aladago <maxwell.aladago@gmail.com>2019-08-24 14:13:02 -0400
committerMatti Picus <matti.picus@gmail.com>2019-08-24 21:13:02 +0300
commit989efb824b533765a572ada533a9ee50bf307123 (patch)
tree044bca70771e416466aec83237e7deaa53272f2b /doc
parentf7f87596aee84daba42d90736af2eeb740eb14f7 (diff)
downloadnumpy-989efb824b533765a572ada533a9ee50bf307123.tar.gz
DEP: Deprecate class `SafeEval` (#14335)
* Deprecate class SafeEval
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/14335.expired.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14335.expired.rst b/doc/release/upcoming_changes/14335.expired.rst
new file mode 100644
index 000000000..53598cea1
--- /dev/null
+++ b/doc/release/upcoming_changes/14335.expired.rst
@@ -0,0 +1,2 @@
+* Class ``SafeEval`` in ``numpy/lib/utils.py`` has been removed. This was deprecated in NumPy 1.10.
+ Use ``np.safe_eval`` instead. \ No newline at end of file