We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bae59 commit 86e8c79Copy full SHA for 86e8c79
doc/whats-new.rst
@@ -34,6 +34,9 @@ Breaking changes
34
35
- The Dataset and DataArray ``rename*`` methods do not implicitly add or drop
36
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>`_.
40
41
Deprecations
42
~~~~~~~~~~~~
0 commit comments