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-15
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
21
28
22
29
New Features
23
30
~~~~~~~~~~~~
@@ -34,17 +41,20 @@ New Features
34
41
`Alfonso Ladino <https://github.com/aladinor>`_.
35
42
- 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
47
+
`Joe Hamman <https://github.com/jhamman>`_.
37
48
- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`).
38
49
By `Eni Awowale <https://github.com/eni-awowale>`_.
39
50
- Added support for vectorized interpolation using additional interpolators
40
51
from the ``scipy.interpolate`` module (:issue:`9049`, :pull:`9526`).
41
52
By `Holly Mandel <https://github.com/hollymandel>`_.
42
53
- Implement handling of complex numbers (netcdf4/h5netcdf) and enums (h5netcdf) (:issue:`9246`, :issue:`3297`, :pull:`9509`).
43
54
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
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
47
-
`Joe Hamman <https://github.com/jhamman>`_.
55
+
- Fix passing missing arguments to when opening hdf5 and netCDF4 datatrees
56
+
(:issue:`9427`, :pull: `9428`).
57
+
By `Alfonso Ladino <https://github.com/aladinor>`_.
48
58
49
59
Breaking changes
50
60
~~~~~~~~~~~~~~~~
@@ -76,6 +86,8 @@ Bug fixes
76
86
<https://github.com/josephnowak>`_.
77
87
- Fix binning by multiple variables where some bins have no observations. (:issue:`9630`).
78
88
By `Deepak Cherian <https://github.com/dcherian>`_.
0 commit comments