@@ -33,10 +33,11 @@ Enhancements
3333
3434- New documentation on :ref: `panel transition `. By
3535 `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 >`_.
4041- Added ``exclude `` and ``indexes `` optional parameters to :py:func: `~xarray.align `,
4142 and ``exclude `` optional parameter to :py:func: `~xarray.broadcast `.
4243 By `Guido Imperiale <https://github.com/crusaderky >`_.
@@ -55,7 +56,7 @@ Bug fixes
5556 By `Maximilian Roos <https://github.com/maximilianr >`_.
5657- ``Dataset `` constructor can now take arbitrary objects as values
5758 (: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
5960 :py:func: `~xarray.align `, which now consistently always return new xarray
6061 objects (:issue: `927 `).
6162- Fix ``open_mfdataset `` with ``engine='pynio' `` (:issue: `936 `).
0 commit comments