Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
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
base:main
Are you sure you want to change the base?
merge up 3.10.3#30031
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…t-of-pr-29584-on-v3.10.xBackport PRmatplotlib#29584 on branch v3.10.x (DOC: Recommend constrained_layout over tight_layout)
… inconsistent state (matplotlib#29522)
…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)
… deprecation warnings
…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)
…he 'PyGObject' Python package version
…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)
…-sensitivity fixup
…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)
… to Python changes
…t-of-pr-29979-on-v3.10.x
…date function in rain example
…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)
…gnized backend exception
…t-of-pr-29995-on-v3.10.xBackport PRmatplotlib#29995 on branch v3.10.x (Fix typo: missing singlequote in unrecognized backend exception)
…ersion of Python(cherry picked from commit440eb61)
…g new mpl on old mpl
…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)
…ge on azure(cherry picked from commitab102c0)
…9992-on-v3.10.xBackport PRmatplotlib#29992 on v3.10.x: Update pinned oldest win image on azure
…ses the text cache
…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
@@ -75,7 +75,7 @@ def test_repr(): | |||
"label='label', title={'center': 'title'}, xlabel='x', ylabel='y'>") | |||
@check_figures_equal() | |||
@check_figures_equal(extensions=['png']) |
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.
Why does this change test decorators?
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.
@@ -220,3 +220,15 @@ div.wide-table table th.stub { | |||
.sidebar-cheatsheets > img { | |||
width: 100%; | |||
} | |||
.sidebar-cheatsheets { |
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.
I also do not understand this change
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.
Seems like a redundant merge; these rules are all right above here.
prev_whats_new/github_stats_3.10.0.rst | ||
prev_whats_new/github_stats_3.10.1.rst |
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.
Wrong order.
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 |
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()
.PR summary
PR checklist