-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge branch v3.9.x into main #28711
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
…t-of-pr-28517-on-v3.9.1-doc Backport PR matplotlib#28517 on branch v3.9.1-doc (DOC: better cross referencing for animations)
…t-of-pr-28517-on-v3.9.x Backport PR matplotlib#28517 on branch v3.9.x (DOC: better cross referencing for animations)
… zero while using FiCureCanvasQT
…t-of-pr-28523-on-v3.9.x Backport PR matplotlib#28523 on branch v3.9.x (Fix value error when set widget size to zero while using FiCureCanvasQT )
…lures when writing font cache
…t-of-pr-28541-on-v3.9.x Backport PR matplotlib#28541 on branch v3.9.x (MNT: be more careful about disk I/O failures when writing font cache)
….19.2 in the actions group
…t-of-pr-28526-on-v3.9.x Backport PR matplotlib#28526 on branch v3.9.x (Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 in the actions group)
…t-of-pr-28534-on-v3.9.x Backport PR matplotlib#28534 on branch v3.9.x ([BLD] Fix WSL build warning)
…ameter in stackplot
…t-of-pr-28571-on-v3.9.x Backport PR matplotlib#28571 on branch v3.9.x (DOC: Add version directive to hatch parameter in stackplot)
…e to data range
…t-of-pr-28582-on-v3.9.x Backport PR matplotlib#28582 on branch v3.9.x (FIX: make sticky edge tolerance relative to data range)
…om 1.3.2 to 1.3.3 in the actions group
…t-of-pr-28580-on-v3.9.x Backport PR matplotlib#28580 on branch v3.9.x (Bump actions/attest-build-provenance from 1.3.2 to 1.3.3 in the actions group)
The 6.7.1 wheels on PyPI do not conform to manylinux 2.28 due to requiring glibc 2.35 symbols, and cannot be loaded on Ubuntu 20.04, which has glibc 2.31. So we need to pin that back to avoid test failures.
…t-of-pr-28518-on-v3.9.x Backport PR matplotlib#28518 on branch v3.9.x ([TYP] Fix overload of `pyplot.subplots`)
Pin PyQt6 back on Ubuntu 20.04
…t-of-pr-28604-on-v3.9.x Backport PR matplotlib#28604 on branch v3.9.x (cycler signature update.)
…t-of-pr-28621-on-v3.9.x Backport PR matplotlib#28621 on branch v3.9.x (TYP: Fix a typo in animation.pyi)
…t-of-pr-28625-on-v3.9.x Backport PR matplotlib#28625 on branch v3.9.x (added typing_extensions.Self to _AxesBase.twinx)
…t-of-pr-28634-on-v3.9.x Backport PR matplotlib#28634 on branch v3.9.x (Closed open div tag in color.ColorMap._repr_html_)
So the tarballs from GitHub are stable.
Also marked 3.9.2 as the stable version so that the banner on the website is corrected. |
This causes homebrew to update Python, but because the image is outdated, this causes conflicts.
GitHub and Azure's images install a pre-existing Python, which Homebrew attempts to upgrade if any of the packages we want to install depend on it. Unfortunately, this may cause conflicts on Python's symlinks, so stop Homebrew from trying to do an automatic upgrade.
3c2c4af
to
36c04a4
Compare
I don't know what's up with wheels, but that's not super important to getting this in at the moment. |
tacaswell
approved these changes
Aug 15, 2024
We should re-consider if we want to keep the brew ENVs as it is not clear if they are doing what we think they are doing. |
of all of these commits I think we only want to backport 6c04a4 and c88d13 ? |
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: API
files in lib/ and doc/api
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
As in title.
PR checklist