-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge up v3.8.4 #28017
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
Merge up v3.8.4 #28017
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-27921-on-v3.8.x Backport PR matplotlib#27921 on branch v3.8.x (Avoid modifying user input to Axes.bar)
…t-of-pr-27875-on-v3.8.x Backport PR matplotlib#27875 on branch v3.8.x (macosx: Clean up single-shot timers correctly)
…t-of-pr-27933-on-v3.8.x Backport PR matplotlib#27933 on branch v3.8.x (Update "Created with" url in hand.svg)
…t-of-pr-27975-on-v3.8.x Backport PR matplotlib#27975 on branch v3.8.x (DOC: Fix typo in ```ax.transData.inversed()```)
…t-of-pr-27975-on-v3.8.3-doc Backport PR matplotlib#27975 on branch v3.8.3-doc (DOC: Fix typo in ```ax.transData.inversed()```)
…t-of-pr-27985-on-v3.8.x
…t-of-pr-27988-on-v3.8.x Backport PR matplotlib#27988 on branch v3.8.x (gtk: Ensure pending draws are done before GTK draw)
…t-of-pr-28000-on-v3.8.x Backport PR matplotlib#28000 on branch v3.8.x (Fix color sequence data for Set2 and Set3)
Unpin numpy 2, build against prerelease numpy in CIBW
…t-of-pr-27955-on-v3.8.x Backport PR matplotlib#27955 on branch v3.8.x (Add a draw during show for macos backend)
This is the fourth micro release of the 3.8 series. Highlights of the 3.8.4 release include: - Enable building against numpy 2.0; released wheels are built against numpy 2 - macosx: Clean up single-shot timers correctly - Add a draw during show for macos backend - Fix color sequence data for Set2 and Set3 - gtk: Ensure pending draws are done before GTK draw - Update "Created with" url in hand.svg - Avoid modifying user input to Axes.bar - fix quiver3d incorrect arrow colors
QuLogic
approved these changes
Apr 4, 2024
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
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.
Conflicts (so pay the most attention to these):
CONFLICT (content): Merge conflict in .github/workflows/cibuildwheel.yml
CONFLICT (content): Merge conflict in pyproject.toml
CONFLICT (modify/delete): setup.py deleted in HEAD and modified in v3.8.x. Version v3.8.x of setup.py left in tree.
In particular, since the numpy pin is included in the build requires in pyproject.toml, I have removed the
--pre
handling from cibw that was making np2 compatible builds on main.ax.transData.inversed()
#27975: DOC: Fix typo inax.transData.inversed()
ax.transData.inversed()
#27975: DOC: Fix typo inax.transData.inversed()
PR summary
PR checklist