You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a combine_attrs option to open_mfdataset (#4971)
* expose combine_attrs to open_mfdataset
* add tests for passing combine_attrs to open_mfdataset
* don't override the main dataset attrs
* switch the default to "override" which seems closer to current behavior
* update whats-new.rst [skip-ci]
By `Deepak Cherian <https://github.com/dcherian>`_.
67
+
- Add a ``combine_attrs`` parameter to :py:func:`open_mfdataset` (:pull:`4971`).
68
+
By `Justus Magin <https://github.com/keewis>`_.
67
69
- Disable the `cfgrib` backend if the `eccodes` library is not installed (:pull:`5083`). By `Baudouin Raoult <https://github.com/b8raoult>`_.
68
70
- Added :py:meth:`DataArray.curvefit` and :py:meth:`Dataset.curvefit` for general curve fitting applications. (:issue:`4300`, :pull:`4849`)
69
71
By `Sam Levang <https://github.com/slevang>`_.
0 commit comments