-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
base: main
Are you sure you want to change the base?
merge up v3.10.5 #30401
Conversation
…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)
…() to include None
…t-of-pr-30321-on-v3.10.x Backport PR matplotlib#30321 on branch v3.10.x (Fix type annotation for Axes.get_legend() to include None)
…r-30237-on-v3.10.x Backport PR matplotlib#30237: Add explicit `**options: Any` for `add_subplot` m…
…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.
|
||
.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.
@@ -32,6 +32,12 @@ By version | |||
.. START OF AUTOGENERATED | |||
v3.10.3 |
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.
Where's 3.10.5?
@@ -63,6 +63,8 @@ def _get_xdg_cache_dir(): | |||
|
|||
if __name__ == "__main__": | |||
data = { | |||
"v3.10.3": "15375714", |
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.
Missing 3.10.5
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