Skip to content

Commit

Permalink
DOC: add whatsnew entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hasB4K committed Apr 12, 2020
1 parent 1a1bdb8 commit 499b905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ Timedelta
- Timedeltas now understand ``µs`` as identifier for microsecond (:issue:`32899`)
- :class:`Timedelta` string representation now includes nanoseconds, when nanoseconds are non-zero (:issue:`9309`)
- Bug in comparing a :class:`Timedelta`` object against a ``np.ndarray`` with ``timedelta64`` dtype incorrectly viewing all entries as unequal (:issue:`33441`)
- Bug in :meth:`timedelta_range` that produced an extra point on a edge case (:issue:`30353`, :issue:`33498`)

Timezones
^^^^^^^^^
Expand Down

0 comments on commit 499b905

Please sign in to comment.