Skip to content

Commit 8820776

Browse files
committed
DOC: add whatsnew entry
1 parent 5ef20ae commit 8820776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ Timedelta
418418
- Timedeltas now understand ``µs`` as identifier for microsecond (:issue:`32899`)
419419
- :class:`Timedelta` string representation now includes nanoseconds, when nanoseconds are non-zero (:issue:`9309`)
420420
- Bug in comparing a :class:`Timedelta`` object against a ``np.ndarray`` with ``timedelta64`` dtype incorrectly viewing all entries as unequal (:issue:`33441`)
421+
- Bug in :meth:`timedelta_range` that produced an extra point on a edge case (:issue:`30353`, :issue:`33498`)
421422

422423
Timezones
423424
^^^^^^^^^

0 commit comments

Comments
 (0)