Commit 21c15bd7 authored by John Kirkham's avatar John Kirkham

Add NPY_KEEPORDER to NPY_ORDER

parent 177dbe83
......@@ -90,6 +90,7 @@ cdef extern from "numpy/arrayobject.h":
NPY_ANYORDER
NPY_CORDER
NPY_FORTRANORDER
NPY_KEEPORDER
ctypedef enum NPY_CLIPMODE:
NPY_CLIP
......
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