-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
merge up v3.8.1 #27256
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.1 #27256
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
…d others) plotting
…t-of-pr-26807-on-v3.8.x Backport PR matplotlib#26807 on branch v3.8.x (Catch ValueError to support pytorch (and others) plotting)
…-26737-on-v3.8.x Backport changes to contribute from PR matplotlib#26737
…-26737-on-v3.8.0-doc Backport changes to contribute from PR matplotlib#26737
…t-of-pr-26804-on-v3.8.x Backport PR matplotlib#26804 on branch v3.8.x (Fix issue with locale comma when not using math text)
…o be consistent with requirements Merge pull request matplotlib#26799 from oscargus/kiwiversion Update kiwisolver and pillow versions to be consistent with requirements (cherry picked from commit ca52d68) Conflict was because numpy is pinned to `<2` on the release branch but not on main
…t-of-pr-26811-on-v3.8.x Backport PR matplotlib#26811 on branch v3.8.x (Add overload for slice to Spines.__getitem__)
…r-26799-on-v3.8.x Backport PR matplotlib#26799 on branch v3.8.x (Update kiwisolver and pillow versions to be consistent with requirements)
…t-of-pr-26825-on-v3.8.x Backport PR matplotlib#26825 on branch v3.8.x (Fix issue with non-string labels and legend)
…t-of-pr-26814-on-v3.8.x Backport PR matplotlib#26814 on branch v3.8.x (Bump pypa/cibuildwheel from 2.15.0 to 2.16.0)
… truth value... when an ndarray is passed to the color kwarg of axes3d.scatter
…t-of-pr-26834-on-v3.8.x Backport PR matplotlib#26834 on branch v3.8.x (Fix Issue 26821: [Bug]: ValueError: The truth value... when an ndarray is passed to the color kwarg of axes3d.scatter)
…t-of-pr-26843-on-v3.8.0-doc Backport PR matplotlib#26843 on branch v3.8.0-doc (DOC: Use ax.xaxis rather ax.get_xaxis())
…t-of-pr-26843-on-v3.8.x Backport PR matplotlib#26843 on branch v3.8.x (DOC: Use ax.xaxis rather ax.get_xaxis())
…e of setuptools_scm v8
…es, crosslink axes_grid [ci doc]
…es, crosslink axes_grid [ci doc]
…t-of-pr-26914-on-v3.8.0-doc Backport PR matplotlib#26914 on branch v3.8.0-doc (DOC: add a couple more placement examples, crosslink axes_grid [ci doc])
…t-of-pr-26914-on-v3.8.x Backport PR matplotlib#26914 on branch v3.8.x (DOC: add a couple more placement examples, crosslink axes_grid [ci doc])
…t-of-pr-26927-on-v3.8.x Backport PR matplotlib#26927 on branch v3.8.x ([TYP] Remove some stubtest allowlist entries)
This is the first bugfix release of th3 3.8.x series. This release contains several bug fixes and adjustments: - Bump setuptools required version because of setuptools_scm v8 - Update ``find_nearest_contour`` and revert contour deprecations - ``allsegs`` and ``allkinds`` return individual segments - Restore default behavior of hexbin mincnt with C provided - Try/except import of Axes3D - Ensure valid path mangling for ContourLabeler - BLD: Remove development dependencies from sdists - FIX 2-tuple of colors in to_rgba_array - Fix issue with non-string labels and legend - Fix issue with locale comma when not using math text - Various type hinting improvements - Various documentation improvements - Improvementes to the MacOS backend
…vernance, updated and clarified process
…t-of-pr-27244-on-v3.8.x Backport PR matplotlib#27244 on branch v3.8.x (Clarify semantics of plt.matshow(..., fignum=...).)
…t-of-pr-26703-on-v3.8.x Backport PR matplotlib#26703 on branch v3.8.x (moved communications guidelines from governance, updated and clarified process )
…notation.py to regularize formatting
…t-of-pr-27219-on-v3.8.x Backport PR matplotlib#27219 on branch v3.8.x (Updated axes_box_aspect.py and angle_annotation.py to regularize formatting)
…t-of-pr-26669-on-v3.8.x Backport PR matplotlib#26669 on branch v3.8.x ([DOC] debug backends)
…t-of-pr-27253-on-v3.8.x Backport PR matplotlib#27253 on branch v3.8.x (Copy-edit the standalone colorbar tutorial)
tacaswell
reviewed
Nov 2, 2023
tacaswell
reviewed
Nov 2, 2023
Sorted out the comments, also noted that the manual backport from #27229 resulted in that paragraph repeating, but didn't cause a conflict on merge up. |
tacaswell
approved these changes
Nov 2, 2023
QuLogic
reviewed
Nov 2, 2023
QuLogic
approved these changes
Nov 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
allsegs
andallkinds
return individual segments #26908:allsegs
andallkinds
return individual segmentsmatplotlib.colors.from_levels_and_colors
#27189: Fix typo in docstring ofmatplotlib.colors.from_levels_and_colors
find_nearest_contour
and revert contour deprecations #27088: Updatefind_nearest_contour
and revert contour deprecationsrequirements.txt
during dev venv setup #27237: DOC: Add command to install appropriaterequirements.txt
during dev venv setuprequirements.txt
during dev venv setup #27237: DOC: Add command to install appropriaterequirements.txt
during dev venv setupPR summary
PR checklist