From 37dd3dce5f428e33a79366d028c85654ee9474e4 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sat, 2 Nov 2019 01:35:48 -0400 Subject: [PATCH] whatsnew --- doc/whats-new.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 47e2e58e988..033de15fdfa 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -78,7 +78,8 @@ Bug fixes Documentation ~~~~~~~~~~~~~ -- Fix leap year condition in example (http://xarray.pydata.org/en/stable/examples/monthly-means.html) by `Mickaël Lalande `_. +- Fix leap year condition in example (http://xarray.pydata.org/en/stable/examples/monthly-means.html) + by `Mickaël Lalande `_. - Fix the documentation of :py:meth:`DataArray.resample` and :py:meth:`Dataset.resample` and explicitly state that a datetime-like dimension is required. (:pull:`3400`) @@ -107,6 +108,9 @@ Internal Changes - Use Python 3.6 idioms throughout the codebase. (:pull:3419) By `Maximilian Roos `_ +- Run basic CI tests on Python 3.8. (:pull:3477) + By `Maximilian Roos `_ + .. _whats-new.0.14.0: