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/source/whatsnew/v0.23.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -1038,6 +1038,8 @@ Removal of prior version deprecations/changes
1038
1038
- When ``.resample()`` was changed from an eager to a lazy operation, like ``.groupby()`` in v0.18.0, we put in place compatibility (with a ``FutureWarning``),
1039
1039
so operations would continue to work. This is now fully removed, so a ``Resampler`` will no longer forward compat operations (:issue:`20554`)
1040
1040
1041
+
- The ``LongPanel`` and ``WidePanel`` classes have been removed (:issue:`10892`)
0 commit comments