Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Update release notes to mention type(dtype) is not np.dtype #17914

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

seberg
Copy link
Member

@seberg seberg commented Dec 4, 2020

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.

@seberg seberg added the 09 - Backport-Candidate PRs tagged should be backported label Dec 4, 2020
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.
@charris charris merged commit 0b311f4 into numpy:master Dec 4, 2020
@charris
Copy link
Member

charris commented Dec 4, 2020

Thanks Sebastian.

@seberg seberg deleted the update-release-notes branch December 4, 2020 20:43
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Dec 5, 2020
@charris charris removed this from the 1.20.0 release milestone Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants