@@ -33,10 +33,11 @@ Enhancements
33
33
34
34
- New documentation on :ref: `panel transition `. By
35
35
`Maximilian Roos <https://github.com/MaximilianR >`_.
36
- - New ``Dataset `` and ``DataArray `` methods :py:meth: `to_dict ` and
37
- :py:meth: `from_dict ` to allow easy conversion between dictionaries and
38
- xarray objects (:issue: `432 `). See :ref: `dictionary IO <dictionary io >`
39
- for more details. By `Julia Signell <https://github.com/jsignell >`_.
36
+ - New ``Dataset `` and ``DataArray `` methods :py:meth: `~xarray.Dataset.to_dict `
37
+ and :py:meth: `~xarray.Dataset.from_dict ` to allow easy conversion between
38
+ dictionaries and xarray objects (:issue: `432 `). See
39
+ :ref: `dictionary IO<dictionary io> ` for more details.
40
+ By `Julia Signell <https://github.com/jsignell >`_.
40
41
- Added ``exclude `` and ``indexes `` optional parameters to :py:func: `~xarray.align `,
41
42
and ``exclude `` optional parameter to :py:func: `~xarray.broadcast `.
42
43
By `Guido Imperiale <https://github.com/crusaderky >`_.
@@ -55,7 +56,7 @@ Bug fixes
55
56
By `Maximilian Roos <https://github.com/maximilianr >`_.
56
57
- ``Dataset `` constructor can now take arbitrary objects as values
57
58
(:issue: `647 `). By `Maximilian Roos <https://github.com/maximilianr >`_.
58
- - Clarified ``copy `` argument for :py: meth`~xarray.DataArray.reindex` and
59
+ - Clarified ``copy `` argument for :py:meth: `~xarray.DataArray.reindex ` and
59
60
:py:func: `~xarray.align `, which now consistently always return new xarray
60
61
objects (:issue: `927 `).
61
62
- Fix ``open_mfdataset `` with ``engine='pynio' `` (:issue: `936 `).
0 commit comments