We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b2b36 commit 5b33b98Copy full SHA for 5b33b98
doc/whats-new.rst
@@ -33,7 +33,8 @@ Breaking changes
33
34
Deprecations
35
~~~~~~~~~~~~
36
-
+- The `squeeze` kwarg to GroupBy is now deprecated. (:issue:`2157`, :pull:`8507`)
37
+ By `Deepak Cherian <https://github.com/dcherian>`_.
38
39
Bug fixes
40
~~~~~~~~~
@@ -109,9 +110,6 @@ Breaking changes
109
110
111
112
-- The `squeeze` kwarg to GroupBy is now deprecated. (:issue:`2157`)
113
- By `Deepak Cherian <https://github.com/dcherian>`_.
114
115
- As part of an effort to standardize the API, we're renaming the ``dims``
116
keyword arg to ``dim`` for the minority of functions which current use
117
``dims``. This started with :py:func:`xarray.dot` & :py:meth:`DataArray.dot`
0 commit comments