Skip to content

Commit 583c722

Browse files
move whatsnew from 0.24.0 to 0.24.1
1 parent ed91045 commit 583c722

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/source/whatsnew/v0.24.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,6 @@ ways of adding operator support.
12311231
- :meth:`Series.unstack` and :meth:`DataFrame.unstack` no longer convert extension arrays to object-dtype ndarrays. Each column in the output ``DataFrame`` will now have the same dtype as the input (:issue:`23077`).
12321232
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
12331233
- Bug in :func:`pandas.merge` when merging on an extension array-backed column (:issue:`23020`).
1234-
- Bug in :func:`pandas.merge` doesn't work correctly if None is in suffixes (:issue: `24782`).
12351234

12361235

12371236
.. _whatsnew_0240.deprecations:

doc/source/whatsnew/v0.24.1.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ Bug Fixes
6969

7070
**Other**
7171

72-
-
73-
-
72+
- Bug in :func:`pandas.merge` doesn't work correctly if None is in suffixes (:issue: `24782`).
7473

7574
.. _whatsnew_0.241.contributors:
7675

0 commit comments

Comments
 (0)