Commit 78c21508 authored by Robert Bradshaw's avatar Robert Bradshaw

Add NPY_INTP type enum.

parent 49b65f81
...@@ -81,6 +81,8 @@ cdef extern from "numpy/arrayobject.h": ...@@ -81,6 +81,8 @@ cdef extern from "numpy/arrayobject.h":
NPY_COMPLEX256 NPY_COMPLEX256
NPY_COMPLEX512 NPY_COMPLEX512
NPY_INTP
ctypedef enum NPY_ORDER: ctypedef enum NPY_ORDER:
NPY_ANYORDER NPY_ANYORDER
NPY_CORDER NPY_CORDER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment