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
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ Bug fixes
78
78
79
79
Documentation
80
80
~~~~~~~~~~~~~
81
-
- Fix leap year condition in example (http://xarray.pydata.org/en/stable/examples/monthly-means.html) by `Mickaël Lalande <https://github.com/mickaellalande>`_.
81
+
- Fix leap year condition in example (http://xarray.pydata.org/en/stable/examples/monthly-means.html)
82
+
by `Mickaël Lalande <https://github.com/mickaellalande>`_.
82
83
- Fix the documentation of :py:meth:`DataArray.resample` and
83
84
:py:meth:`Dataset.resample` and explicitly state that a
84
85
datetime-like dimension is required. (:pull:`3400`)
@@ -107,6 +108,9 @@ Internal Changes
107
108
- Use Python 3.6 idioms throughout the codebase. (:pull:3419)
108
109
By `Maximilian Roos <https://github.com/max-sixty>`_
109
110
111
+
- Run basic CI tests on Python 3.8
112
+
By `Maximilian Roos <https://github.com/max-sixty>`_
0 commit comments