@@ -15,7 +15,7 @@ What's New
15
15
16
16
.. _whats-new.0.14.1 :
17
17
18
- v0.14.1 (unreleased )
18
+ v0.14.1 (19 Nov 2019 )
19
19
--------------------
20
20
21
21
Breaking changes
@@ -41,23 +41,20 @@ New Features
41
41
:py:meth: `~xarray.Dataset.unstack `, :py:meth: `~xarray.DataArray.reindex `,
42
42
:py:meth: `~xarray.Dataset.reindex ` (:issue: `3518 `).
43
43
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
47
44
- Added the ``fill_value `` option to :py:meth: `DataArray.unstack ` and
48
45
:py:meth: `Dataset.unstack ` (:issue: `3518 `, :pull: `3541 `).
49
46
By `Keisuke Fujii <https://github.com/fujiisoup >`_.
50
47
- Added the ``max_gap `` kwarg to :py:meth: `~xarray.DataArray.interpolate_na ` and
51
48
:py:meth: `~xarray.Dataset.interpolate_na `. This controls the maximum size of the data
52
49
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.
54
51
:py:meth: `Dataset.drop_vars ` & :py:meth: `DataArray.drop_vars ` have been added for
55
52
dropping variables (including coordinates). The existing :py:meth: `Dataset.drop ` &
56
53
:py:meth: `DataArray.drop ` methods remain as a backward compatible
57
54
option for dropping either labels or variables, but using the more specific methods is encouraged.
58
55
(:pull: `3475 `)
59
56
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
61
58
mapping / applying a function over each item in the collection, reflecting the widely used
62
59
and least surprising name for this operation.
63
60
The existing ``apply `` methods remain for backward compatibility, though using the ``map ``
@@ -131,7 +128,7 @@ Documentation
131
128
- Fix leap year condition in `monthly means example <http://xarray.pydata.org/en/stable/examples/monthly-means.html >`_.
132
129
By `Mickaël Lalande <https://github.com/mickaellalande >`_.
133
130
- 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
135
132
datetime-like dimension is required. (:pull: `3400 `)
136
133
By `Justus Magin <https://github.com/keewis >`_.
137
134
- Update the :ref: `terminology ` page to address multidimensional coordinates. (:pull: `3410 `)
0 commit comments