Skip to content

Commit bb89534

Browse files
max-sixtydcherian
authored andcommitted
whatsnew corrections (#3494)
1 parent 0e8debf commit bb89534

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/whats-new.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ New Features
4141
- :py:meth:`Dataset.drop_sel` & :py:meth:`DataArray.drop_sel` have been added for dropping labels.
4242
:py:meth:`Dataset.drop_vars` & :py:meth:`DataArray.drop_vars` have been added for
4343
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.
4545
(:pull:`3475`)
4646
By `Maximilian Roos <https://github.com/max-sixty>`_
4747
- :py:meth:`Dataset.transpose` and :py:meth:`DataArray.transpose` now support an ellipsis (`...`)
@@ -120,6 +120,8 @@ Internal Changes
120120
- Run basic CI tests on Python 3.8. (:pull:`3477`)
121121
By `Maximilian Roos <https://github.com/max-sixty>`_
122122

123+
- Enable type checking on default sentinel values (:pull:`3472`)
124+
By `Maximilian Roos <https://github.com/max-sixty>`_
123125

124126
.. _whats-new.0.14.0:
125127

0 commit comments

Comments
 (0)