-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Move widget functions into matplotlib.testing.widgets. #17030
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
Move widget functions into matplotlib.testing.widgets. #17030
Conversation
This comment has been minimized.
This comment has been minimized.
I think that test has been failing for most of the day, we just need to investigate it separately... |
This comment has been minimized.
This comment has been minimized.
We have a preference for rebasing onto master rather than merging master in to the feature branch. Could you rebase (and force push) this @SidharthBansal ? The other option is we can squash merge. |
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.
Modulo squashing out the merge from master.
47957b9
to
5e9ec0c
Compare
I rebased and forced push. Thanks! |
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.
Docs are nice-to-have; Python 2 must go.
21e1598
to
5ada649
Compare
5ada649
to
d3750f7
Compare
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.
This should probably get a changelog entry (since it's technically a breaking API change) in doc/api/api_changes
It's not really a breaking API change, as this is all new API. |
Co-Authored-By: Elliott Sales de Andrade <[email protected]>
Co-Authored-By: Elliott Sales de Andrade <[email protected]>
Thanks @QuLogic. I have completed the suggested changes. :) |
🐑 I miss read the UI and thought @QuLogic had previously approved it, but that was me so I merged this with one review, sorry. |
PR Summary
Fixes #7372, move widget functions into matplotlib.testing.widgets.
Co-authored-by: @dakotablair
Closes #9905
PR Checklist