-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge branch v3.9.x into v3.10.x #29232
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
Merged
Merged
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
Backport fixes from matplotlib#28711
…t-of-pr-28732-on-v3.9.x Backport PR matplotlib#28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)
… test_striped_lines
…ix capitalization).
…ix capitalization).
…t-of-pr-28739-on-v3.9.2-doc
…t-of-pr-28739-on-v3.9.x
…t-of-pr-28737-on-v3.9.x
…t-of-pr-28743-on-v3.9.x Backport PR matplotlib#28743 on branch v3.9.x (Minor fixes in ticker docs)
…picking while use_blit=True
…t-of-pr-28271-on-v3.9.x Backport PR matplotlib#28271 on branch v3.9.x (Fix draggable legend disappearing when picking while use_blit=True)
…t-of-pr-28706-on-v3.9.x Backport PR matplotlib#28706 on branch v3.9.x (Add Returns info to to_jshtml docstring)
…t-of-pr-28790-on-v3.9.2-doc Backport PR matplotlib#28790 on branch v3.9.2-doc (DOC: Fix duplicate Figure.set_dpi entry)
…t-of-pr-28790-on-v3.9.x Backport PR matplotlib#28790 on branch v3.9.x (DOC: Fix duplicate Figure.set_dpi entry)
…een internalized
…een internalized
…t-of-pr-28798-on-v3.9.x Backport PR matplotlib#28798 on branch v3.9.x (DOC: Correctly list modules that have been internalized)
…t-of-pr-28798-on-v3.9.2-doc Backport PR matplotlib#28798 on branch v3.9.2-doc (DOC: Correctly list modules that have been internalized)
…t-of-pr-28805-on-v3.9.2-doc Backport PR matplotlib#28805 on branch v3.9.2-doc (add brackets to satisfy the new sequence requirement)
…t-of-pr-28805-on-v3.9.x Backport PR matplotlib#28805 on branch v3.9.x (add brackets to satisfy the new sequence requirement)
…mple clabel() calls.
…t-of-pr-27569-on-v3.9.x Backport PR matplotlib#27569 on branch v3.9.x (DOC: initial tags for statistics section of gallery)
…t-of-pr-29036-on-v3.9.x Backport PR matplotlib#29036 on branch v3.9.x (Don't pass redundant inline=True to example clabel() calls.)
…t-of-pr-29036-on-v3.9.2-doc Backport PR matplotlib#29036 on branch v3.9.2-doc (Don't pass redundant inline=True to example clabel() calls.)
…t-of-pr-27569-on-v3.9.2-doc Backport PR matplotlib#27569 on branch v3.9.2-doc (DOC: initial tags for statistics section of gallery)
…t-of-pr-29035-on-v3.9.x
… in our input hook
…t-of-pr-28981-on-v3.9.x Backport PR matplotlib#28981 on branch v3.9.x (FIX: macos: Use standard NSApp run loop in our input hook)
…ps to color_sequences
…t-of-pr-29120-on-v3.9.x Backport PR matplotlib#29120 on branch v3.9.x (DOC: Switch nested pie example from cmaps to color_sequences)
This includes updates to `actions/attest-build-provenance`, `pypa/cibuildwheel`, `pypa/gh-action-pypi-publish`, `deadsnakes/action`, and cleanup of `workflow_dispatch` and outdated skips.
… in the actions group (matplotlib#29165) Co-authored-by: Greg Lucas <greg.m.lucas@gmail.com>
…ed cmaps in qt figureoptions.
…t-of-pr-29163-on-v3.9.x Backport PR matplotlib#29163 on branch v3.9.x (ci: Remove outdated pkg-config package on macOS)
…t-of-pr-29148-on-v3.9.x Backport PR matplotlib#29148 on branch v3.9.x (Don't fail on equal-but-differently-named cmaps in qt figureoptions.)
…t-of-pr-29191-on-v3.9.x Backport PR matplotlib#29191 on branch v3.9.x (ci: Simplify 3.13t test setup)
This is the third bugfix release of the 3.9.x series. This release contains several bug-fixes and adjustments: - Fix `axline` with extremely small slopes - Fix `axline` with non-linear axis scales - Fix `minimumSizeHint` with Qt backend - Fix config directory usage when it's behind a symlink - Fix draggable legend when blitting is enabled - Fix high CPU utilization in the `macosx` backend - Fix multiple hatch `edgecolors` passed to `contourf` - Improve compatibility with `pytest` 8.2.0
So the tarballs from GitHub are stable.
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
Maintenance
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.
PR summary
PR checklist