Skip to content

Commit a2adbb8

Browse files
committed
DOC: add whatsnew entry
1 parent 4632564 commit a2adbb8

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
@@ -422,6 +422,7 @@ Timedelta
422422
- Timedeltas now understand ``µs`` as identifier for microsecond (:issue:`32899`)
423423
- :class:`Timedelta` string representation now includes nanoseconds, when nanoseconds are non-zero (:issue:`9309`)
424424
- Bug in comparing a :class:`Timedelta`` object against a ``np.ndarray`` with ``timedelta64`` dtype incorrectly viewing all entries as unequal (:issue:`33441`)
425+
- Bug in :meth:`timedelta_range` that produced an extra point on a edge case (:issue:`30353`, :issue:`33498`)
425426

426427
Timezones
427428
^^^^^^^^^

0 commit comments

Comments
 (0)