Skip to content

Commit 81715fd

Browse files
authored
Add kwarg-only breaking change to whats-new (#6409)
1 parent f8bae59 commit 81715fd

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)