-
-
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
Open
ksunden
wants to merge
196
commits into
matplotlib:main
Choose a base branch
from
ksunden:merge_up_v3.10.5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge up v3.10.5 #30401
+546
−142
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)
…o refresh scaling
…llection(... autolim=True) (matplotlib#30351) Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
…t-of-pr-30271-on-v3.10.x Backport PR matplotlib#30271 on branch v3.10.x (Reduce pause time in interactive timer test)
…t-of-pr-30344-on-v3.10.x Backport PR matplotlib#30344 on branch v3.10.x (Support fractional HiDPI in GTK4 backend)
…t-of-pr-30345-on-v3.10.x Backport PR matplotlib#30345 on branch v3.10.x (qt: Use better devicePixelRatio event to refresh scaling)
ci: Enable wheel builds on Python 3.14 (cherry picked from commit c805967)
Dependencies do not provide wheels, so do not try to build them ourselves (was failing because it was trying to install from nightlies, and no compatible version was provided).
…t-of-pr-28554-on-v3.10.x Backport PR matplotlib#28554 on branch v3.10.x (BLD: Enable wheels on Windows-on-ARM)
…30195-on-v3.10.x Manual Backport PR matplotlib#30195 on branch v3.10.x (ci: Enable wheel builds on Python 3.14)
Matches the version on main
CIBW updates: fix pypy sections, update cibw version
This is the fourth bugfix release of the 3.10.x series. Included in this release is distributed wheels for Python 3.14 (including freethreaded) and Windows ARM. There are also several smaller bugfixes.
This is the fourth bugfix release of the 3.10.x series. Included in this release is distributed wheels for Python 3.14 (including freethreaded) and Windows ARM. There are also several smaller bugfixes.
QuLogic
reviewed
Aug 7, 2025
doc/_static/mpl.css
Outdated
Comment on lines
223
to
234
|
||
.sidebar-cheatsheets { | ||
margin-bottom: 3em; | ||
} | ||
|
||
.sidebar-cheatsheets > h3 { | ||
margin-top: 0; | ||
} | ||
|
||
.sidebar-cheatsheets > img { | ||
width: 100%; | ||
} |
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 is duplicated.
QuLogic
approved these changes
Aug 14, 2025
Ah, but there are conflicts, should probably recreate the merge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI: Run cibuildwheel
Run wheel building tests on a PR
Documentation: user guide
files in galleries/users_explain or doc/users
status: needs rebase
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