summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/changelog/1.23.4-changelog.rst4
-rw-r--r--doc/source/release/1.23.4-notes.rst4
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 83dc4fcb8..8fec435a0 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 <https://github.com/numpy/numpy/pull/22368>`__: BUG: Add ``__array_api_version__`` to ``numpy.array_api`` namespace
* `#22370 <https://github.com/numpy/numpy/pull/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 <https://github.com/numpy/numpy/pull/22390>`__: TST,TYP: Bump mypy to 0.981
* `#22391 <https://github.com/numpy/numpy/pull/22391>`__: DOC: Update delimiter param description.
* `#22392 <https://github.com/numpy/numpy/pull/22392>`__: BUG: Memory leaks in numpy.nested_iters
+* `#22413 <https://github.com/numpy/numpy/pull/22413>`__: REL: Prepare for the NumPy 1.23.4 release.
+* `#22424 <https://github.com/numpy/numpy/pull/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 2c8265279..b92b2423e 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 <https://github.com/numpy/numpy/pull/22368>`__: BUG: Add ``__array_api_version__`` to ``numpy.array_api`` namespace
* `#22370 <https://github.com/numpy/numpy/pull/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 <https://github.com/numpy/numpy/pull/22390>`__: TST,TYP: Bump mypy to 0.981
* `#22391 <https://github.com/numpy/numpy/pull/22391>`__: DOC: Update delimiter param description.
* `#22392 <https://github.com/numpy/numpy/pull/22392>`__: BUG: Memory leaks in numpy.nested_iters
+* `#22413 <https://github.com/numpy/numpy/pull/22413>`__: REL: Prepare for the NumPy 1.23.4 release.
+* `#22424 <https://github.com/numpy/numpy/pull/22424>`__: TST: Fix failing aarch64 wheel builds.