Skip to content

Commit be57bae

Browse files
Tweak main what's new entry for time coding (#4)
1 parent 4ba0538 commit be57bae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/whats-new.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ eventually be deprecated.
7070

7171
New Features
7272
~~~~~~~~~~~~
73-
- Relax nanosecond datetime restriction in CF time decoding (:issue:`7493`, :pull:`9618`, :pull:`9977`, :pull:`9966`, :pull:`9999`).
74-
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_ and `Spencer Clark <https://github.com/spencerkclark>`_.
73+
- Relax nanosecond resolution restriction in CF time coding and permit
74+
:py:class:`numpy.datetime64` or :py:class:`numpy.timedelta64` dtype arrays
75+
with ``"s"``, ``"ms"``, ``"us"``, or ``"ns"`` resolution throughout xarray
76+
(:issue:`7493`, :pull:`9618`, :pull:`9977`, :pull:`9966`, :pull:`9999`). By
77+
`Kai Mühlbauer <https://github.com/kmuehlbauer>`_ and `Spencer Clark
78+
<https://github.com/spencerkclark>`_.
7579
- Enable the ``compute=False`` option in :py:meth:`DataTree.to_zarr`. (:pull:`9958`).
7680
By `Sam Levang <https://github.com/slevang>`_.
7781
- Improve the error message raised when no key is matching the available variables in a dataset. (:pull:`9943`)

0 commit comments

Comments
 (0)