You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,17 @@ What's New
14
14
15
15
np.random.seed(123456)
16
16
17
-
.. _whats-new.2024.09.1:
17
+
.. _whats-new.2024.10.0:
18
18
19
-
v2024.09.1 (unreleased)
20
-
-----------------------
19
+
v2024.10.0 (Oct 24th, 2024)
20
+
---------------------------
21
+
22
+
This release brings official support for `xarray.DataTree`, and compatibility with zarr-python v3!
23
+
24
+
Aside from these two huge features, it also improves support for vectorised interpolation and fixes various bugs.
25
+
26
+
Thanks to the 31 contributors to this release:
27
+
Alfonso Ladino, DWesl, Deepak Cherian, Eni, Etienne Schalk, Holly Mandel, Ilan Gold, Illviljan, Joe Hamman, Justus Magin, Kai Mühlbauer, Karl Krauth, Mark Harfouche, Martey Dodoo, Matt Savoie, Maximilian Roos, Patrick Hoefler, Peter Hill, Renat Sibgatulin, Ryan Abernathey, Spencer Clark, Stephan Hoyer, Tom Augspurger, Tom Nicholas, Vecko, Virgile Andreani, Yvonne Fröhlich, carschandler, joseph nowak, mgunyho and owenlittlejohns
- A migration guide for users of the prototype `xarray-contrib/datatree repository <https://github.com/xarray-contrib/datatree>`_ has been added, and can be found in the `DATATREE_MIGRATION_GUIDE.md` file in the repository root.
36
43
By `Tom Nicholas <https://github.com/TomNicholas>`_.
44
+
- Support for Zarr-Python 3 (:issue:`95515`, :pull:`9552`).
45
+
By `Tom Augspurger <https://github.com/TomAugspurger>`_,
46
+
`Ryan Abernathey <https://github.com/rabernat>`_ and
By `Karl Krauth <https://github.com/Karl-Krauth>`_.
79
91
80
92
Documentation
81
93
~~~~~~~~~~~~~
@@ -86,12 +98,9 @@ Documentation
86
98
By `Owen Littlejohns <https://github.com/owenlittlejohns>`_, `Matt Savoie <https://github.com/flamingbear>`_, and
87
99
`Tom Nicholas <https://github.com/TomNicholas>`_.
88
100
89
-
90
-
91
101
Internal Changes
92
102
~~~~~~~~~~~~~~~~
93
103
94
-
95
104
.. _whats-new.2024.09.0:
96
105
97
106
v2024.09.0 (Sept 11, 2024)
@@ -159,17 +168,12 @@ Bug fixes
159
168
date "0001-01-01". (:issue:`9108`, :pull:`9116`) By `Spencer Clark
160
169
<https://github.com/spencerkclark>`_ and `Deepak Cherian
0 commit comments