Skip to content

Commit ac6d010

Browse files
charrisrgommers
andauthored
Announce the NumPy 1.24.0 release. (#615)
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
1 parent 2c23bf5 commit ac6d010

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

content/en/news.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
---
22
title: News
33
sidebar: false
4-
newsHeader: NumPy 1.23.0 released
4+
newsHeader: NumPy 1.24.0 released
55
date:
66
---
77

8+
### Numpy 1.24.0 released
9+
10+
_Dec 18, 2022_ -- [NumPy 1.24.0](https://numpy.org/doc/stable/release/1.24.0-notes.html)
11+
is now available. The highlights of the release are:
12+
13+
* New "dtype" and "casting" keywords for stacking functions.
14+
* New F2PY features and fixes.
15+
* Many new deprecations, check them out.
16+
* Many expired deprecations,
17+
18+
The NumPy 1.24.0 release continues the ongoing work to improve the handling and
19+
promotion of dtypes, increase execution speed, and clarify the documentation.
20+
There are a large number of new and expired deprecations due to changes in
21+
dtype promotion and cleanups. It is the work of 177 contributors spread over
22+
444 pull requests. The supported Python versions are 3.8-3.11.
23+
824
### Numpy 1.23.0 released
925

1026
_Jun 22, 2022_ -- [NumPy 1.23.0](https://numpy.org/doc/stable/release/1.23.0-notes.html)
@@ -267,6 +283,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
267283
releases (only the `z` changes in the `x.y.z` version number) have no new
268284
features; minor releases (the `y` increases) do.
269285

286+
- NumPy 1.24.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.0)) -- _18 Dec 2022_.
270287
- NumPy 1.23.5 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.23.5)) -- _19 Nov 2022_.
271288
- NumPy 1.23.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.23.4)) -- _12 Oct 2022_.
272289
- NumPy 1.23.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.23.3)) -- _9 Sep 2022_.

0 commit comments

Comments
 (0)