summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-05-26 14:47:18 -0600
committerGitHub <noreply@github.com>2022-05-26 14:47:18 -0600
commit5726e6cec0dd2fd1d28c6258c89004887dc0f61a (patch)
tree23ca3e432a1398175f26a5d28fe1c92480d633ef
parentd68ca881d76e4d9a42de99657fca7b2e07487c24 (diff)
parentad196e709e6b59862d3d934c1ceb93f50924fef0 (diff)
downloadnumpy-5726e6cec0dd2fd1d28c6258c89004887dc0f61a.tar.gz
Merge pull request #21610 from charris/prepare-for-1.23.0rc1-2v1.23.0rc1
REL: Prepare for 1.23.0rc1 release, second version.
-rw-r--r--doc/changelog/1.23.0-release.rst6
-rw-r--r--numpy/core/include/numpy/numpyconfig.h2
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 4b2d0d496..1c4b62ea2 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 <https://github.com/numpy/numpy/pull/15006>`__: ENH: add support for operator() in crackfortran.
* `#15844 <https://github.com/numpy/numpy/pull/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 <https://github.com/numpy/numpy/pull/21574>`__: BUG: refguide-check: respect the verbosity
* `#21577 <https://github.com/numpy/numpy/pull/21577>`__: MAINT: update PyPy to 7.3.9 and remove unused script
* `#21580 <https://github.com/numpy/numpy/pull/21580>`__: MAINT: Update the cversion hash.
+* `#21589 <https://github.com/numpy/numpy/pull/21589>`__: REL: Prepare for the NumPy 1.23.0rc1 release.
+* `#21604 <https://github.com/numpy/numpy/pull/21604>`__: BUILD: fix tag name for travis: it is v1.23.0rc1
+* `#21606 <https://github.com/numpy/numpy/pull/21606>`__: DOC: add missing links for two NEPs
+* `#21607 <https://github.com/numpy/numpy/pull/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 b2e7c458e..e0064382b 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_ */