-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge branch v3.5.x into main #23655
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…umentation prompts
…umentation prompts
…-pre-commit-ci-config CI: Add trivial pre-commit.ci config to avoid CI failure
…-pre-commit-ci-config-3.5.2-doc CI: Add trivial pre-commit.ci config to avoid CI failure on v3.5.x docs
…t-of-pr-22994-on-v3.5.x Backport PR matplotlib#22994 on branch v3.5.x (Docs: ignore >>> on code prompts on documentation prompts)
…t-of-pr-22994-on-v3.5.2-doc Backport PR matplotlib#22994 on branch v3.5.2-doc (Docs: ignore >>> on code prompts on documentation prompts)
…t-of-pr-23000-on-v3.5.2-doc
…t-of-pr-23000-on-v3.5.x
…t-of-pr-23051-on-v3.5.x Backport PR matplotlib#23051 on branch v3.5.x (Fix variable initialization due to jump bypassing it)
…t-of-pr-22975-on-v3.5.x Backport PR matplotlib#22975 on branch v3.5.x (MNT: fix __array__ to numpy)
…t-of-pr-22979-on-v3.5.x Backport PR matplotlib#22979 on branch v3.5.x (Skip additional backend tests on import error)
… pyside6 cross imports
…t-of-pr-23069-on-v3.5.x Backport PR matplotlib#23069 on branch v3.5.x (TST: forgive more failures on pyside2 / pyside6 cross imports)
…t-of-pr-23111-on-v3.5.x Backport PR matplotlib#23111 on branch v3.5.x (Fix _g_sig_digits for value<0 and delta=0.)
…t-of-pr-23115-on-v3.5.x Backport PR matplotlib#23115 on branch v3.5.x (DOC fixed duplicate/wrong default)
…t-of-pr-23115-on-v3.5.2-doc Backport PR matplotlib#23115 on branch v3.5.2-doc (DOC fixed duplicate/wrong default)
…igure class There were a number of complications with the backport: - the new test generalized an existing test that had picked up additional changes on the main branch - the signature of the subproccess helper has changed on the main branch
…t-of-pr-23511-on-v3.5.x Backport PR matplotlib#23511 on branch v3.5.x (supporting IBM i OS)
…t-of-pr-23514-on-v3.5.2-doc Backport PR matplotlib#23514 on branch v3.5.2-doc (Fix doc build)
…t-of-pr-23514-on-v3.5.x Backport PR matplotlib#23514 on branch v3.5.x (Fix doc build)
…r-23462-on-v3.5.x Backport PR matplotlib#23462: Fix AttributeError for pickle load of Figure class
…t-of-pr-23523-on-v3.5.x Backport PR matplotlib#23523 on branch v3.5.x (TST: Update Quantity test class)
This only occurs on `v3.5.x` because the test has been rewritten on `main`.
STY: Fix whitespace error from new flake8
…t-of-pr-23549-on-v3.5.x Backport PR matplotlib#23549 on branch v3.5.x (Don't clip colorbar dividers)
This is the third bugfix release of the 3.5.x series. This release contains several bug-fixes and adjustments: * Fix alignment of over/under symbols * Fix bugs in colorbars: * alpha of extensions * `drawedges=True` with extensions * handling of `panchor=False` * Fix builds on Cygwin and IBM i * Fix contour labels in `SubFigure`s * Fix cursor output: * for `imshow` with all negative values * when using `BoundaryNorm` * Fix interactivity in IPython/Jupyter * Fix NaN handling in `errorbar` * Fix NumPy conversion from AstroPy unit arrays * Fix positional *markerfmt* passed to `stem` * Fix unpickling: * crash loading in a separate process * incorrect DPI when HiDPI screens
So the tarballs from GitHub are stable.
…23641-on-v3.5.x Backport PR matplotlib#23641 on branch v3.5.x (Fix doc bugs found in 3.5.3)
tacaswell
approved these changes
Aug 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).