8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8111907 commit 71d6b63Copy full SHA for 71d6b63
numpy/__init__.cython-30.pxd
@@ -155,6 +155,10 @@ cdef extern from "numpy/arrayobject.h":
155
156
NPY_UPDATE_ALL
157
158
+ cdef enum:
159
+ NPY_MAXDIMS # 64 on NumPy 2.x and 32 on NumPy 1.x
160
+ NPY_RAVEL_AXIS # Used for functions like PyArray_Mean
161
+
162
enum:
163
# Added in NumPy 1.7 to replace the deprecated enums above.
164
NPY_ARRAY_C_CONTIGUOUS
numpy/__init__.pxd
@@ -150,6 +150,10 @@ cdef extern from "numpy/arrayobject.h":
150
151
152
153
154
0 commit comments