summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-12-04 10:51:24 -0600
committerSebastian Berg <sebastian@sipsolutions.net>2020-12-04 11:47:02 -0600
commitd169276c467903be95f1ba94de1cee9bb32b280a (patch)
tree7af04b5e5f0a482beddd591e9187e73ec26003f2 /numpy/lib/npyio.py
parente538e11d2b0acd93f5ce74fb3c6a0e25a4aa3ef8 (diff)
downloadnumpy-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