-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade csp to perspective 3.x #392
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have explicitly checked that the tests pass under versions 2.10.1 and 3.1.4
We have a spot for dependency version checks, lets add this there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor feedback. I'm not too familiar with the actual Perspective 3.0 API changes but I'll accept @timkpaine 's approval on those.
Signed-off-by: Pascal Tomecek <pascal.tomecek@cubistsystematic.com> Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
3651e42
to
d86de08
Compare
d0641ea
to
e0a1277
Compare
Signed-off-by: Pascal Tomecek <pascal.tomecek@cubistsystematic.com>
Many thanks to @sinistersnare for #370 which I relied on heavily for this PR.
Some key differences from that PR are:
to_dataframe
function on the viewlocalize
option that allows for local timestamps in perspective, as it doesn't make sense on perspective 3.I have explicitly checked that the tests pass under versions 2.10.1 and 3.1.4