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
- 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>`_,
29
69
`Eni Awowale <https://github.com/eni-awowale>`_,
30
70
`Matt Savoie <https://github.com/flamingbear>`_,
31
-
`Stephan Hoyer <https://github.com/shoyer>`_ and
32
-
`Tom Nicholas <https://github.com/TomNicholas>`_.
71
+
`Stephan Hoyer <https://github.com/shoyer>`_,
72
+
`Tom Nicholas <https://github.com/TomNicholas>`_,
73
+
`Justus Magin <https://github.com/keewis>`_, and
74
+
`Alfonso Ladino <https://github.com/aladinor>`_.
33
75
- 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
80
+
`Joe Hamman <https://github.com/jhamman>`_.
35
81
- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`).
36
82
By `Eni Awowale <https://github.com/eni-awowale>`_.
37
83
- Added support for vectorized interpolation using additional interpolators
38
84
from the ``scipy.interpolate`` module (:issue:`9049`, :pull:`9526`).
39
85
By `Holly Mandel <https://github.com/hollymandel>`_.
40
86
- Implement handling of complex numbers (netcdf4/h5netcdf) and enums (h5netcdf) (:issue:`9246`, :issue:`3297`, :pull:`9509`).
41
87
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
88
+
- Fix passing missing arguments to when opening hdf5 and netCDF4 datatrees
89
+
(:issue:`9427`, :pull: `9428`).
90
+
By `Alfonso Ladino <https://github.com/aladinor>`_.
42
91
43
92
Breaking changes
44
93
~~~~~~~~~~~~~~~~
@@ -70,6 +119,8 @@ Bug fixes
70
119
<https://github.com/josephnowak>`_.
71
120
- Fix binning by multiple variables where some bins have no observations. (:issue:`9630`).
72
121
By `Deepak Cherian <https://github.com/dcherian>`_.
0 commit comments