-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: work with PyQt 5.15 #17600
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
FIX: work with PyQt 5.15 #17600
Conversation
I think this is actually unreleased change to sip, not PyQt / Qt. |
53e5aac
to
5070830
Compare
The travis webhooks are miss-behaving, the non-nightly tests passed but not being reflected back on github. |
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.
Not certain about round
vs int
, but type-wise, this makes sense.
5070830
to
a894f70
Compare
Two places where we used to pass floats that must now be integers.
a894f70
to
3eca034
Compare
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Merge pull request matplotlib#17600 from tacaswell/mnt_more_qt515_fixes FIX: work with PyQt 5.15 Conflicts: lib/matplotlib/backends/backend_qt5.py - on this branch the blitting code is still in backend_qt5agg.py
PR Summary
Two places where we used to pass floats that must now be integers.
This is to support PyQt 5.15.0