summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2018-07-13 23:51:14 -0500
committerGitHub <noreply@github.com>2018-07-13 23:51:14 -0500
commitc8b246cee7d01c45fb80f765b06abff433ff46da (patch)
treecf884d124e9471f2727419c4b2e0ea147658c050 /doc
parentb047f387d2424bd2134db6005190311b15a84ac2 (diff)
parent7c3f590d925e2ff68f2852ef1e3211b5452a8d9f (diff)
downloadnumpy-c8b246cee7d01c45fb80f765b06abff433ff46da.tar.gz
Merge pull request #11382 from mattip/remove-typeNA
DEP: deprecate undocumented, unused dtype type dicts
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.16.0-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.16.0-notes.rst b/doc/release/1.16.0-notes.rst
index 3daa4ae97..8b062c32f 100644
--- a/doc/release/1.16.0-notes.rst
+++ b/doc/release/1.16.0-notes.rst
@@ -14,6 +14,12 @@ New functions
Deprecations
============
+`typeNA` and `sctypeNA` have been deprecated
+-------------------------------------------
+
+The type dictionaries `numpy.core.typeNA` and `numpy.core.sctypeNA` were buggy
+and not documented. They will be removed in the 1.18 release. Use
+`numpy.sctypeDict` instead.
Future Changes
==============