Skip to content

Commit ceb5364

Browse files
authored
release notes: 2025.01.1 (#9931)
1 parent 1e5045a commit ceb5364

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

doc/whats-new.rst

+5-19
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,24 @@ What's New
1717
1818
.. _whats-new.2025.01.1:
1919

20-
v2025.01.1 (unreleased)
21-
-----------------------
20+
v2025.01.1 (Jan 9, 2025)
21+
------------------------
22+
23+
This is a quick release to bring compatibility with the Zarr V3 release. It also includes an update to the time decoding
24+
infrastructure as a step toward `enabling non-nanosecond datetime support <https://github.com/pydata/xarray/pull/9618>`_!
2225

2326
New Features
2427
~~~~~~~~~~~~
2528
- Split out :py:class:`coders.CFDatetimeCoder` as public API in ``xr.coders``, make ``decode_times`` keyword argument
2629
consume :py:class:`coders.CFDatetimeCoder` (:pull:`9901`).
2730
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
2831

29-
Breaking changes
30-
~~~~~~~~~~~~~~~~
31-
32-
3332
Deprecations
3433
~~~~~~~~~~~~
3534
- Time decoding related kwarg ``use_cftime`` is deprecated. Use keyword argument
3635
``decode_times=CFDatetimeCoder(use_cftime=True)`` in :py:func:`~xarray.open_dataset`, :py:func:`~xarray.open_dataarray`, :py:func:`~xarray.open_datatree`, :py:func:`~xarray.open_groups`, :py:func:`~xarray.open_zarr` and :py:func:`~xarray.decode_cf` instead (:pull:`9901`).
3736
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
3837

39-
Bug fixes
40-
~~~~~~~~~
41-
42-
43-
Documentation
44-
~~~~~~~~~~~~~
45-
46-
47-
Internal Changes
48-
~~~~~~~~~~~~~~~~
49-
50-
51-
5238
.. _whats-new.2025.01.0:
5339

5440
v.2025.01.0 (Jan 3, 2025)

0 commit comments

Comments
 (0)