diff options
author | shadchin <shadchin@yandex-team.com> | 2023-11-16 15:22:08 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-11-16 16:50:19 +0300 |
commit | 6b2446d933e7eaaf3caf630740dd7a1ac3d331de (patch) | |
tree | 47a868648c7c6b56eeec0105304994c3dd4bfb0b /contrib/python/numpy/include | |
parent | 358c0fc7925cf5ede4394a784bf8dd74ad964cc1 (diff) | |
download | ydb-6b2446d933e7eaaf3caf630740dd7a1ac3d331de.tar.gz |
Update numpy to 1.25.2
Diffstat (limited to 'contrib/python/numpy/include')
16 files changed, 75 insertions, 5 deletions
diff --git a/contrib/python/numpy/include/numpy/core/include/numpy/_dtype_api.h b/contrib/python/numpy/include/numpy/core/include/numpy/_dtype_api.h new file mode 100644 index 0000000000..449387567d --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/include/numpy/_dtype_api.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/include/numpy/_dtype_api.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/include/numpy/_dtype_api.h> +#endif diff --git a/contrib/python/numpy/include/numpy/core/include/numpy/experimental_dtype_api.h b/contrib/python/numpy/include/numpy/core/include/numpy/experimental_dtype_api.h new file mode 100644 index 0000000000..980091ba73 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/include/numpy/experimental_dtype_api.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/include/numpy/experimental_dtype_api.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/include/numpy/experimental_dtype_api.h> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/common/common.hpp b/contrib/python/numpy/include/numpy/core/src/common/common.hpp new file mode 100644 index 0000000000..b803643e40 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/common/common.hpp @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/common/common.hpp> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/common/common.hpp> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp b/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp new file mode 100644 index 0000000000..4e15824168 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/npysort/simd_qsort.dispatch.cpp> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/simd_qsort.dispatch.cpp> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp b/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp new file mode 100644 index 0000000000..0e352add70 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/npysort/x86-qsort.dispatch.cpp b/contrib/python/numpy/include/numpy/core/src/npysort/x86-qsort.dispatch.cpp deleted file mode 100644 index bf871ae694..0000000000 --- a/contrib/python/numpy/include/numpy/core/src/npysort/x86-qsort.dispatch.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#ifdef USE_PYTHON3 -#include <contrib/python/numpy/py3/numpy/core/src/npysort/x86-qsort.dispatch.cpp> -#else -#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/x86-qsort.dispatch.cpp> -#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c new file mode 100644 index 0000000000..6a72ddbf7a --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_autovec.dispatch.c> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_autovec.dispatch.c> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.h b/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.h new file mode 100644 index 0000000000..8aa140e902 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_autovec.dispatch.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_autovec.dispatch.h> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c new file mode 100644 index 0000000000..0ede76f59e --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_logical.dispatch.c> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_logical.dispatch.c> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.h b/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.h new file mode 100644 index 0000000000..4d07e71f60 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_logical.dispatch.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_logical.dispatch.h> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c new file mode 100644 index 0000000000..c04c6104bd --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary.dispatch.c> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary.dispatch.c> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.h b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.h new file mode 100644 index 0000000000..be551a5dbc --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary.dispatch.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary.dispatch.h> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c new file mode 100644 index 0000000000..22b14d773c --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_complex.dispatch.c> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_complex.dispatch.c> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.h b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.h new file mode 100644 index 0000000000..41f5628486 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_complex.dispatch.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_complex.dispatch.h> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c new file mode 100644 index 0000000000..c565f7b638 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_fp_le.dispatch.c> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_fp_le.dispatch.c> +#endif diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.h b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.h new file mode 100644 index 0000000000..896327ea9c --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_fp_le.dispatch.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_fp_le.dispatch.h> +#endif |