Skip to content

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 161 commits into from
Nov 3, 2023
Merged

merge up v3.8.1 #27256

merged 161 commits into from
Nov 3, 2023

Conversation

ksunden
Copy link
Member

@ksunden ksunden commented Nov 2, 2023

PR summary

PR checklist

story645 and others added 30 commits September 15, 2023 15:14
…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())
…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)
ksunden and others added 16 commits October 31, 2023 16:39
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
…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 )
…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)
@ksunden
Copy link
Member Author

ksunden commented 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.

@QuLogic QuLogic merged commit 308d986 into matplotlib:main Nov 3, 2023
@QuLogic QuLogic added this to the v3.9.0 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.