Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
add support for PySide2, #5971 #5972
Conversation
mdboom
added the
needs_review
label
Feb 7, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
Feb 7, 2016
|
Are things more-or-less 'just working'? |
|
the IPython folks would probably appreciate a PR into their shim layer as well. |
|
Since the qt5agg is in place for PyQt5 and PySide2 does have the same interface, so far it is just working for me. Of course there might be problems with PySide2 since it is still in active development, but this should all not concern matplotlib. |
|
Can you clean up the style issues?
I know it is annoying, but consistently enforcing pep8 really does help maintaining a code base the size of mpl with the number of people we have touching the code. |
|
No problem and I can totally understand the idea. What would be the proper way to do it? Add a commit that fixes it or change/amend the old one?? |
|
attn @mfitzp |
|
We are flexible. We only request rebase/squashing when a PR has many On Sun, Feb 7, 2016 at 6:34 PM, Thomas A Caswell notifications@github.com
|
|
This looks absolutely fine to me and as @thliebig says the interfaces for PyQt5/PySide2 are otherwise identical (thankfully). I've not got PySide2 built on my system to test it but I can have a go later. |
|
I confirmed that this does not break the existing pyqt5 functionality. |
tacaswell
added a commit
that referenced
this pull request
Feb 15, 2016
|
|
tacaswell |
f8d7114
|
thliebig commentedFeb 7, 2016
Signed-off-by: Thorsten Liebig Thorsten.Liebig@gmx.de