Skip to content

Commit 5268dea

Browse files
authored
follow-up whatsnews (#32711)
1 parent 7aa3dd2 commit 5268dea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/whatsnew/v1.1.0.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Categorical
238238
- Bug where :func:`merge` was unable to join on non-unique categorical indices (:issue:`28189`)
239239
- Bug when passing categorical data to :class:`Index` constructor along with ``dtype=object`` incorrectly returning a :class:`CategoricalIndex` instead of object-dtype :class:`Index` (:issue:`32167`)
240240
- Bug where :class:`Categorical` comparison operator ``__ne__`` would incorrectly evaluate to ``False`` when either element was missing (:issue:`32276`)
241-
-
241+
- :meth:`Categorical.fillna` now accepts :class:`Categorical` ``other`` argument (:issue:`32420`)
242242

243243
Datetimelike
244244
^^^^^^^^^^^^
@@ -269,6 +269,7 @@ Numeric
269269
- Bug in :meth:`DataFrame.floordiv` with ``axis=0`` not treating division-by-zero like :meth:`Series.floordiv` (:issue:`31271`)
270270
- Bug in :meth:`to_numeric` with string argument ``"uint64"`` and ``errors="coerce"`` silently fails (:issue:`32394`)
271271
- Bug in :meth:`to_numeric` with ``downcast="unsigned"`` fails for empty data (:issue:`32493`)
272+
- Bug in :meth:`DataFrame.mean` with ``numeric_only=False`` and either ``datetime64`` dtype or ``PeriodDtype`` column incorrectly raising ``TypeError`` (:issue:`32426`)
272273
-
273274

274275
Conversion
@@ -377,7 +378,7 @@ Reshaping
377378

378379
Sparse
379380
^^^^^^
380-
381+
- Creating a :class:`SparseArray` from timezone-aware dtype will issue a warning before dropping timezone information, instead of doing so silently (:issue:`32501`)
381382
-
382383
-
383384

@@ -395,6 +396,7 @@ Other
395396
- Set operations on an object-dtype :class:`Index` now always return object-dtype results (:issue:`31401`)
396397
- Bug in :meth:`AbstractHolidayCalendar.holidays` when no rules were defined (:issue:`31415`)
397398
- Bug in :meth:`DataFrame.to_records` incorrectly losing timezone information in timezone-aware ``datetime64`` columns (:issue:`32535`)
399+
- :meth:`IntegerArray.astype` now supports ``datetime64`` dtype (:issue:32538`)
398400

399401
.. ---------------------------------------------------------------------------
400402

0 commit comments

Comments
 (0)