Skip to content

Commit db4da03

Browse files
DOC: move whatnew entry for invert from 1.0.0 t 1.0.1 (#31494)
1 parent 9e165e7 commit db4da03

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
@@ -1107,7 +1107,6 @@ Numeric
11071107
- Bug in :meth:`DataFrame.round` where a :class:`DataFrame` with a :class:`CategoricalIndex` of :class:`IntervalIndex` columns would incorrectly raise a ``TypeError`` (:issue:`30063`)
11081108
- Bug in :meth:`Series.pct_change` and :meth:`DataFrame.pct_change` when there are duplicated indices (:issue:`30463`)
11091109
- Bug in :class:`DataFrame` cumulative operations (e.g. cumsum, cummax) incorrect casting to object-dtype (:issue:`19296`)
1110-
- Bug in dtypes being lost in ``DataFrame.__invert__`` (``~`` operator) with mixed dtypes (:issue:`31183`)
11111110
- Bug in :class:`~DataFrame.diff` losing the dtype for extension types (:issue:`30889`)
11121111
- Bug in :class:`DataFrame.diff` raising an ``IndexError`` when one of the columns was a nullable integer dtype (:issue:`30967`)
11131112

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

12661263
Other
12671264
^^^^^

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)