Skip to content

Commit 38d8574

Browse files
Move whatsnew message to reshaping and rename datetime index
1 parent c3d5d74 commit 38d8574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ Timezones
283283
- Bug in :func:`Timestamp.tz_localize` and :func:`Timestamp.tz_convert` does not propagate ``freq`` (:issue:`25241`)
284284
- Bug in :func:`Series.at` where setting :class:`Timestamp` with timezone raises ``TypeError`` (:issue:`25506`)
285285
- Bug in :func:`DataFrame.update` when updating with timezone aware data would return timezone naive data (:issue:`25807`)
286-
- Bug in :func:`Series.apply` failed when the series is a timezone aware datetime index (:issue:`25959`)
287286

288287
Numeric
289288
^^^^^^^
@@ -388,6 +387,7 @@ Reshaping
388387
- Bug in :func:`concat` where order of ``OrderedDict`` (and ``dict`` in Python 3.6+) is not respected, when passed in as ``objs`` argument (:issue:`21510`)
389388
- Bug in :func:`concat` where the resulting ``freq`` of two :class:`DatetimeIndex` with the same ``freq`` would be dropped (:issue:`3232`).
390389
- Bug in :func:`merge` where merging with equivalent Categorical dtypes was raising an error (:issue:`22501`)
390+
- Bug in :func:`Series.apply` failed when the series is a timezone aware :class:`DateTimeIndex` (:issue:`25959`)
391391

392392
Sparse
393393
^^^^^^

0 commit comments

Comments
 (0)