Skip to content

Commit

Permalink
Merge pull request #24955 from charris/backport-24923
Browse files Browse the repository at this point in the history
ENH: Add Cython enumeration for NPY_FR_GENERIC
  • Loading branch information
charris committed Oct 19, 2023
2 parents da4438e + d3876a8 commit 87e1706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions numpy/__init__.cython-30.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ cdef extern from "numpy/arrayscalars.h":
NPY_FR_ps
NPY_FR_fs
NPY_FR_as
NPY_FR_GENERIC


#
Expand Down
1 change: 1 addition & 0 deletions numpy/__init__.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ cdef extern from "numpy/arrayscalars.h":
NPY_FR_ps
NPY_FR_fs
NPY_FR_as
NPY_FR_GENERIC


#
Expand Down

0 comments on commit 87e1706

Please sign in to comment.