Skip to content

Commit a4accf8

Browse files
add whatsnew note
1 parent 959451e commit a4accf8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/whatsnew/v2.3.3.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Most changes in this release are related to :class:`StringDtype` which will
1818
become the default string dtype in pandas 3.0. See
1919
:ref:`whatsnew_230.upcoming_changes` for more details.
2020

21+
.. _whatsnew_233.string_fixes.improvements:
22+
23+
Improvements
24+
^^^^^^^^^^^^
25+
- Accessing the underlying NumPy array of a DataFrame or Series will return a read-only
26+
array if the array shares data with the original DataFrame or Series (:ref:`copy_on_write_read_only_na`).
27+
This logic is expanded to accessing the underlying pandas ExtensionArray
28+
through ``.array`` (or ``.values`` depending on the dtype) as well (:issue:`61925`).
29+
30+
2131
.. _whatsnew_233.string_fixes.bugs:
2232

2333
Bug fixes

0 commit comments

Comments
 (0)