Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ksunden wants to merge97 commits intomatplotlib:main
base:main
Choose a base branch
Loading
fromksunden:merge_up_3.10.3
Open

Conversation

ksunden
Copy link
Member

PR summary

PR checklist

timhoffmand others added30 commitsFebruary 28, 2025 11:51
…t-of-pr-29584-on-v3.10.xBackport PRmatplotlib#29584 on branch v3.10.x (DOC: Recommend constrained_layout over tight_layout)
…t-of-pr-29590-on-v3.10.xBackport PRmatplotlib#29590 on branch v3.10.x (Blocked set_clim() callbacks to prevent inconsistent state (matplotlib#29522))
…t-of-pr-29689-on-v3.10.xBackport PRmatplotlib#29689 on branch v3.10.x (Fix alt and caption handling in Sphinx directives)
…t-of-pr-29708-on-v3.10.xBackport PRmatplotlib#29708 on branch v3.10.x (MNT: correct version in plotting method deprecation warnings)
…t-of-pr-29726-on-v3.10.xBackport PRmatplotlib#29726 on branch v3.10.x (Add reference tag to Hatch style reference)
…t-of-pr-29724-on-v3.10.xBackport PRmatplotlib#29724 on branch v3.10.x (Fix SubplotSpec.get_gridspec type hint)
…t-of-pr-29719-on-v3.10.xBackport PRmatplotlib#29719 on branch v3.10.x (Fix passing singleton sequence-type styles to hist)
…t-of-pr-29734-on-v3.10.xBackport PRmatplotlib#29734 on branch v3.10.x (ci: MacOS 14: temporarily upper-bound the 'PyGObject' Python package version)
…t-of-pr-29767-on-v3.10.xBackport PRmatplotlib#29767 on branch v3.10.x (Add description to logit_demo.py script)
…t-of-pr-29752-on-v3.10.xBackport PRmatplotlib#29752 on branch v3.10.x (DOC: Add install instructions for pixi and uv)
…t-of-pr-29781-on-v3.10.xBackport PRmatplotlib#29781 on branch v3.10.x (Fix escaping of nulls and "0" in default filenames.)
…t-of-pr-29755-on-v3.10.xBackport PRmatplotlib#29755 on branch v3.10.x (DOC: Simplify annotation arrow style reference)
…t-of-pr-29721-on-v3.10.xBackport PRmatplotlib#29721 on branch v3.10.x (FIX: pyplot auto-backend detection case-sensitivity fixup)
…t-of-pr-29748-on-v3.10.xBackport PRmatplotlib#29748 on branch v3.10.x (Fix PyGObject version pinning in macOS tests)
…t-of-pr-29770-on-v3.10.xBackport PRmatplotlib#29770 on branch v3.10.x (MNT: Move test for old ipython behavior to minver tests)
tacaswelland others added25 commitsApril 28, 2025 01:30
…t-of-pr-29970-on-v3.10.xBackport PRmatplotlib#29970 on branch v3.10.x (TST: Make refcount tests more resilient to Python changes)
…t-of-pr-29975-on-v3.10.xBackport PRmatplotlib#29975 on branch v3.10.x (DOC: correct signature for animation update function in rain example)
…t-of-pr-29370-on-v3.10.xBackport PRmatplotlib#29370 on branch v3.10.x (DOC: Improve NonUniformImage docs)
…t-of-pr-29789-on-v3.10.xBackport PRmatplotlib#29789 on branch v3.10.x (Improve layout of cheatsheets in sidebar)
…t-of-pr-29995-on-v3.10.xBackport PRmatplotlib#29995 on branch v3.10.x (Fix typo: missing singlequote in unrecognized backend exception)
…t-of-pr-29673-on-v3.10.xBackport PRmatplotlib#29673 on branch v3.10.x (DOC: document the issues with overlaying new mpl on old mpl)
…29827-on-v3.10.xBackport PRmatplotlib#29827 on branch v3.10.x (TST: Remove unnecessary test images)
…9992-on-v3.10.xBackport PRmatplotlib#29992 on v3.10.x: Update pinned oldest win image on azure
…t-of-pr-29907-on-v3.10.xBackport PRmatplotlib#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-actionsgithub-actionsbot added the Documentation: user guidefiles in galleries/users_explain or doc/users labelMay 9, 2025
@tacaswelltacaswell added this to thev3.11.0 milestoneMay 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 tocheck_figures_equal to only buildpng by default for API stability reasons. Thus the extensions remained explicit on thev3.10.x.

So anyextensions=['png'] being added here that correspond with4b51837 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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tacaswelltacaswelltacaswell left review comments

@QuLogicQuLogicQuLogic left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
Documentation: user guidefiles in galleries/users_explain or doc/users
Projects
None yet
Milestone
v3.11.0
Development

Successfully merging this pull request may close these issues.

13 participants
@ksunden@tacaswell@QuLogic@timhoffm@rcomer@prafulgulani@oscargus@story645@dstansby@ianthomas23@QianZhang19@TheSkyentist@jklymak

[8]ページ先頭

©2009-2025 Movatter.jp