diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-11-22 10:56:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 10:56:59 -0600 |
commit | 2d79df131cd99b200b3b22b6c63ff1319d54bff9 (patch) | |
tree | f6a381c59ce9d4bb6ab8fb731dd0df796cdfbc20 /numpy | |
parent | b05ee6e7d062e6a9ec8b350f8e6e554a241d6b65 (diff) | |
parent | 8ae19edc09b46791784b3359040848fd97da3307 (diff) | |
download | numpy-2d79df131cd99b200b3b22b6c63ff1319d54bff9.tar.gz |
Merge pull request #22647 from charris/prepare-main-for-1.25.0-development
MAINT: Prepare main for NumPy 1.25.0 development
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/cversions.txt | 1 | ||||
-rw-r--r-- | numpy/core/include/numpy/numpyconfig.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/code_generators/cversions.txt b/numpy/core/code_generators/cversions.txt index dddcc148c..bd4b71180 100644 --- a/numpy/core/code_generators/cversions.txt +++ b/numpy/core/code_generators/cversions.txt @@ -67,4 +67,5 @@ # Version 16 (NumPy 1.23) # NonNull attributes removed from numpy_api.py # Version 16 (NumPy 1.24) No change. +# Version 16 (NumPy 1.25) No change. 0x00000010 = 04a7bf1e65350926a0e528798da263c0 diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h index 0d6585bb9..308923b12 100644 --- a/numpy/core/include/numpy/numpyconfig.h +++ b/numpy/core/include/numpy/numpyconfig.h @@ -28,5 +28,6 @@ #define NPY_1_22_API_VERSION 0x0000000f #define NPY_1_23_API_VERSION 0x00000010 #define NPY_1_24_API_VERSION 0x00000010 +#define NPY_1_25_API_VERSION 0x00000010 #endif /* NUMPY_CORE_INCLUDE_NUMPY_NPY_NUMPYCONFIG_H_ */ |