Skip to content

Commit ba45599

Browse files
committed
Add to deprecated section of whats new
1 parent 8d0d390 commit ba45599

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/whats-new.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Breaking changes
3232
Deprecations
3333
~~~~~~~~~~~~
3434

35+
- Start deprecation cycle for changing the default keyword arguments to ``concat``, ``merge``, ``combine``, ``open_mfdataset``.
36+
Emits a ``FutureWarning`` when using old defaults and new defaults would result in different behavior.
37+
Adds an option: ``use_new_combine_kwarg_defaults`` to opt in to new defaults immediately.
38+
New values are:
39+
- ``data_vars``: "minimal"
40+
- ``coords``: "minimal"
41+
- ``compat``: "override"
42+
- ``join``: "exact"
43+
By `Julia Signell <https://github.com/jsignell>`_.
3544

3645
Bug fixes
3746
~~~~~~~~~

0 commit comments

Comments
 (0)