Skip to content

Commit 165177e

Browse files
authored
v2024.10.0 release summary (#9678)
* release summary * move some notes to correct version
1 parent fbe73ef commit 165177e

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

doc/whats-new.rst

+19-15
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2024.09.1:
17+
.. _whats-new.2024.10.0:
1818

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
2128

2229
New Features
2330
~~~~~~~~~~~~
@@ -34,17 +41,20 @@ New Features
3441
`Alfonso Ladino <https://github.com/aladinor>`_.
3542
- 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.
3643
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>`_.
3748
- Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`).
3849
By `Eni Awowale <https://github.com/eni-awowale>`_.
3950
- Added support for vectorized interpolation using additional interpolators
4051
from the ``scipy.interpolate`` module (:issue:`9049`, :pull:`9526`).
4152
By `Holly Mandel <https://github.com/hollymandel>`_.
4253
- Implement handling of complex numbers (netcdf4/h5netcdf) and enums (h5netcdf) (:issue:`9246`, :issue:`3297`, :pull:`9509`).
4354
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>`_.
4858

4959
Breaking changes
5060
~~~~~~~~~~~~~~~~
@@ -76,6 +86,8 @@ Bug fixes
7686
<https://github.com/josephnowak>`_.
7787
- Fix binning by multiple variables where some bins have no observations. (:issue:`9630`).
7888
By `Deepak Cherian <https://github.com/dcherian>`_.
89+
- Fix issue where polyfit wouldn't handle non-dimension coordinates. (:issue:`4375`, :pull:`9369`)
90+
By `Karl Krauth <https://github.com/Karl-Krauth>`_.
7991

8092
Documentation
8193
~~~~~~~~~~~~~
@@ -86,12 +98,9 @@ Documentation
8698
By `Owen Littlejohns <https://github.com/owenlittlejohns>`_, `Matt Savoie <https://github.com/flamingbear>`_, and
8799
`Tom Nicholas <https://github.com/TomNicholas>`_.
88100

89-
90-
91101
Internal Changes
92102
~~~~~~~~~~~~~~~~
93103

94-
95104
.. _whats-new.2024.09.0:
96105

97106
v2024.09.0 (Sept 11, 2024)
@@ -159,17 +168,12 @@ Bug fixes
159168
date "0001-01-01". (:issue:`9108`, :pull:`9116`) By `Spencer Clark
160169
<https://github.com/spencerkclark>`_ and `Deepak Cherian
161170
<https://github.com/dcherian>`_.
162-
- Fix issue where polyfit wouldn't handle non-dimension coordinates. (:issue:`4375`, :pull:`9369`)
163-
By `Karl Krauth <https://github.com/Karl-Krauth>`_.
164171
- Fix issue with passing parameters to ZarrStore.open_store when opening
165172
datatree in zarr format (:issue:`9376`, :pull:`9377`).
166173
By `Alfonso Ladino <https://github.com/aladinor>`_
167174
- Fix deprecation warning that was raised when calling ``np.array`` on an ``xr.DataArray``
168175
in NumPy 2.0 (:issue:`9312`, :pull:`9393`)
169176
By `Andrew Scherer <https://github.com/andrew-s28>`_.
170-
- Fix passing missing arguments to when opening hdf5 and netCDF4 datatrees
171-
(:issue:`9427`, :pull: `9428`).
172-
By `Alfonso Ladino <https://github.com/aladinor>`_.
173177
- Fix support for using ``pandas.DateOffset``, ``pandas.Timedelta``, and
174178
``datetime.timedelta`` objects as ``resample`` frequencies
175179
(:issue:`9408`, :pull:`9413`).

0 commit comments

Comments
 (0)