Skip to content

Commit

Permalink
Merge pull request #21610 from charris/prepare-for-1.23.0rc1-2
Browse files Browse the repository at this point in the history
REL: Prepare for 1.23.0rc1 release, second version.
  • Loading branch information
charris committed May 26, 2022
2 parents d68ca88 + ad196e7 commit 5726e6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/changelog/1.23.0-release.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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...
2 changes: 1 addition & 1 deletion numpy/core/include/numpy/numpyconfig.h
Expand Up @@ -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_ */

0 comments on commit 5726e6c

Please sign in to comment.