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/v2.3.0.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ Other enhancements
34
34
35
35
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
36
36
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
37
-
updated to raise FutureWarning with NumPy >= 2 (:issue:`60340`)
37
+
updated to work correctly with NumPy >= 2 (:issue:`57739`)
38
+
- :meth:`Series.str.decode` result now has ``StringDtype`` when ``future.infer_string`` is True (:issue:`60709`)
38
39
- :meth:`~Series.to_hdf` and :meth:`~DataFrame.to_hdf` now round-trip with ``StringDtype`` (:issue:`60663`)
39
40
- The :meth:`~Series.cumsum`, :meth:`~Series.cummin`, and :meth:`~Series.cummax` reductions are now implemented for ``StringDtype`` columns when backed by PyArrow (:issue:`60633`)
40
41
- The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`)
0 commit comments