diff options
author | mattip <matti.picus@gmail.com> | 2018-06-19 14:59:26 -0700 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-07-13 23:12:25 -0500 |
commit | 7c3f590d925e2ff68f2852ef1e3211b5452a8d9f (patch) | |
tree | b6df2739f81b55d75403255245e693b90e2f0663 /doc | |
parent | 739443679b50b43c34808b8fb767bac643fcd91d (diff) | |
download | numpy-7c3f590d925e2ff68f2852ef1e3211b5452a8d9f.tar.gz |
DEP: deprecate undocumented, unused dtype type dicts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.16.0-notes.rst | 6 |
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 ============== |