summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorAitik Gupta <aitikgupta@gmail.com>2020-10-10 18:04:04 +0530
committermattip <matti.picus@gmail.com>2021-03-18 20:48:23 +0200
commitf53eaf7780cf2c92157cb8dc650447792476e2eb (patch)
tree4a48d221124c16d8bc21dc23e00f9850b957cbc4 /numpy/core/include
parent666866936c1c731f9de0c66d66a58f14c975c871 (diff)
downloadnumpy-f53eaf7780cf2c92157cb8dc650447792476e2eb.tar.gz
DEP: Deprecate inexact matches of mode, shift parameter parsing to C
Diffstat (limited to 'numpy/core/include')
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h
index 63e8bf974..f616268f1 100644
--- a/numpy/core/include/numpy/ndarraytypes.h
+++ b/numpy/core/include/numpy/ndarraytypes.h
@@ -236,6 +236,12 @@ typedef enum {
NPY_RAISE=2
} NPY_CLIPMODE;
+typedef enum {
+ NPY_VALID=0,
+ NPY_SAME=1,
+ NPY_FULL=2
+} NPY_CORRELATEMODE;
+
/* The special not-a-time (NaT) value */
#define NPY_DATETIME_NAT NPY_MIN_INT64