Skip to content

Commit ed40c8d

Browse files
committed
Move release note to v3.0.0
1 parent d671f17 commit ed40c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ 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.concat`.
3835
- :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`)
3936
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
4037
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been

doc/source/whatsnew/v3.0.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Enhancement2
2828

2929
Other enhancements
3030
^^^^^^^^^^^^^^^^^^
31+
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
32+
inputs have identical ``attrs``, as has so far already been the case for
33+
:func:`pandas.concat`.
3134
- :class:`pandas.api.typing.FrozenList` is available for typing the outputs of :attr:`MultiIndex.names`, :attr:`MultiIndex.codes` and :attr:`MultiIndex.levels` (:issue:`58237`)
3235
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
3336
- Added :meth:`.Styler.to_typst` to write Styler objects to file, buffer or string in Typst format (:issue:`57617`)

0 commit comments

Comments
 (0)