Skip to content

Commit ca2b8c3

Browse files
authored
DOC: Fixed bug number in what's new v3.0.0 (#59539)
Fixed bug number in what's new v3.0.0
1 parent 3097190 commit ca2b8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Datetimelike
543543
- Bug in :attr:`is_year_start` where a DateTimeIndex constructed via a date_range with frequency 'MS' wouldn't have the correct year or quarter start attributes (:issue:`57377`)
544544
- Bug in :class:`Timestamp` constructor failing to raise when ``tz=None`` is explicitly specified in conjunction with timezone-aware ``tzinfo`` or data (:issue:`48688`)
545545
- Bug in :func:`date_range` where the last valid timestamp would sometimes not be produced (:issue:`56134`)
546-
- Bug in :func:`date_range` where using a negative frequency value would not include all points between the start and end values (:issue:`56382`)
546+
- Bug in :func:`date_range` where using a negative frequency value would not include all points between the start and end values (:issue:`56147`)
547547
- Bug in :func:`tseries.api.guess_datetime_format` would fail to infer time format when "%Y" == "%H%M" (:issue:`57452`)
548548
- Bug in :func:`tseries.frequencies.to_offset` would fail to parse frequency strings starting with "LWOM" (:issue:`59218`)
549549
- Bug in :meth:`Dataframe.agg` with df with missing values resulting in IndexError (:issue:`58810`)

0 commit comments

Comments
 (0)