-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Pandas 0.24 compatibility and CI fixes #3433
Conversation
Thanks. Are there any compatibility patches you could propose for Pandas itself, to avoid such problems with other libraries? |
No, this is entirely on us (or rather me). |
1075e76
to
d953198
Compare
a79cc3a
to
68f523d
Compare
68f523d
to
eff9615
Compare
532ac5a
to
2c23d88
Compare
I'm going to merge this shortly. Basically there are two remaining issues:
The PR does the following:
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The pandas dtype extensions changed slightly in 0.24 breaking HoloViews in major ways in the process. Apart from updating the import, to avoid this in future I've split the try/except blocks to separate the extension types and added a warning.