summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-10-19 16:19:47 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-01-16 02:22:35 +0100
commit8f94cc6aecaa5aab1a42be99008a6db76d7eee86 (patch)
tree37bbec4934e58a2629ed8348cf7e256e414e44e4
parenta4260ab10fff84710c3ae4a67271f03f823ac75c (diff)
downloadnumpy-8f94cc6aecaa5aab1a42be99008a6db76d7eee86.tar.gz
DEP: Add a deprecation note
-rw-r--r--numpy/core/numerictypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/numerictypes.py b/numpy/core/numerictypes.py
index 62cebc775..7e9708208 100644
--- a/numpy/core/numerictypes.py
+++ b/numpy/core/numerictypes.py
@@ -542,6 +542,7 @@ typecodes = {'Character':'c',
'All':'?bhilqpBHILQPefdgFDGSUVOMm'}
# backwards compatibility --- deprecated name
+# Formal deprecation: Numpy 1.20.0, 2020-10-19
typeDict = sctypeDict
# b -> boolean