From 298174b0d13d3aa2fd14e5f8a7168ec0c400f72f Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 11 Oct 2022 13:12:02 -0600 Subject: [PATCH] REL: Prepare for the NumPy 1.23.4 release (1) - Update 1.23.4-changelog.rst - Update 1.23.4-notes.rst --- doc/changelog/1.23.4-changelog.rst | 4 +++- doc/source/release/1.23.4-notes.rst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changelog/1.23.4-changelog.rst b/doc/changelog/1.23.4-changelog.rst index 83dc4fcb835d..8fec435a01b6 100644 --- a/doc/changelog/1.23.4-changelog.rst +++ b/doc/changelog/1.23.4-changelog.rst @@ -17,7 +17,7 @@ names contributed a patch for the first time. Pull requests merged ==================== -A total of 11 pull requests were merged for this release. +A total of 13 pull requests were merged for this release. * `#22368 `__: BUG: Add ``__array_api_version__`` to ``numpy.array_api`` namespace * `#22370 `__: MAINT: update sde toolkit to 9.0, fix download link @@ -30,3 +30,5 @@ A total of 11 pull requests were merged for this release. * `#22390 `__: TST,TYP: Bump mypy to 0.981 * `#22391 `__: DOC: Update delimiter param description. * `#22392 `__: BUG: Memory leaks in numpy.nested_iters +* `#22413 `__: REL: Prepare for the NumPy 1.23.4 release. +* `#22424 `__: TST: Fix failing aarch64 wheel builds. diff --git a/doc/source/release/1.23.4-notes.rst b/doc/source/release/1.23.4-notes.rst index 2c826527999d..b92b2423e9d9 100644 --- a/doc/source/release/1.23.4-notes.rst +++ b/doc/source/release/1.23.4-notes.rst @@ -30,7 +30,7 @@ names contributed a patch for the first time. Pull requests merged ==================== -A total of 11 pull requests were merged for this release. +A total of 13 pull requests were merged for this release. * `#22368 `__: BUG: Add ``__array_api_version__`` to ``numpy.array_api`` namespace * `#22370 `__: MAINT: update sde toolkit to 9.0, fix download link @@ -43,4 +43,6 @@ A total of 11 pull requests were merged for this release. * `#22390 `__: TST,TYP: Bump mypy to 0.981 * `#22391 `__: DOC: Update delimiter param description. * `#22392 `__: BUG: Memory leaks in numpy.nested_iters +* `#22413 `__: REL: Prepare for the NumPy 1.23.4 release. +* `#22424 `__: TST: Fix failing aarch64 wheel builds.