Skip to content

Commit

Permalink
add whats-new.rst entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Dec 17, 2024
1 parent a2d8e69 commit d6fe956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ New Features
- Add ``unit`` - keyword argument to :py:func:`date_range` and ``microsecond`` parsing to
iso8601-parser (:pull:`9885`).
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
- Split out ``CFDatetimeCoder`` in ``xr.coders``, make ``decode_times`` keyword argument
consume ``CFDatetimeCoder``.


Breaking changes
~~~~~~~~~~~~~~~~
Expand All @@ -45,6 +48,7 @@ Deprecations
- Time decoding related kwarg ``use_cftime`` is deprecated. Use keyword argument
``decode_times=CFDatetimeCoder(use_cftime=True)`` in the respective functions
instead.
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.

Bug fixes
~~~~~~~~~
Expand Down

0 comments on commit d6fe956

Please sign in to comment.