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 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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
merge up v3.8.1#27256
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…d others) plotting
…t-of-pr-26807-on-v3.8.xBackport PRmatplotlib#26807 on branch v3.8.x (Catch ValueError to support pytorch (and others) plotting)
…-26737-on-v3.8.xBackport changes to contribute from PRmatplotlib#26737
…-26737-on-v3.8.0-docBackport changes to contribute from PRmatplotlib#26737
…t-of-pr-26804-on-v3.8.xBackport PRmatplotlib#26804 on branch v3.8.x (Fix issue with locale comma when not using math text)
…o be consistent with requirementsMerge pull requestmatplotlib#26799 from oscargus/kiwiversionUpdate kiwisolver and pillow versions to be consistent with requirements(cherry picked from commitca52d68)Conflict was because numpy is pinned to `<2` on the release branch but not on main
…t-of-pr-26811-on-v3.8.xBackport PRmatplotlib#26811 on branch v3.8.x (Add overload for slice to Spines.__getitem__)
…r-26799-on-v3.8.xBackport PRmatplotlib#26799 on branch v3.8.x (Update kiwisolver and pillow versions to be consistent with requirements)
…t-of-pr-26825-on-v3.8.xBackport PRmatplotlib#26825 on branch v3.8.x (Fix issue with non-string labels and legend)
…t-of-pr-26814-on-v3.8.xBackport PRmatplotlib#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.xBackport PRmatplotlib#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-docBackport PRmatplotlib#26843 on branch v3.8.0-doc (DOC: Use ax.xaxis rather ax.get_xaxis())
…t-of-pr-26843-on-v3.8.xBackport PRmatplotlib#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-docBackport PRmatplotlib#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.xBackport PRmatplotlib#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.xBackport PRmatplotlib#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.xBackport PRmatplotlib#27244 on branch v3.8.x (Clarify semantics of plt.matshow(..., fignum=...).)
…t-of-pr-26703-on-v3.8.xBackport PRmatplotlib#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.xBackport PRmatplotlib#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.xBackport PRmatplotlib#26669 on branch v3.8.x ([DOC] debug backends)
…t-of-pr-27253-on-v3.8.xBackport PRmatplotlib#27253 on branch v3.8.x (Copy-edit the standalone colorbar tutorial)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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. |
Uh oh!
There was an error while loading.Please reload this page.
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