Supported datetimes with microseconds, and those with long time series (>160 years).#1925
Conversation
There was a problem hiding this comment.
Small typo: nonsigular => nonsingular
|
Thanks @NelleV - I've added a commit which addresses your comments. |
|
LGTM 👍 for merge ! |
|
Thanks @efiring - I've done all of the above. The dates module is also now completely pep8 compliant. I think this is good to go. |
|
There are some Travis failures here, but once those are resolved, I think this looks good. |
|
I've updated the failing test result (and removed the formats which are not exercising anything new). |
|
Again, I think this is good for merge. |
Supported datetimes with microseconds, and those with long time series (>160 years).
This pull request updates the AutoDateLocator and AutoDateFormatter classes to handle extreme time series (
<1second and>160years).The follow code demonstrates the problems:
(try running this before this PR to see the improvement)