Skip to content
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

Plotly 3.8 compatibility #178

Merged
merged 2 commits into from
Apr 29, 2019
Merged

Conversation

jonmmease
Copy link
Contributor

This PR contains a small fix needed for cufflinks to work with plotly.py version 3.8.0. Previously, cufflinks accessed make_subplots as plotly.plotly.plotly.tools.make_subplots. This wasn't intended as a public access point for make_subplots, and it was removed in plotly.py version 3.8.0. This PR updates cufflinks to access it at plotly.tools.make_subplots.

This change is backward compatibly, so the minimum version constraint for plotly.py was not changed. I did add an upper version constraint of <4.0.0a0 so that cufflinks won't automatically install plotly.py version 4 when it is released (in a couple of months). v4 is making some changes to the internal representation of subplots (see plotly/plotly.py#1528), so cufflinks should be tested to see if any changes are necessary before the <4.0.0a0 constraint is removed.

@santosjorge
Copy link
Owner

Thank you @jonmmease

@noahbjohnson
Copy link

Any idea when this will be pushed to PyPi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants