Skip to content

merge up 3.10.3 #30031

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
wants to merge 97 commits into
base: main
Choose a base branch
from
Open

merge up 3.10.3 #30031

wants to merge 97 commits into from

Conversation

ksunden
Copy link
Member

@ksunden ksunden commented May 9, 2025

PR summary

PR checklist

timhoffm and others added 30 commits February 28, 2025 11:51
…t-of-pr-29584-on-v3.10.x

Backport PR matplotlib#29584 on branch v3.10.x (DOC: Recommend constrained_layout over tight_layout)
…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)
…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)
…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)
…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)
…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)
tacaswell and others added 25 commits April 28, 2025 01:30
…t-of-pr-29970-on-v3.10.x

Backport PR matplotlib#29970 on branch v3.10.x (TST: Make refcount tests more resilient to Python changes)
…t-of-pr-29975-on-v3.10.x

Backport PR matplotlib#29975 on branch v3.10.x (DOC: correct signature for animation update function in rain example)
…t-of-pr-29370-on-v3.10.x

Backport PR matplotlib#29370 on branch v3.10.x (DOC: Improve NonUniformImage docs)
…t-of-pr-29789-on-v3.10.x

Backport PR matplotlib#29789 on branch v3.10.x (Improve layout of cheatsheets in sidebar)
…t-of-pr-29995-on-v3.10.x

Backport PR matplotlib#29995 on branch v3.10.x (Fix typo: missing singlequote in unrecognized backend exception)
…t-of-pr-29673-on-v3.10.x

Backport PR matplotlib#29673 on branch v3.10.x (DOC: document the issues with overlaying new mpl on old mpl)
…29827-on-v3.10.x

Backport PR matplotlib#29827 on branch v3.10.x (TST: Remove unnecessary test images)
…9992-on-v3.10.x

Backport PR matplotlib#29992 on v3.10.x: Update pinned oldest win image on azure
…t-of-pr-29907-on-v3.10.x

Backport PR matplotlib#29907 on branch v3.10.x (Ensure text metric calculation always uses the text cache)
This is the third bugfix release in the 3.10.x series
@github-actions github-actions bot added the Documentation: user guide files in galleries/users_explain or doc/users label May 9, 2025
@tacaswell tacaswell added this to the v3.11.0 milestone May 9, 2025
@@ -75,7 +75,7 @@ def test_repr():
"label='label', title={'center': 'title'}, xlabel='x', ylabel='y'>")


@check_figures_equal()
@check_figures_equal(extensions=['png'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this change test decorators?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backport of the #29827 did not include the change of defaults to check_figures_equal to only build png by default for API stability reasons. Thus the extensions remained explicit on the v3.10.x.

So any extensions=['png'] being added here that correspond with 4b51837 can be reverted.

@@ -220,3 +220,15 @@ div.wide-table table th.stub {
.sidebar-cheatsheets > img {
width: 100%;
}

.sidebar-cheatsheets {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also do not understand this change

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a redundant merge; these rules are all right above here.

Comment on lines 24 to +25
prev_whats_new/github_stats_3.10.0.rst
prev_whats_new/github_stats_3.10.1.rst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong order.

Suggested change
prev_whats_new/github_stats_3.10.0.rst
prev_whats_new/github_stats_3.10.1.rst
prev_whats_new/github_stats_3.10.1.rst
prev_whats_new/github_stats_3.10.0.rst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation: user guide files in galleries/users_explain or doc/users
Projects
None yet
Development

Successfully merging this pull request may close these issues.