Skip to content

Commit bf27e2c

Browse files
committed
Move summary of #4696 to correct release
1 parent 67d1955 commit bf27e2c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/whats-new.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Breaking changes
6262
pre-existing array values. This is a safer default than the prior ``mode="a"``,
6363
and allows for higher performance writes (:pull:`5252`).
6464
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>`_.
6569

6670
Deprecations
6771
~~~~~~~~~~~~
@@ -85,6 +89,9 @@ Bug fixes
8589
- Plotting a pcolormesh with ``xscale="log"`` and/or ``yscale="log"`` works as
8690
expected after improving the way the interval breaks are generated (:issue:`5333`).
8791
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>`_.
8895

8996

9097
Documentation
@@ -146,20 +153,14 @@ New Features
146153

147154
Breaking changes
148155
~~~~~~~~~~~~~~~~
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+
153157

154158
Deprecations
155159
~~~~~~~~~~~~
156160

157161

158162
Bug fixes
159163
~~~~~~~~~
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>`_.
163164
- Opening netCDF files from a path that doesn't end in ``.nc`` without supplying
164165
an explicit ``engine`` works again (:issue:`5295`), fixing a bug introduced in
165166
0.18.0.

0 commit comments

Comments
 (0)