Skip to content

Commit d7801e1

Browse files
charrisrgommers
andauthored
Announce the NumPy 1.26.0 release (#682)
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
1 parent 354916e commit d7801e1

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

content/en/news.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
---
22
title: News
33
sidebar: false
4-
newsHeader: "numpy.org is now available in Japanese and Portuguese"
5-
date: 2023-08-02
4+
newsHeader: "NumPy 1.26.0 released"
5+
date: 2023-09-16
66
---
77

8+
### NumPy 1.26.0 released
9+
10+
_Sep 16, 2023_ -- [NumPy 1.26.0](https://numpy.org/doc/stable/release/1.26.0-notes.html)
11+
is now available. The highlights of the release are:
12+
13+
* Python 3.12.0 support.
14+
* Cython 3.0.0 compatibility.
15+
* Use of the Meson build system
16+
* Updated SIMD support
17+
* f2py fixes, meson and bind(x) support
18+
* Support for the updated Accelerate BLAS/LAPACK library
19+
20+
The NumPy 1.26.0 release is a continuation of the 1.25.x series that marks the
21+
transition to the Meson build system and provision of support for Cython 3.0.0.
22+
A total of 20 people contributed to this release and 59 pull requests were
23+
merged.
24+
25+
The Python versions supported by this release are 3.9-3.12.
26+
827
### numpy.org is now available in Japanese and Portuguese
928

1029
_Aug 2, 2023_ -- numpy.org is now available in 2 additional languages:
@@ -52,7 +71,7 @@ documentation. There has also been preparatory work for the future NumPy 2.0.0,
5271
resulting in a large number of new and expired deprecations.
5372

5473
A total of 148 people contributed to this release and 530 pull requests were
55-
merged.
74+
merged.
5675

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

@@ -350,6 +369,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
350369
releases (only the `z` changes in the `x.y.z` version number) have no new
351370
features; minor releases (the `y` increases) do.
352371

372+
- NumPy 1.26.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.0)) -- _16 Sep 2023_.
353373
- NumPy 1.25.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.2)) -- _31 Jul 2023_.
354374
- NumPy 1.25.1 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.1)) -- _8 Jul 2023_.
355375
- NumPy 1.24.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.4)) -- _26 Jun 2023_.

0 commit comments

Comments
 (0)