Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
FIX: work with PyQt 5.15#17600
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I think this is actually unreleased change to sip, not PyQt / Qt. |
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 aboutround
vsint
, but type-wise, this makes sense.
5070830
toa894f70
CompareTwo places where we used to pass floats that must now be integers.
a894f70
to3eca034
CompareOwee, 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 tosuggest an improvement. |
Merge pull requestmatplotlib#17600 from tacaswell/mnt_more_qt515_fixesFIX: work with PyQt 5.15Conflicts: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