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/v3.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ Removal of prior version deprecations/changes
112
112
- All arguments in :meth:`Series.to_dict` are now keyword only (:issue:`56493`)
113
113
- Changed the default value of ``observed`` in :meth:`DataFrame.groupby` and :meth:`Series.groupby` to ``True`` (:issue:`51811`)
114
114
- Enforced silent-downcasting deprecation for :ref:`all relevant methods <whatsnew_220.silent_downcasting>` (:issue:`54710`)
115
+
- In :meth:`DataFrame.stack`, the default value of ``future_stack`` is now ``True``; specifying ``False`` will raise a ``FutureWarning`` (:issue:`55448`)
115
116
- Removed ``DataFrame.applymap``, ``Styler.applymap`` and ``Styler.applymap_index`` (:issue:`52364`)
116
117
- Removed ``DataFrame.bool`` and ``Series.bool`` (:issue:`51756`)
117
118
- Removed ``DataFrame.first`` and ``DataFrame.last`` (:issue:`53710`)
0 commit comments