@@ -28,36 +28,25 @@ What's New
28
28
29
29
.. _whats-new.0.10.5 :
30
30
31
- v0.10.5 (unreleased )
32
- --------------------
31
+ v0.10.5 (31 May 2018 )
32
+ ---------------------
33
33
34
- Documentation
35
- ~~~~~~~~~~~~~
34
+ The minor release includes a number of bug-fixes and backwards compatible
35
+ enhancements.
36
36
37
37
Enhancements
38
38
~~~~~~~~~~~~
39
39
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.
46
43
By `Barron Henderson <https://github.com/barronh >`_.
47
44
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.
59
48
(:issue: `674 `)
60
- By `Maximilian Roos <https://github.com/maxim-lian `_.
49
+ By `Maximilian Roos <https://github.com/maxim-lian > `_.
61
50
62
51
- :py:meth: `~DataArray.sel `, :py:meth: `~DataArray.isel ` & :py:meth: `~DataArray.reindex `,
63
52
(and their :py:class: `Dataset ` counterparts) now support supplying a ``dict ``
@@ -67,11 +56,24 @@ Enhancements
67
56
not strings.
68
57
By `Maximilian Roos <https://github.com/maxim-lian >`_.
69
58
70
- - :py:meth: `~DataArray.rename ` now supports supplying `kwargs `, as an
59
+ - :py:meth: `~DataArray.rename ` now supports supplying `` ** kwargs` `, as an
71
60
alternative to the existing approach of supplying a ``dict `` as the
72
61
first argument.
73
62
By `Maximilian Roos <https://github.com/maxim-lian >`_.
74
63
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
+
75
77
Bug fixes
76
78
~~~~~~~~~
77
79
@@ -114,13 +116,13 @@ Bug fixes
114
116
(:issue: `2153 `).
115
117
By `Stephan Hoyer <https://github.com/shoyer >`_
116
118
117
- - Fix Dataset.to_netcdf() cannot create group with engine="h5netcdf"
119
+ - Fix `` Dataset.to_netcdf() `` cannot create group with `` engine="h5netcdf" ``
118
120
(:issue: `2177 `).
119
121
By `Stephan Hoyer <https://github.com/shoyer >`_
120
122
121
123
.. _whats-new.0.10.4 :
122
124
123
- v0.10.4 (May 16, 2018)
125
+ v0.10.4 (16 May 2018)
124
126
----------------------
125
127
126
128
The minor release includes a number of bug-fixes and backwards compatible
@@ -208,7 +210,7 @@ Bug fixes
208
210
209
211
.. _whats-new.0.10.3 :
210
212
211
- v0.10.3 (April 13, 2018)
213
+ v0.10.3 (13 April 2018)
212
214
------------------------
213
215
214
216
The minor release includes a number of bug-fixes and backwards compatible enhancements.
0 commit comments