-
-
Notifications
You must be signed in to change notification settings - Fork 8k
merge up v3.10.5 #30401
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
merge up v3.10.5 #30401
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
…t-of-pr-29584-on-v3.10.x Backport PR matplotlib#29584 on branch v3.10.x (DOC: Recommend constrained_layout over tight_layout)
… inconsistent state (matplotlib#29522)
…t-of-pr-29590-on-v3.10.x Backport PR matplotlib#29590 on branch v3.10.x (Blocked set_clim() callbacks to prevent inconsistent state (matplotlib#29522))
…t-of-pr-29689-on-v3.10.x Backport PR matplotlib#29689 on branch v3.10.x (Fix alt and caption handling in Sphinx directives)
… deprecation warnings
…t-of-pr-29708-on-v3.10.x Backport PR matplotlib#29708 on branch v3.10.x (MNT: correct version in plotting method deprecation warnings)
…t-of-pr-29726-on-v3.10.x Backport PR matplotlib#29726 on branch v3.10.x (Add reference tag to Hatch style reference)
…t-of-pr-29724-on-v3.10.x Backport PR matplotlib#29724 on branch v3.10.x (Fix SubplotSpec.get_gridspec type hint)
…t-of-pr-29719-on-v3.10.x Backport PR matplotlib#29719 on branch v3.10.x (Fix passing singleton sequence-type styles to hist)
…he 'PyGObject' Python package version
…t-of-pr-29734-on-v3.10.x Backport PR matplotlib#29734 on branch v3.10.x (ci: MacOS 14: temporarily upper-bound the 'PyGObject' Python package version)
…-sensitivity fixup
…t-of-pr-29767-on-v3.10.x Backport PR matplotlib#29767 on branch v3.10.x (Add description to logit_demo.py script)
…t-of-pr-29752-on-v3.10.x Backport PR matplotlib#29752 on branch v3.10.x (DOC: Add install instructions for pixi and uv)
…t-of-pr-29781-on-v3.10.x Backport PR matplotlib#29781 on branch v3.10.x (Fix escaping of nulls and "0" in default filenames.)
…t-of-pr-29755-on-v3.10.x Backport PR matplotlib#29755 on branch v3.10.x (DOC: Simplify annotation arrow style reference)
… to minver tests
…t-of-pr-29721-on-v3.10.x Backport PR matplotlib#29721 on branch v3.10.x (FIX: pyplot auto-backend detection case-sensitivity fixup)
…t-of-pr-29748-on-v3.10.x Backport PR matplotlib#29748 on branch v3.10.x (Fix PyGObject version pinning in macOS tests)
…t-of-pr-29770-on-v3.10.x Backport PR matplotlib#29770 on branch v3.10.x (MNT: Move test for old ipython behavior to minver tests)
QuLogic
reviewed
Aug 7, 2025
…t-of-pr-30414-on-v3.10.x Backport PR matplotlib#30414 on branch v3.10.x (DOC: update Cartopy url)
QuLogic
approved these changes
Aug 14, 2025
Ah, but there are conflicts, should probably recreate the merge. |
…t-of-pr-30399-on-v3.10.x Backport PR matplotlib#30399 on branch v3.10.x (Qt: Fix HiDPI handling on X11/Windows)
…_dvi & make_png. Includes an extra fix from PR matplotlib#30431: Don't drop dpi in png filename generation.
…h-fix Backport PR matplotlib#30426: Fix a race condition in TexManager.make_dvi & make_png.
…ries: axis instead of axes
…t-of-pr-30444-on-v3.10.x Backport PR matplotlib#30444 on branch v3.10.x (Small correction of a typo in the galleries: axis instead of axes)
…t-of-pr-30412-on-v3.10.x Backport PR matplotlib#30412 on branch v3.10.x ({Check,Radio}Buttons: Improve docs of label_props)
45ec6c0
to
8a4ac8a
Compare
a69d324
to
2a108d1
Compare
tacaswell
approved these changes
Aug 21, 2025
2a70373
to
f9d992b
Compare
The docs failures should be fixed and the clenliness looks like we updated a test 2x in backports and there is nothing to be done about it at this point. |
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.
figaspect
#29545: DOC: correctly specify return type offigaspect
.T
to.transpose()
in_reshape_2D
#29896: Change.T
to.transpose()
in_reshape_2D
None
in set_prop_cycle (in type hints) #29920: AllowNone
in set_prop_cycle (in type hints)imsave()
. #29931: Allow Python native sequences in Matplotlibimsave()
.**options: Any
foradd_subplot
method #30237: Add explicit**options: Any
foradd_subplot
methodPR summary
PR checklist