@@ -15,7 +15,7 @@ What's New
1515
1616 .. _whats-new.0.14.1 :
1717
18- v0.14.1 (unreleased )
18+ v0.14.1 (19 Nov 2019 )
1919--------------------
2020
2121Breaking changes
@@ -41,23 +41,20 @@ New Features
4141 :py:meth: `~xarray.Dataset.unstack `, :py:meth: `~xarray.DataArray.reindex `,
4242 :py:meth: `~xarray.Dataset.reindex ` (:issue: `3518 `).
4343 By `Keisuke Fujii <https://github.com/fujiisoup >`_.
44-
45- - Added the ``max_gap `` kwarg to :py:meth: `DataArray.interpolate_na ` and
46- :py:meth: `Dataset.interpolate_na `. This controls the maximum size of the data
4744- Added the ``fill_value `` option to :py:meth: `DataArray.unstack ` and
4845 :py:meth: `Dataset.unstack ` (:issue: `3518 `, :pull: `3541 `).
4946 By `Keisuke Fujii <https://github.com/fujiisoup >`_.
5047- Added the ``max_gap `` kwarg to :py:meth: `~xarray.DataArray.interpolate_na ` and
5148 :py:meth: `~xarray.Dataset.interpolate_na `. This controls the maximum size of the data
5249 gap that will be filled by interpolation. By `Deepak Cherian <https://github.com/dcherian >`_.
53- - :py:meth: `Dataset.drop_sel ` & :py:meth: `DataArray.drop_sel ` have been added for dropping labels.
50+ - Added :py:meth: `Dataset.drop_sel ` & :py:meth: `DataArray.drop_sel ` for dropping labels.
5451 :py:meth: `Dataset.drop_vars ` & :py:meth: `DataArray.drop_vars ` have been added for
5552 dropping variables (including coordinates). The existing :py:meth: `Dataset.drop ` &
5653 :py:meth: `DataArray.drop ` methods remain as a backward compatible
5754 option for dropping either labels or variables, but using the more specific methods is encouraged.
5855 (:pull: `3475 `)
5956 By `Maximilian Roos <https://github.com/max-sixty >`_
60- - :py:meth: `Dataset.map ` & :py:meth: `GroupBy.map ` & :py:meth: `Resample.map ` have been added for
57+ - Added :py:meth: `Dataset.map ` & :py:meth: `GroupBy.map ` & :py:meth: `Resample.map ` for
6158 mapping / applying a function over each item in the collection, reflecting the widely used
6259 and least surprising name for this operation.
6360 The existing ``apply `` methods remain for backward compatibility, though using the ``map ``
@@ -131,7 +128,7 @@ Documentation
131128- Fix leap year condition in `monthly means example <http://xarray.pydata.org/en/stable/examples/monthly-means.html >`_.
132129 By `Mickaël Lalande <https://github.com/mickaellalande >`_.
133130- Fix the documentation of :py:meth: `DataArray.resample ` and
134- :py:meth: `Dataset.resample ` — explicitly state that a
131+ :py:meth: `Dataset.resample `, explicitly stating that a
135132 datetime-like dimension is required. (:pull: `3400 `)
136133 By `Justus Magin <https://github.com/keewis >`_.
137134- Update the :ref: `terminology ` page to address multidimensional coordinates. (:pull: `3410 `)
0 commit comments