Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: Prepare for the NumPy 1.23.4 release (1) #22425

Merged
merged 1 commit into from Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/changelog/1.23.4-changelog.rst
Expand Up @@ -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
Expand All @@ -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.
4 changes: 3 additions & 1 deletion doc/source/release/1.23.4-notes.rst
Expand Up @@ -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
Expand All @@ -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.