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
By `Sam Levang <https://github.com/slevang>`_.
26
+
27
+
Breaking changes
28
+
~~~~~~~~~~~~~~~~
29
+
30
+
31
+
Deprecations
32
+
~~~~~~~~~~~~
33
+
34
+
35
+
Bug fixes
36
+
~~~~~~~~~
37
+
38
+
- Fix inadvertent deep-copying of child data in DataTree.
39
+
By `Stephan Hoyer <https://github.com/shoyer>`_.
40
+
41
+
Documentation
42
+
~~~~~~~~~~~~~
43
+
44
+
45
+
Internal Changes
46
+
~~~~~~~~~~~~~~~~
47
+
- ``persist`` methods now route through the :py:class:`xr.core.parallelcompat.ChunkManagerEntrypoint` (:pull:`9682`).
48
+
By `Sam Levang <https://github.com/slevang>`_.
49
+
50
+
.. _whats-new.2024.10.0:
51
+
52
+
v2024.10.0 (Oct 24th, 2024)
53
+
---------------------------
54
+
55
+
This release brings official support for `xarray.DataTree`, and compatibility with zarr-python v3!
56
+
57
+
Aside from these two huge features, it also improves support for vectorised interpolation and fixes various bugs.
58
+
59
+
Thanks to the 31 contributors to this release:
60
+
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
21
61
22
62
New Features
23
63
~~~~~~~~~~~~
@@ -28,17 +68,26 @@ New Features
28
68
By `Owen Littlejohns <https://github.com/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.
34
76
By `Tom Nicholas <https://github.com/TomNicholas>`_.
77
+
- Support for Zarr-Python 3 (:issue:`95515`, :pull:`9552`).
78
+
By `Tom Augspurger <https://github.com/TomAugspurger>`_,
79
+
`Ryan Abernathey <https://github.com/rabernat>`_ and
0 commit comments