Skip to content

Commit

Permalink
Add kwarg-only breaking change to whats-new (#6409)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Mar 26, 2022
1 parent f8bae59 commit 81715fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Breaking changes

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

Deprecations
~~~~~~~~~~~~
Expand Down

0 comments on commit 81715fd

Please sign in to comment.