Skip to content
forked from pydata/xarray

Commit 86e8c79

Browse files
committed
Add kwarg-only breaking change to whats-new
Closes pydata#6408
1 parent f8bae59 commit 86e8c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/whats-new.rst

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Breaking changes
3434

3535
- The Dataset and DataArray ``rename*`` methods do not implicitly add or drop
3636
indexes. (:pull:`5692`). By `Benoît Bovy <https://github.com/benbovy>`_.
37+
- Many arguments like ``keep_attrs``, ``axis``, and ``skipna`` are now keyword
38+
only for all reduction operations like ``.mean``.
39+
By `Deepak Cherian <https://github.com/dcherian>`_, `Jimmy Westling <https://github.com/illviljan>`_.
3740

3841
Deprecations
3942
~~~~~~~~~~~~

0 commit comments

Comments
 (0)