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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ enhancement1
32
32
Other enhancements
33
33
^^^^^^^^^^^^^^^^^^
34
34
35
+
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
36
+
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
37
+
updated to work correctly with NumPy >= 2 (:issue:`57739`)
35
38
- The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`)
36
39
-
37
40
@@ -104,10 +107,10 @@ Conversion
104
107
Strings
105
108
^^^^^^^
106
109
- Bug in :meth:`Series.rank` for :class:`StringDtype` with ``storage="pyarrow"`` incorrectly returning integer results in case of ``method="average"`` and raising an error if it would truncate results (:issue:`59768`)
110
+
- Bug in :meth:`Series.replace` with :class:`StringDtype` when replacing with a non-string value was not upcasting to ``object`` dtype (:issue:`60282`)
107
111
- Bug in :meth:`Series.str.replace` when ``n < 0`` for :class:`StringDtype` with ``storage="pyarrow"`` (:issue:`59628`)
108
112
- Bug in ``ser.str.slice`` with negative ``step`` with :class:`ArrowDtype` and :class:`StringDtype` with ``storage="pyarrow"`` giving incorrect results (:issue:`59710`)
109
113
- Bug in the ``center`` method on :class:`Series` and :class:`Index` object ``str`` accessors with pyarrow-backed dtype not matching the python behavior in corner cases with an odd number of fill characters (:issue:`54792`)
110
-
-
111
114
112
115
Interval
113
116
^^^^^^^^
@@ -116,7 +119,7 @@ Interval
116
119
117
120
Indexing
118
121
^^^^^^^^
119
-
-
122
+
- Fixed bug in :meth:`Index.get_indexer` round-tripping through string dtype when ``infer_string`` is enabled (:issue:`55834`)
120
123
-
121
124
122
125
Missing
@@ -171,7 +174,8 @@ Styler
171
174
172
175
Other
173
176
^^^^^
174
-
-
177
+
- Fixed usage of ``inspect`` when the optional dependencies ``pyarrow`` or ``jinja2``
0 commit comments