Skip to content

Commit 0dfcdc8

Browse files
Backport PR pandas-dev#31494: DOC: move whatnew entry for invert from 1.0.0 t 1.0.1 (pandas-dev#31496)
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent b37ee68 commit 0dfcdc8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/source/whatsnew/v1.0.0.rst

-3
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ Numeric
11081108
- Bug in :meth:`DataFrame.round` where a :class:`DataFrame` with a :class:`CategoricalIndex` of :class:`IntervalIndex` columns would incorrectly raise a ``TypeError`` (:issue:`30063`)
11091109
- Bug in :meth:`Series.pct_change` and :meth:`DataFrame.pct_change` when there are duplicated indices (:issue:`30463`)
11101110
- Bug in :class:`DataFrame` cumulative operations (e.g. cumsum, cummax) incorrect casting to object-dtype (:issue:`19296`)
1111-
- Bug in dtypes being lost in ``DataFrame.__invert__`` (``~`` operator) with mixed dtypes (:issue:`31183`)
11121111
- Bug in :class:`~DataFrame.diff` losing the dtype for extension types (:issue:`30889`)
11131112
- Bug in :class:`DataFrame.diff` raising an ``IndexError`` when one of the columns was a nullable integer dtype (:issue:`30967`)
11141113

@@ -1261,8 +1260,6 @@ ExtensionArray
12611260
- Bug in :class:`arrays.PandasArray` when setting a scalar string (:issue:`28118`, :issue:`28150`).
12621261
- Bug where nullable integers could not be compared to strings (:issue:`28930`)
12631262
- Bug where :class:`DataFrame` constructor raised ``ValueError`` with list-like data and ``dtype`` specified (:issue:`30280`)
1264-
- Bug in dtype being lost in ``__invert__`` (``~`` operator) for extension-array backed ``Series`` and ``DataFrame`` (:issue:`23087`)
1265-
12661263

12671264
Other
12681265
^^^^^

doc/source/whatsnew/v1.0.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Timezones
4343

4444
Numeric
4545
^^^^^^^
46-
-
46+
- Bug in dtypes being lost in ``DataFrame.__invert__`` (``~`` operator) with mixed dtypes (:issue:`31183`)
4747
-
4848

4949
Conversion
@@ -117,7 +117,7 @@ Sparse
117117
ExtensionArray
118118
^^^^^^^^^^^^^^
119119

120-
-
120+
- Bug in dtype being lost in ``__invert__`` (``~`` operator) for extension-array backed ``Series`` and ``DataFrame`` (:issue:`23087`)
121121
-
122122

123123

0 commit comments

Comments
 (0)