Skip to content

Commit 8d14227

Browse files
dcherianjhamman
andauthored
Release 2025.03.0 (#10143)
* Release 2025.03.0 * Update doc/whats-new.rst Co-authored-by: Joe Hamman <[email protected]> * one more * cleanup --------- Co-authored-by: Joe Hamman <[email protected]>
1 parent f0809e4 commit 8d14227

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

doc/whats-new.rst

+13-11
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2025.02.0:
17+
.. _whats-new.2025.03.0:
1818

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
2129

2230
New Features
2331
~~~~~~~~~~~~
@@ -79,8 +87,8 @@ Bug fixes
7987
- Use mean of min/max years as offset in calculation of datetime64 mean
8088
(:issue:`10019`, :pull:`10035`).
8189
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
8492
Haacker <https://github.com/j-haacker>`_.
8593
- Fix bug preventing encoding times with missing values with small integer
8694
dtype (:issue:`9134`, :pull:`9498`). By `Spencer Clark
@@ -107,9 +115,6 @@ Documentation
107115
- Better expose the :py:class:`Coordinates` class in API reference (:pull:`10000`)
108116
By `Benoit Bovy <https://github.com/benbovy>`_.
109117

110-
Internal Changes
111-
~~~~~~~~~~~~~~~~
112-
113118

114119
.. _whats-new.2025.01.2:
115120

@@ -184,9 +189,6 @@ New Features
184189
:py:class:`pandas.DatetimeIndex` (:pull:`9965`). By `Spencer Clark
185190
<https://github.com/spencerkclark>`_ and `Kai Mühlbauer
186191
<https://github.com/kmuehlbauer>`_.
187-
188-
Breaking changes
189-
~~~~~~~~~~~~~~~~
190192
- Adds shards to the list of valid_encodings in the zarr backend, so that
191193
sharded Zarr V3s can be written (:issue:`9947`, :pull:`9948`).
192194
By `Jacob Prince_Bieker <https://github.com/jacobbieker>`_

0 commit comments

Comments
 (0)