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.