Skip to content

Commit 1bb867d

Browse files
authored
v2024.11.0 (#9794)
1 parent b18afbf commit 1bb867d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

doc/whats-new.rst

+18-18
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,13 @@ What's New
1616
1717
.. _whats-new.2024.10.1:
1818

19-
v.2024.10.1 (unreleased)
20-
------------------------
21-
22-
23-
Breaking Changes
24-
~~~~~~~~~~~~~~~~
25-
- The minimum versions of some dependencies were changed
19+
v.2024.11.0 (Nov 22, 2024)
20+
--------------------------
2621

27-
===================== ========= =======
28-
Package Old New
29-
===================== ========= =======
30-
boto3 1.28 1.29
31-
dask-core 2023.9 2023.11
32-
distributed 2023.9 2023.11
33-
h5netcdf 1.2 1.3
34-
numbagg 0.2.1 0.6
35-
typing_extensions 4.7 4.8
36-
===================== ========= =======
22+
This release brings better support for wrapping JAX arrays and Astropy Quantity objects, :py:meth:`DataTree.persist`, algorithmic improvements
23+
to many methods with dask (:py:meth:`Dataset.polyfit`, :py:meth:`Dataset.ffill`, :py:meth:`Dataset.bfill`, rolling reductions), and bug fixes.
24+
Thanks to the 22 contributors to this release:
25+
Benoit Bovy, Deepak Cherian, Dimitri Papadopoulos Orfanos, Holly Mandel, James Bourbeau, Joe Hamman, Justus Magin, Kai Mühlbauer, Lukas Trippe, Mathias Hauser, Maximilian Roos, Michael Niklas, Pascal Bourgault, Patrick Hoefler, Sam Levang, Sarah Charlotte Johnson, Scott Huberty, Stephan Hoyer, Tom Nicholas, Virgile Andreani, joseph nowak and tvo
3726

3827
New Features
3928
~~~~~~~~~~~~
@@ -67,9 +56,20 @@ New Features
6756
- Speed up loading of large zarr stores using dask arrays. (:issue:`8902`)
6857
By `Deepak Cherian <https://github.com/dcherian>`_.
6958

70-
Breaking changes
59+
Breaking Changes
7160
~~~~~~~~~~~~~~~~
61+
- The minimum versions of some dependencies were changed
7262

63+
===================== ========= =======
64+
Package Old New
65+
===================== ========= =======
66+
boto3 1.28 1.29
67+
dask-core 2023.9 2023.11
68+
distributed 2023.9 2023.11
69+
h5netcdf 1.2 1.3
70+
numbagg 0.2.1 0.6
71+
typing_extensions 4.7 4.8
72+
===================== ========= =======
7373

7474
Deprecations
7575
~~~~~~~~~~~~

0 commit comments

Comments
 (0)