diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-12-04 10:51:24 -0600 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-12-04 11:47:02 -0600 |
commit | d169276c467903be95f1ba94de1cee9bb32b280a (patch) | |
tree | 7af04b5e5f0a482beddd591e9187e73ec26003f2 /numpy/lib/npyio.py | |
parent | e538e11d2b0acd93f5ce74fb3c6a0e25a4aa3ef8 (diff) | |
download | numpy-d169276c467903be95f1ba94de1cee9bb32b280a.tar.gz |
DOC: Update release notes to mention `type(dtype) is not np.dtype`
This also requires mentioning the C-API macro
`#define PyArray_DescrCheck(op) PyObject_TypeCheck(op, &PyArrayDescr_Type)`
which was updated to the above in 1.16.6 meaning that using the
macro and compiling against an older NumPy version will cause
issues. The macro has to be avoided in that case.
Diffstat (limited to 'numpy/lib/npyio.py')
0 files changed, 0 insertions, 0 deletions