File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ New Features
41
41
- :py:meth: `Dataset.drop_sel ` & :py:meth: `DataArray.drop_sel ` have been added for dropping labels.
42
42
:py:meth: `Dataset.drop_vars ` & :py:meth: `DataArray.drop_vars ` have been added for
43
43
dropping variables (including coordinates). The existing ``drop `` methods remain as a backward compatible
44
- option for dropping either lables or variables, but using the more specific methods is encouraged.
44
+ option for dropping either labels or variables, but using the more specific methods is encouraged.
45
45
(:pull: `3475 `)
46
46
By `Maximilian Roos <https://github.com/max-sixty >`_
47
47
- :py:meth: `Dataset.transpose ` and :py:meth: `DataArray.transpose ` now support an ellipsis (`... `)
@@ -120,6 +120,8 @@ Internal Changes
120
120
- Run basic CI tests on Python 3.8. (:pull: `3477 `)
121
121
By `Maximilian Roos <https://github.com/max-sixty >`_
122
122
123
+ - Enable type checking on default sentinel values (:pull: `3472 `)
124
+ By `Maximilian Roos <https://github.com/max-sixty >`_
123
125
124
126
.. _whats-new.0.14.0 :
125
127
You can’t perform that action at this time.
0 commit comments