Skip to content

Commit 3f28f1e

Browse files
committed
Add what's new.
Signed-off-by: HE, Tao <sighingnow@gmail.com>
1 parent c972dbc commit 3f28f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Fixed Regressions
3131
- Fixed regression in ``IntervalDtype`` construction where passing an incorrect string with 'Interval' as a prefix could result in a ``RecursionError``. (:issue:`25338`)
3232
- Fixed regression in :class:`Categorical`, where constructing it from a categorical ``Series`` and an explicit ``categories=`` that differed from that in the ``Series`` created an invalid object which could trigger segfaults. (:issue:`25318`)
3333
- Fixed pip installing from source into an environment without NumPy (:issue:`25193`)
34+
- Fixed regression in :meth:`Series.resample` when underlying array is :class:`IntegerArray`. (:issue:`25580`)
3435

3536
.. _whatsnew_0242.enhancements:
3637

0 commit comments

Comments
 (0)