Skip to content

Commit 9f12489

Browse files
committed
DOC: add whatsnew
1 parent 26860c9 commit 9f12489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ ExtensionArray
570570
- Fixed bug when applying a NumPy ufunc with multiple outputs to a :class:`pandas.arrays.IntegerArray` returning None (:issue:`36913`)
571571
- Fixed an inconsistency in :class:`PeriodArray`'s ``__init__`` signature to those of :class:`DatetimeArray` and :class:`TimedeltaArray` (:issue:`37289`)
572572
- Reductions for :class:`BooleanArray`, :class:`Categorical`, :class:`DatetimeArray`, :class:`FloatingArray`, :class:`IntegerArray`, :class:`PeriodArray`, :class:`TimedeltaArray`, and :class:`PandasArray` are now keyword-only methods (:issue:`37541`)
573+
- Bug in :meth:`Series.replace` did not preserve ``dtype`` of original :class:`Series` (:issue:`33484`)
573574

574575
Other
575576
^^^^^

0 commit comments

Comments
 (0)