From ddc84a3f414073f83ae8ba67638de7247f676e3c Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Thu, 7 Nov 2019 18:35:58 -0500 Subject: [PATCH] whatsnew corrections --- doc/whats-new.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 0906058469d..04fe88e9993 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -41,7 +41,7 @@ New Features - :py:meth:`Dataset.drop_sel` & :py:meth:`DataArray.drop_sel` have been added for dropping labels. :py:meth:`Dataset.drop_vars` & :py:meth:`DataArray.drop_vars` have been added for dropping variables (including coordinates). The existing ``drop`` methods remain as a backward compatible - option for dropping either lables or variables, but using the more specific methods is encouraged. + option for dropping either labels or variables, but using the more specific methods is encouraged. (:pull:`3475`) By `Maximilian Roos `_ - :py:meth:`Dataset.transpose` and :py:meth:`DataArray.transpose` now support an ellipsis (`...`) @@ -120,6 +120,8 @@ Internal Changes - Run basic CI tests on Python 3.8. (:pull:`3477`) By `Maximilian Roos `_ +- Enable type checking on default sentinel values (:pull:`3472`) + By `Maximilian Roos `_ .. _whats-new.0.14.0: