From ad196e709e6b59862d3d934c1ceb93f50924fef0 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 26 May 2022 11:30:52 -0600 Subject: [PATCH] REL: Prepare for 1.23.0rc1 release, second version. - Update 1.23.0-changelog.rst - Update numpyconfig.h --- doc/changelog/1.23.0-release.rst | 6 +++++- numpy/core/include/numpy/numpyconfig.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changelog/1.23.0-release.rst b/doc/changelog/1.23.0-release.rst index 4b2d0d496e5c..1c4b62ea2ada 100644 --- a/doc/changelog/1.23.0-release.rst +++ b/doc/changelog/1.23.0-release.rst @@ -159,7 +159,7 @@ names contributed a patch for the first time. Pull requests merged ==================== -A total of 460 pull requests were merged for this release. +A total of 464 pull requests were merged for this release. * `#15006 `__: ENH: add support for operator() in crackfortran. * `#15844 `__: ENH: add inline definition of access rights for Fortran types @@ -621,3 +621,7 @@ A total of 460 pull requests were merged for this release. * `#21574 `__: BUG: refguide-check: respect the verbosity * `#21577 `__: MAINT: update PyPy to 7.3.9 and remove unused script * `#21580 `__: MAINT: Update the cversion hash. +* `#21589 `__: REL: Prepare for the NumPy 1.23.0rc1 release. +* `#21604 `__: BUILD: fix tag name for travis: it is v1.23.0rc1 +* `#21606 `__: DOC: add missing links for two NEPs +* `#21607 `__: TYP, MAINT: Allow unsigned integer inplace-ops to accept signed... diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h index b2e7c458e4ed..e0064382bc04 100644 --- a/numpy/core/include/numpy/numpyconfig.h +++ b/numpy/core/include/numpy/numpyconfig.h @@ -63,6 +63,6 @@ #define NPY_1_20_API_VERSION 0x0000000e #define NPY_1_21_API_VERSION 0x0000000e #define NPY_1_22_API_VERSION 0x0000000f -#define NPY_1_23_API_VERSION 0x0000000f +#define NPY_1_23_API_VERSION 0x00000010 #endif /* NUMPY_CORE_INCLUDE_NUMPY_NPY_NUMPYCONFIG_H_ */