-
-
Notifications
You must be signed in to change notification settings - Fork 8k
merge up v3.10.6 #30491
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
merge up v3.10.6 #30491
Conversation
…entation to clarify parameters
…t-of-pr-30029-on-v3.10.3-doc Backport PR matplotlib#30029 on branch v3.10.3-doc (Update diagram in subplots_adjust documentation to clarify parameters)
…t-of-pr-30119-on-v3.10.3-doc Backport PR matplotlib#30119 on branch v3.10.3-doc (Add some types to _mathtext.py)
…t-of-pr-30118-on-v3.10.3-doc Backport PR matplotlib#30118 on branch v3.10.3-doc (CI: Skip jobs on forks)
…0190) Co-authored-by: Jody Klymak <[email protected]>
…plotlib v3.5.0 and v3.7.0
…t-of-pr-30212-on-v3.10.3-doc Backport PR matplotlib#30212 on branch v3.10.3-doc ([Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0)
…nces for saving to file
…t-of-pr-30244-on-v3.10.3-doc Backport PR matplotlib#30244 on branch v3.10.3-doc (DOC: Recommend to use bare Figure instances for saving to file)
…t-of-pr-30289-on-v3.10.3-doc Backport PR matplotlib#30289 on branch v3.10.3-doc (DOC: Fix build with pybind11 3)
…t-of-pr-30451-on-v3.10.5-doc Backport PR matplotlib#30451 on branch v3.10.5-doc (doc: factor out quick install tab for reuse)
…t-of-pr-30451-on-v3.10.x Backport PR matplotlib#30451 on branch v3.10.x (doc: factor out quick install tab for reuse)
…t-of-pr-30476-on-v3.10.x Backport PR matplotlib#30476 on branch v3.10.x (ci: Remove cibuildwheel override for win_arm64/Py3.14)
…ndalone ImportError with Tk
…t-of-pr-30394-on-v3.10.x Backport PR matplotlib#30394 on branch v3.10.x (ENH: Gracefully handle python-build-standalone ImportError with Tk)
…t-of-pr-30484-on-v3.10.x Backport PR matplotlib#30484 on branch v3.10.x (FIX: be more cautious about checking widget size)
…t-of-pr-30486-on-v3.10.x Backport PR matplotlib#30486 on branch v3.10.x (doc: Update warnings about python-build-standalone)
…t-of-pr-30486-on-v3.10.5-doc Backport PR matplotlib#30486 on branch v3.10.5-doc (doc: Update warnings about python-build-standalone)
This is a bugfix release in the 3.10.x series. Highlights from this release include: - Fix regression of hi-dpi support for Qt - Fix race condition in TexManager.make_dvi & make_png - Various documentation and other bugfixes
doc/_static/switcher.json
Outdated
"version": "3.9.4", | ||
"url": "https://matplotlib.org/3.9.4/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL didn't exist, not sure why it got bumped on v3.10.x
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why doesn't this exist? This version of the library exists.
I would lean towards the correct thing to do is to build and publish the 3.9.4 docs.
I changed it during the release prep because I noticed it was not pointing to the most recent version from 3.9.x, though admittedly did not actually load that version of the docs to check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the link is broken, is it worth revertig to the 3.9.3 link in this PR and opening a fresh issue about building and publishing the 3.9.4 docs?
PR cleanliness failure can be ignored (and is expected.) |
PR summary
PR checklist