Skip to content

Commit 416b4fc

Browse files
authored
Announce NumPy 1.25 on homepage (#646)
* Update news.md Minor text fixes. * Announce NumPy 1.25 on homepage * Minor punctuation fix
1 parent 3998a62 commit 416b4fc

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

content/en/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ params:
1010
# Hero subtitle (optional)
1111
subtitle: The fundamental package for scientific computing with Python
1212
# Button text
13-
buttontext: "Latest release: numpy 1.24.2. View all releases."
13+
buttontext: "Latest release: NumPy 1.25. View all releases"
1414
# Where the main hero button links to
1515
buttonlink: "/news/#releases"
1616
# Hero image (from static/images/___)

content/en/news.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ date: 2023-06-17
88
### NumPy 1.25.0 released
99

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

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

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

2323
A total of 148 people contributed to this release and 530 pull requests were
24-
merged. The Python versions supported are 3.9-3.11.
24+
merged.
25+
26+
The Python versions supported by this release are 3.9-3.11.
2527

2628
### Fostering an Inclusive Culture: Call for Participation
2729

0 commit comments

Comments
 (0)