summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2023-01-31 18:23:48 +0200
committermattip <matti.picus@gmail.com>2023-01-31 18:23:48 +0200
commitbe6417316c19eb59ce2d844cb93b331007430a72 (patch)
tree8bf81ad043582a95aabe60386b5b08969d34d7fc /numpy
parent888bba25582aaae35bbfdcdd9d632580f1a8be16 (diff)
downloadnumpy-be6417316c19eb59ce2d844cb93b331007430a72.tar.gz
ENH: update and sync the public API
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/experimental_dtype_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/experimental_dtype_api.h b/numpy/core/include/numpy/experimental_dtype_api.h
index e33df3156..9ecb582d0 100644
--- a/numpy/core/include/numpy/experimental_dtype_api.h
+++ b/numpy/core/include/numpy/experimental_dtype_api.h
@@ -311,6 +311,7 @@ typedef NPY_CASTING (resolve_descriptors_function)(
#define NPY_METH_contiguous_loop 5
#define NPY_METH_unaligned_strided_loop 6
#define NPY_METH_unaligned_contiguous_loop 7
+#define NPY_METH_contiguous_indexed_loop 8
typedef struct {
@@ -488,7 +489,7 @@ PyArray_GetDefaultDescr(PyArray_DTypeMeta *DType)
*/
#if !defined(NO_IMPORT) && !defined(NO_IMPORT_ARRAY)
-#define __EXPERIMENTAL_DTYPE_VERSION 6
+#define __EXPERIMENTAL_DTYPE_VERSION 7
static int
import_experimental_dtype_api(int version)