Move widget functions into matplotlib.testing.widgets.#17030
Move widget functions into matplotlib.testing.widgets.#17030tacaswell merged 3 commits intomatplotlib:masterfrom
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. |
tacaswell
left a comment
There was a problem hiding this comment.
Modulo squashing out the merge from master.
47957b9 to
5e9ec0c
Compare
|
I rebased and forced push. Thanks! |
QuLogic
left a comment
There was a problem hiding this comment.
Docs are nice-to-have; Python 2 must go.
21e1598 to
5ada649
Compare
5ada649 to
d3750f7
Compare
dstansby
left a comment
There was a problem hiding this comment.
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 <quantum.analyst@gmail.com>
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
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