|
1 | 1 | ---
|
2 | 2 | title: News
|
3 | 3 | sidebar: false
|
4 |
| -newsHeader: NumPy 1.23.0 released |
| 4 | +newsHeader: NumPy 1.24.0 released |
5 | 5 | date:
|
6 | 6 | ---
|
7 | 7 |
|
| 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 | + |
8 | 24 | ### Numpy 1.23.0 released
|
9 | 25 |
|
10 | 26 | _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
|
267 | 283 | releases (only the `z` changes in the `x.y.z` version number) have no new
|
268 | 284 | features; minor releases (the `y` increases) do.
|
269 | 285 |
|
| 286 | +- NumPy 1.24.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.0)) -- _18 Dec 2022_. |
270 | 287 | - NumPy 1.23.5 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.23.5)) -- _19 Nov 2022_.
|
271 | 288 | - NumPy 1.23.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.23.4)) -- _12 Oct 2022_.
|
272 | 289 | - NumPy 1.23.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.23.3)) -- _9 Sep 2022_.
|
|
0 commit comments