Skip to content

Announce NumPy 1.25 on homepage #646

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 3 commits into from
Jun 19, 2023
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
2 changes: 1 addition & 1 deletion content/en/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ params:
# Hero subtitle (optional)
subtitle: The fundamental package for scientific computing with Python
# Button text
buttontext: "Latest release: numpy 1.24.2. View all releases."
buttontext: "Latest release: NumPy 1.25. View all releases"
# Where the main hero button links to
buttonlink: "/news/#releases"
# Hero image (from static/images/___)
Expand Down
12 changes: 7 additions & 5 deletions content/en/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@ date: 2023-06-17
### NumPy 1.25.0 released

_Jun 17, 2023_ -- [NumPy 1.25.0](https://numpy.org/doc/stable/release/1.25.0-notes.html)
is now available. Some highlights are:
is now available. The highlights of the release are:

* Support for MUSL, there are now MUSL wheels.
* Support the Fujitsu C/C++ compiler.
* Object arrays are now supported in einsum
* Support for inplace matrix multiplication (``@=``).
* Support for the Fujitsu C/C++ compiler.
* Object arrays are now supported in einsum.
* Support for the inplace matrix multiplication (``@=``).

The NumPy 1.25.0 release continues the ongoing work to improve the handling and
promotion of dtypes, increase the execution speed, and clarify the
documentation. There has also been preparatory work for the future NumPy 2.0.0,
resulting in a large number of new and expired deprecations.

A total of 148 people contributed to this release and 530 pull requests were
merged. The Python versions supported are 3.9-3.11.
merged.

The Python versions supported by this release are 3.9-3.11.

### Fostering an Inclusive Culture: Call for Participation

Expand Down