-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: towards matplotlib 3.8 #55253
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
TYP: towards matplotlib 3.8 #55253
Conversation
xref #54485 |
I have also opened matplotlib/matplotlib#26883, FYI, which fixes up some of them that we could do better on (not all, particularly I may do a followup regarding the Not handling the |
For some reason this line breaks the doc-test with matplotlib 3.8
edit: Seems like pyright has a few additional errors they are mostly because pyright doesn't special case hasattr. |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Thank you @mroeschke for rebasing! I'm very busy until at least 11/29 - if you or someone else wants to take over this PR, feel free to! I think this PR might not need all changes since matplotlib 3.8.1 released (see failing mypy/pyright tests). |
Thanks @twoertwein and @ksunden |
* TYP: towards matplotlib 3.8 * test 3.8 * ignore pyright errors * merging error * Conditional on import * Disable parallel build to see docbuild error * Some unnecessary ignores * Add typing in test_sql * type ignores * Multiple ignores * Uncomment --------- Co-authored-by: Matthew Roeschke <[email protected]>
Type changes for matplotlib 3.8. There is more work needed:
Typing errors left with 3.8:
This PR will obviously fail as it doesn't update matplotlib itself.