Skip to content

Commit

Permalink
release notes: 2025.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jan 8, 2025
1 parent 1e5045a commit b32ccd3
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,24 @@ What's New
.. _whats-new.2025.01.1:

v2025.01.1 (unreleased)
v2025.01.1 (Jan 9, 2025)
-----------------------

This is a quick release to bring compatibility with the Zarr V3 release. It also includes an update to the time decoding
infrastructure as a step toward `enabling non-nanosecond datetime support <https://github.com/pydata/xarray/pull/9618>`_!

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

Breaking changes
~~~~~~~~~~~~~~~~


Deprecations
~~~~~~~~~~~~
- Time decoding related kwarg ``use_cftime`` is deprecated. Use keyword argument
``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`).
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.

Bug fixes
~~~~~~~~~


Documentation
~~~~~~~~~~~~~


Internal Changes
~~~~~~~~~~~~~~~~



.. _whats-new.2025.01.0:

v.2025.01.0 (Jan 3, 2025)
Expand Down

0 comments on commit b32ccd3

Please sign in to comment.