@@ -62,6 +62,10 @@ Breaking changes
62
62
pre-existing array values. This is a safer default than the prior ``mode="a" ``,
63
63
and allows for higher performance writes (:pull: `5252 `).
64
64
By `Stephan Hoyer <https://github.com/shoyer >`_.
65
+ - The main parameter to :py:func: `combine_by_coords ` is renamed to `data_objects ` instead
66
+ of `datasets ` so anyone calling this method using a named parameter will need to update
67
+ the name accordingly (:issue: `3248 `, :pull: `4696 `).
68
+ By `Augustus Ijams <https://github.com/aijams >`_.
65
69
66
70
Deprecations
67
71
~~~~~~~~~~~~
@@ -85,6 +89,9 @@ Bug fixes
85
89
- Plotting a pcolormesh with ``xscale="log" `` and/or ``yscale="log" `` works as
86
90
expected after improving the way the interval breaks are generated (:issue: `5333 `).
87
91
By `Santiago Soler <https://github.com/santisoler >`_
92
+ - :py:func: `combine_by_coords ` can now handle combining a list of unnamed
93
+ ``DataArray `` as input (:issue: `3248 `, :pull: `4696 `).
94
+ By `Augustus Ijams <https://github.com/aijams >`_.
88
95
89
96
90
97
Documentation
@@ -146,20 +153,14 @@ New Features
146
153
147
154
Breaking changes
148
155
~~~~~~~~~~~~~~~~
149
- - The main parameter to :py:func: `combine_by_coords ` is renamed to `data_objects ` instead
150
- of `datasets ` so anyone calling this method using a named parameter will need to update
151
- the name accordingly (:issue: `3248 `, :pull: `4696 `).
152
- By `Augustus Ijams <https://github.com/aijams >`_.
156
+
153
157
154
158
Deprecations
155
159
~~~~~~~~~~~~
156
160
157
161
158
162
Bug fixes
159
163
~~~~~~~~~
160
- - :py:func: `combine_by_coords ` can now handle combining a list of unnamed
161
- ``DataArray `` as input (:issue: `3248 `, :pull: `4696 `).
162
- By `Augustus Ijams <https://github.com/aijams >`_.
163
164
- Opening netCDF files from a path that doesn't end in ``.nc `` without supplying
164
165
an explicit ``engine `` works again (:issue: `5295 `), fixing a bug introduced in
165
166
0.18.0.
0 commit comments