summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-10-11 17:01:52 -0500
committerGitHub <noreply@github.com>2022-10-11 17:01:52 -0500
commitf8021557bb402c514d8be5a9f005c1565fd57eb8 (patch)
tree426cc897495741141bd8571366bb836449568fb9
parent631072f025c8e048643f4445b067877295c21cbf (diff)
parent298174b0d13d3aa2fd14e5f8a7168ec0c400f72f (diff)
downloadnumpy-f8021557bb402c514d8be5a9f005c1565fd57eb8.tar.gz
Merge pull request #22425 from charris/prepare-1.23.4-release_1v1.23.4
REL: Prepare for the NumPy 1.23.4 release (1)
-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.