Skip to content

Commit 29d76d7

Browse files
fix: support datetime variables in Dataset.interp
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent e84dd2a commit 29d76d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Bug Fixes
6161
- Ensure the :py:class:`~xarray.groupers.SeasonResampler` preserves the datetime
6262
unit of the underlying time index when resampling (:issue:`11048`,
6363
:pull:`11049`). By `Spencer Clark <https://github.com/spencerkclark>`_.
64+
- Fix :py:meth:`Dataset.interp` silently dropping datetime64 and timedelta64
65+
variables (:issue:`10900`, :pull:`11081`).
66+
By `Emmanuel Ferdman <https://github.com/emmanuel-ferdman>`_.
6467

6568
Documentation
6669
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)