@@ -28,36 +28,25 @@ What's New
2828
2929.. _whats-new.0.10.5 :
3030
31- v0.10.5 (unreleased )
32- --------------------
31+ v0.10.5 (31 May 2018 )
32+ ---------------------
3333
34- Documentation
35- ~~~~~~~~~~~~~
34+ The minor release includes a number of bug-fixes and backwards compatible
35+ enhancements.
3636
3737Enhancements
3838~~~~~~~~~~~~
3939
40- - `:py: meth:`~DataArray.dot ` and :py:func: `~dot ` are partly supported with older
41- dask<0.17.4. (related to :issue: `2203 `)
42- By `Keisuke Fujii <https://github.com/fujiisoup `_.
43-
44- - added a PseudoNetCDF backend for many Atmospheric data formats including
45- GEOS-Chem, CAMx, NOAA arlpacked bit and many others.
40+ - New PseudoNetCDF backend for many Atmospheric data formats including
41+ GEOS-Chem, CAMx, NOAA arlpacked bit and many others. See
42+ :ref: `io.PseudoNetCDF ` for more details.
4643 By `Barron Henderson <https://github.com/barronh >`_.
4744
48- - :py:meth: `~DataArray.cumsum ` and :py:meth: `~DataArray.cumprod ` now support
49- aggregation over multiple dimensions at the same time. This is the default
50- behavior when dimensions are not specified (previously this raised an error).
51- By `Stephan Hoyer <https://github.com/shoyer >`_
52-
53- - Xarray now uses `Versioneer <https://github.com/warner/python-versioneer >`__
54- to manage its version strings. (:issue: `1300 `).
55- By `Joe Hamman <https://github.com/jhamman >`_.
56-
57- - `:py: class:`Dataset`s align `:py: class:`DataArray`s to coords that are explicitly
58- passed into the constructor, where previously an error would be raised.
45+ - The :py:class: `Dataset ` constructor now aligns :py:class: `DataArray `
46+ arguments in ``data_vars `` to indexes set explicitly in ``coords ``,
47+ where previously an error would be raised.
5948 (:issue: `674 `)
60- By `Maximilian Roos <https://github.com/maxim-lian `_.
49+ By `Maximilian Roos <https://github.com/maxim-lian > `_.
6150
6251- :py:meth: `~DataArray.sel `, :py:meth: `~DataArray.isel ` & :py:meth: `~DataArray.reindex `,
6352 (and their :py:class: `Dataset ` counterparts) now support supplying a ``dict ``
@@ -67,11 +56,24 @@ Enhancements
6756 not strings.
6857 By `Maximilian Roos <https://github.com/maxim-lian >`_.
6958
70- - :py:meth: `~DataArray.rename ` now supports supplying `kwargs `, as an
59+ - :py:meth: `~DataArray.rename ` now supports supplying `` ** kwargs` `, as an
7160 alternative to the existing approach of supplying a ``dict `` as the
7261 first argument.
7362 By `Maximilian Roos <https://github.com/maxim-lian >`_.
7463
64+ - :py:meth: `~DataArray.cumsum ` and :py:meth: `~DataArray.cumprod ` now support
65+ aggregation over multiple dimensions at the same time. This is the default
66+ behavior when dimensions are not specified (previously this raised an error).
67+ By `Stephan Hoyer <https://github.com/shoyer >`_
68+
69+ - :py:meth: `~DataArray.dot ` and :py:func: `~dot ` are partly supported with older
70+ dask<0.17.4. (related to :issue: `2203 `)
71+ By `Keisuke Fujii <https://github.com/fujiisoup >`_.
72+
73+ - Xarray now uses `Versioneer <https://github.com/warner/python-versioneer >`__
74+ to manage its version strings. (:issue: `1300 `).
75+ By `Joe Hamman <https://github.com/jhamman >`_.
76+
7577Bug fixes
7678~~~~~~~~~
7779
@@ -114,13 +116,13 @@ Bug fixes
114116 (:issue: `2153 `).
115117 By `Stephan Hoyer <https://github.com/shoyer >`_
116118
117- - Fix Dataset.to_netcdf() cannot create group with engine="h5netcdf"
119+ - Fix `` Dataset.to_netcdf() `` cannot create group with `` engine="h5netcdf" ``
118120 (:issue: `2177 `).
119121 By `Stephan Hoyer <https://github.com/shoyer >`_
120122
121123.. _whats-new.0.10.4 :
122124
123- v0.10.4 (May 16, 2018)
125+ v0.10.4 (16 May 2018)
124126----------------------
125127
126128The minor release includes a number of bug-fixes and backwards compatible
@@ -208,7 +210,7 @@ Bug fixes
208210
209211.. _whats-new.0.10.3 :
210212
211- v0.10.3 (April 13, 2018)
213+ v0.10.3 (13 April 2018)
212214------------------------
213215
214216The minor release includes a number of bug-fixes and backwards compatible enhancements.
0 commit comments