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 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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…t-of-pr-28517-on-v3.9.1-docBackport PRmatplotlib#28517 on branch v3.9.1-doc (DOC: better cross referencing for animations)
…t-of-pr-28517-on-v3.9.xBackport PRmatplotlib#28517 on branch v3.9.x (DOC: better cross referencing for animations)
… zero while using FiCureCanvasQT
…t-of-pr-28523-on-v3.9.xBackport PRmatplotlib#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.xBackport PRmatplotlib#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.xBackport PRmatplotlib#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.xBackport PRmatplotlib#28534 on branch v3.9.x ([BLD] Fix WSL build warning)
…ameter in stackplot
…t-of-pr-28571-on-v3.9.xBackport PRmatplotlib#28571 on branch v3.9.x (DOC: Add version directive to hatch parameter in stackplot)
…t-of-pr-28582-on-v3.9.xBackport PRmatplotlib#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.xBackport PRmatplotlib#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 torequiring 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 testfailures.
…t-of-pr-28518-on-v3.9.xBackport PRmatplotlib#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.xBackport PRmatplotlib#28604 on branch v3.9.x (cycler signature update.)
…t-of-pr-28621-on-v3.9.xBackport PRmatplotlib#28621 on branch v3.9.x (TYP: Fix a typo in animation.pyi)
…t-of-pr-28625-on-v3.9.xBackport PRmatplotlib#28625 on branch v3.9.x (added typing_extensions.Self to _AxesBase.twinx)
…t-of-pr-28634-on-v3.9.xBackport PRmatplotlib#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 isoutdated, this causes conflicts.
GitHub and Azure's images install a pre-existing Python, which Homebrewattempts to upgrade if any of the packages we want to install depend onit.Unfortunately, this may cause conflicts on Python's symlinks, so stopHomebrew from trying to do an automatic upgrade.
3c2c4af
to36c04a4
CompareI don't know what's up with wheels, but that's not super important to getting this in at the moment. |
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. |
6ff7f40
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
of all of these commits I think we only want to backport 6c04a4 and c88d13 ? |
PR summary
As in title.
PR checklist