@@ -16,8 +16,14 @@ What's New
16
16
17
17
.. _whats-new.2025.02.0 :
18
18
19
- v2025.02.0 (unreleased)
20
- -----------------------
19
+ v2025.03.0 (Mar 18, 2025)
20
+ -------------------------
21
+
22
+ This release brings tested support for Python 3.13, significant improvements to datetime & timedelta encoding/decoding,
23
+ and improvements to the :py:class: `~xarray.DataTree ` API; in addition to the usual bug fixes and other improvements.
24
+ Thanks to the 21 contributors to this release:
25
+ Benoit Bovy, Chuck Daniels, Deepak Cherian, Florian Jetter, Jan, Josh Kihm, Julia Signell, Justus Magin, Kai Mühlbauer, Kobe Vandelanotte, Mathias Hauser,
26
+ Max Jones, Maximilian Roos, Oliver Watt-Meyer, Sam Levang, Sander van Rijn, Spencer Clark, Stephan Hoyer, Tom White, Vecko and maddogghoek
21
27
22
28
New Features
23
29
~~~~~~~~~~~~
@@ -95,9 +101,6 @@ Documentation
95
101
- Better expose the :py:class: `Coordinates ` class in API reference (:pull: `10000 `)
96
102
By `Benoit Bovy <https://github.com/benbovy >`_.
97
103
98
- Internal Changes
99
- ~~~~~~~~~~~~~~~~
100
-
101
104
102
105
.. _whats-new.2025.01.2 :
103
106
@@ -172,11 +175,6 @@ New Features
172
175
:py:class: `pandas.DatetimeIndex ` (:pull: `9965 `). By `Spencer Clark
173
176
<https://github.com/spencerkclark> `_ and `Kai Mühlbauer
174
177
<https://github.com/kmuehlbauer> `_.
175
- - :py:meth: `DatasetGroupBy.first ` and :py:meth: `DatasetGroupBy.last ` can now use ``flox `` if available. (:issue: `9647 `)
176
- By `Deepak Cherian <https://github.com/dcherian >`_.
177
-
178
- Breaking changes
179
- ~~~~~~~~~~~~~~~~
180
178
- Adds shards to the list of valid_encodings in the zarr backend, so that
181
179
sharded Zarr V3s can be written (:issue: `9947 `, :pull: `9948 `).
182
180
By `Jacob Prince_Bieker <https://github.com/jacobbieker >`_
0 commit comments