Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT: Update main after 2.3.1 release. #29257

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

Merged
merged 1 commit into from
Jun 21, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions doc/changelog/2.3.1-changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

Contributors
============

A total of 9 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Brad Smith +
* Charles Harris
* Developer-Ecosystem-Engineering
* François Rozet
* Joren Hammudoglu
* Matti Picus
* Mugundan Selvanayagam
* Nathan Goldbaum
* Sebastian Berg

Pull requests merged
====================

A total of 12 pull requests were merged for this release.

* `#29140 <https://github.com/numpy/numpy/pull/29140>`__: MAINT: Prepare 2.3.x for further development
* `#29191 <https://github.com/numpy/numpy/pull/29191>`__: BUG: fix matmul with transposed out arg (#29179)
* `#29192 <https://github.com/numpy/numpy/pull/29192>`__: TYP: Backport typing fixes and improvements.
* `#29205 <https://github.com/numpy/numpy/pull/29205>`__: BUG: Revert ``np.vectorize`` casting to legacy behavior (#29196)
* `#29222 <https://github.com/numpy/numpy/pull/29222>`__: TYP: Backport typing fixes
* `#29233 <https://github.com/numpy/numpy/pull/29233>`__: BUG: avoid negating unsigned integers in resize implementation...
* `#29234 <https://github.com/numpy/numpy/pull/29234>`__: TST: Fix test that uses unininitialized memory (#29232)
* `#29235 <https://github.com/numpy/numpy/pull/29235>`__: BUG: Address interaction between SME and FPSR (#29223)
* `#29237 <https://github.com/numpy/numpy/pull/29237>`__: BUG: Enforce integer limitation in concatenate (#29231)
* `#29238 <https://github.com/numpy/numpy/pull/29238>`__: CI: Add support for building NumPy with LLVM for Win-ARM64
* `#29241 <https://github.com/numpy/numpy/pull/29241>`__: ENH: Detect CPU features on OpenBSD ARM and PowerPC64
* `#29242 <https://github.com/numpy/numpy/pull/29242>`__: ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.
1 change: 1 addition & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release notes
:maxdepth: 2

2.4.0 <release/2.4.0-notes>
2.3.1 <release/2.3.1-notes>
2.3.0 <release/2.3.0-notes>
2.2.6 <release/2.2.6-notes>
2.2.5 <release/2.2.5-notes>
Expand Down
53 changes: 53 additions & 0 deletions doc/source/release/2.3.1-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
.. currentmodule:: numpy

=========================
NumPy 2.3.1 Release Notes
=========================

The NumPy 2.3.1 release is a patch release with several bug fixes, annotation
improvements, and better support for OpenBSD. Highlights are:

- Fix bug in ``matmul`` for non-contiguous out kwarg parameter
- Fix for Accelerate runtime warnings on M4 hardware
- Fix new in NumPy 2.3.0 ``np.vectorize`` casting errors
- Improved support of cpu features for FreeBSD and OpenBSD

This release supports Python versions 3.11-3.13, Python 3.14 will be supported
when it is released.


Contributors
============

A total of 9 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Brad Smith +
* Charles Harris
* Developer-Ecosystem-Engineering
* François Rozet
* Joren Hammudoglu
* Matti Picus
* Mugundan Selvanayagam
* Nathan Goldbaum
* Sebastian Berg


Pull requests merged
====================

A total of 12 pull requests were merged for this release.

* `#29140 <https://github.com/numpy/numpy/pull/29140>`__: MAINT: Prepare 2.3.x for further development
* `#29191 <https://github.com/numpy/numpy/pull/29191>`__: BUG: fix matmul with transposed out arg (#29179)
* `#29192 <https://github.com/numpy/numpy/pull/29192>`__: TYP: Backport typing fixes and improvements.
* `#29205 <https://github.com/numpy/numpy/pull/29205>`__: BUG: Revert ``np.vectorize`` casting to legacy behavior (#29196)
* `#29222 <https://github.com/numpy/numpy/pull/29222>`__: TYP: Backport typing fixes
* `#29233 <https://github.com/numpy/numpy/pull/29233>`__: BUG: avoid negating unsigned integers in resize implementation...
* `#29234 <https://github.com/numpy/numpy/pull/29234>`__: TST: Fix test that uses uninitialized memory (#29232)
* `#29235 <https://github.com/numpy/numpy/pull/29235>`__: BUG: Address interaction between SME and FPSR (#29223)
* `#29237 <https://github.com/numpy/numpy/pull/29237>`__: BUG: Enforce integer limitation in concatenate (#29231)
* `#29238 <https://github.com/numpy/numpy/pull/29238>`__: CI: Add support for building NumPy with LLVM for Win-ARM64
* `#29241 <https://github.com/numpy/numpy/pull/29241>`__: ENH: Detect CPU features on OpenBSD ARM and PowerPC64
* `#29242 <https://github.com/numpy/numpy/pull/29242>`__: ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.