We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bae59 commit 81715fdCopy full SHA for 81715fd
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