We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dataset.interp
1 parent e84dd2a commit 29d76d7Copy full SHA for 29d76d7
doc/whats-new.rst
@@ -61,6 +61,9 @@ Bug Fixes
61
- Ensure the :py:class:`~xarray.groupers.SeasonResampler` preserves the datetime
62
unit of the underlying time index when resampling (:issue:`11048`,
63
: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>`_.
67
68
Documentation
69
~~~~~~~~~~~~~
0 commit comments