@@ -14,10 +14,18 @@ What's New
14
14
15
15
np.random.seed(123456 )
16
16
17
- .. _whats-new.2025.02 .0 :
17
+ .. _whats-new.2025.03 .0 :
18
18
19
- v2025.02.0 (unreleased)
20
- -----------------------
19
+ v2025.03.0 (Mar 20, 2025)
20
+ -------------------------
21
+
22
+ This release brings tested support for Python 3.13, support for reading Zarr V3 datasets into a :py:class: `~xarray.DataTree `,
23
+ significant improvements to datetime & timedelta encoding/decoding, and improvements to the :py:class: `~xarray.DataTree ` API;
24
+ in addition to the usual bug fixes and other improvements.
25
+ Thanks to the 26 contributors to this release:
26
+ Alfonso Ladino, Benoit Bovy, Chuck Daniels, Deepak Cherian, Eni, Florian Jetter, Ian Hunt-Isaak, Jan, Joe Hamman, Josh Kihm, Julia Signell,
27
+ Justus Magin, Kai Mühlbauer, Kobe Vandelanotte, Mathias Hauser, Max Jones, Maximilian Roos, Oliver Watt-Meyer, Sam Levang, Sander van Rijn,
28
+ Spencer Clark, Stephan Hoyer, Tom Nicholas, Tom White, Vecko and maddogghoek
21
29
22
30
New Features
23
31
~~~~~~~~~~~~
@@ -79,8 +87,8 @@ Bug fixes
79
87
- Use mean of min/max years as offset in calculation of datetime64 mean
80
88
(:issue: `10019 `, :pull: `10035 `).
81
89
By `Kai Mühlbauer <https://github.com/kmuehlbauer >`_.
82
- - Fix DataArray().drop_attrs(deep=False) and add support for attrs to
83
- DataArray()._replace(). (:issue: `10027 `, :pull: `10030 `). By `Jan
90
+ - Fix `` DataArray().drop_attrs(deep=False) `` and add support for attrs to
91
+ `` DataArray()._replace() `` . (:issue: `10027 `, :pull: `10030 `). By `Jan
84
92
Haacker <https://github.com/j-haacker> `_.
85
93
- Fix bug preventing encoding times with missing values with small integer
86
94
dtype (:issue: `9134 `, :pull: `9498 `). By `Spencer Clark
@@ -107,9 +115,6 @@ Documentation
107
115
- Better expose the :py:class: `Coordinates ` class in API reference (:pull: `10000 `)
108
116
By `Benoit Bovy <https://github.com/benbovy >`_.
109
117
110
- Internal Changes
111
- ~~~~~~~~~~~~~~~~
112
-
113
118
114
119
.. _whats-new.2025.01.2 :
115
120
@@ -184,9 +189,6 @@ New Features
184
189
:py:class: `pandas.DatetimeIndex ` (:pull: `9965 `). By `Spencer Clark
185
190
<https://github.com/spencerkclark> `_ and `Kai Mühlbauer
186
191
<https://github.com/kmuehlbauer> `_.
187
-
188
- Breaking changes
189
- ~~~~~~~~~~~~~~~~
190
192
- Adds shards to the list of valid_encodings in the zarr backend, so that
191
193
sharded Zarr V3s can be written (:issue: `9947 `, :pull: `9948 `).
192
194
By `Jacob Prince_Bieker <https://github.com/jacobbieker >`_
0 commit comments