File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ params:
10
10
# Hero subtitle (optional)
11
11
subtitle : The fundamental package for scientific computing with Python
12
12
# Button text
13
- buttontext : " Latest release: numpy 1.24.2. View all releases. "
13
+ buttontext : " Latest release: NumPy 1.25. View all releases"
14
14
# Where the main hero button links to
15
15
buttonlink : " /news/#releases"
16
16
# Hero image (from static/images/___)
Original file line number Diff line number Diff line change @@ -8,20 +8,22 @@ date: 2023-06-17
8
8
### NumPy 1.25.0 released
9
9
10
10
_ 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:
12
12
13
13
* 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 (`` @= `` ).
17
17
18
18
The NumPy 1.25.0 release continues the ongoing work to improve the handling and
19
19
promotion of dtypes, increase the execution speed, and clarify the
20
20
documentation. There has also been preparatory work for the future NumPy 2.0.0,
21
21
resulting in a large number of new and expired deprecations.
22
22
23
23
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.
25
27
26
28
### Fostering an Inclusive Culture: Call for Participation
27
29
You can’t perform that action at this time.
0 commit comments