You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,13 @@ v0.10.1 (unreleased)
21
21
Enhancements
22
22
~~~~~~~~~~~~
23
23
24
-
- :py:func:`~plot.contourf()` learned to contour 2D variables that have both a 1D co-ordinate (e.g. time) and a 2D co-ordinate (e.g. depth as a function of time).
24
+
- :py:func:`~plot.contourf()` learned to contour 2D variables that have both a
25
+
1D co-ordinate (e.g. time) and a 2D co-ordinate (e.g. depth as a function of
26
+
time) (:issue:`1737`).
25
27
By `Deepak Cherian <https://github.com/dcherian>`_.
28
+
- Use ``pandas.Grouper`` class in xarray resample methods rather than the
29
+
deprecated ``pandas.TimeGrouper`` class (:issue:`1766`).
30
+
By `Joe Hamman <https://github.com/jhamman>`_.
0 commit comments