Skip to content

Commit 829714b

Browse files
committed
Add release note
1 parent bd4438a commit 829714b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ enhancement1
3232
Other enhancements
3333
^^^^^^^^^^^^^^^^^^
3434

35+
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
36+
inputs have identical ``attrs``, as has so far already been the case for
37+
:func:`pandas.copy`.
3538
- :meth:`pandas.api.interchange.from_dataframe` now uses the `PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_ if available, only falling back to the Dataframe Interchange Protocol if that fails (:issue:`60739`)
3639
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
3740
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been

0 commit comments

Comments
 (0)