You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'main' into fix-coord-transform-indexing
* main:
Document limitations of cftime arithmetic (pydata#10653)
Remove RTD htmlzip output format (pydata#10977)
Support decoding unsigned integers to timedelta (pydata#10972)
Use `._data` in `Variable._replace` (pydata#10969)
small changes to the pixi env definitions (pydata#10976)
Add GitHub Codespaces config for Pixi (pydata#10929)
Fix workflow name to embed `matrix.pytest-addopts` (pydata#10970)
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,15 @@ Bug Fixes
46
46
By `Justus Magin <https://github.com/keewis>`_.
47
47
- Avoid casting custom indexes in ``Dataset.drop_attrs`` (:pull:`10961`)
48
48
By `Justus Magin <https://github.com/keewis>`_.
49
+
- Support decoding unsigned integers to ``np.timedelta64``.
50
+
By `Deepak Cherian <https://github.com/dcherian>`_.
51
+
49
52
50
53
Documentation
51
54
~~~~~~~~~~~~~
52
55
56
+
- Added section on the `limitations of cftime arithmetic <https://docs.xarray.dev/en/stable/user-guide/weather-climate.html#arithmetic-limitations-with-non-standard-calendars>`_ (:pull:`10653`).
57
+
By `Lars Buntemeyer <https://github.com/larsbuntemeyer>`_
0 commit comments