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

ENH: Add Cython enumeration for NPY_FR_GENERIC #24955

Merged
merged 1 commit into from Oct 19, 2023

Conversation

charris
Copy link
Member

@charris charris commented Oct 18, 2023

Backport of #24923.

Add Cython enumeration for NPY_FR_GENERIC

We use this downstream in pandas. I think it is an oversight to have been left out of the Cython file

NPY_FR_GENERIC = 14 /* unbound units, can convert to anything */

Add Cython enumeration for NPY_FR_GENERIC
@charris charris added 01 - Enhancement 08 - Backport Used to tag backport PRs labels Oct 18, 2023
@charris charris added this to the 1.26.2 release milestone Oct 18, 2023
@charris charris merged commit 87e1706 into numpy:maintenance/1.26.x Oct 19, 2023
62 of 64 checks passed
@charris charris deleted the backport-24923 branch October 19, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - Enhancement 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants