Skip to content

Commit 9f78d76

Browse files
fixup merge
1 parent 6ec9b06 commit 9f78d76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,10 @@ Other
12321232
- Fixed bug in the :meth:`Series.rank` with object dtype and extremely small float values (:issue:`62036`)
12331233
- Fixed bug where the :class:`DataFrame` constructor misclassified array-like objects with a ``.name`` attribute as :class:`Series` or :class:`Index` (:issue:`61443`)
12341234
- Fixed regression in :meth:`DataFrame.from_records` not initializing subclasses properly (:issue:`57008`)
1235+
- Accessing the underlying NumPy array of a DataFrame or Series will return a read-only
1236+
array if the array shares data with the original DataFrame or Series (:ref:`copy_on_write_read_only_na`).
1237+
This logic is expanded to accessing the underlying pandas ExtensionArray
1238+
through ``.array`` (or ``.values`` depending on the dtype) as well (:issue:`61925`).
12351239

12361240
.. ***DO NOT USE THIS SECTION***
12371241

0 commit comments

Comments
 (0)