-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
merge up v3.8.0 #26785
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.8.0 #26785
Conversation
…t-of-pr-26487-on-v3.8.x Backport PR matplotlib#26487 on branch v3.8.x (DOC: Remove unused image rotator)
…t-of-pr-26498-on-v3.8.x Backport PR matplotlib#26498 on branch v3.8.x (Add plausible analytics to the documentation pages)
…t-of-pr-26502-on-v3.8.x Backport PR matplotlib#26502 on branch v3.8.x (TST: Increase some tolerances for non-x86 arches)
…t-of-pr-26490-on-v3.8.x Backport PR matplotlib#26490 on branch v3.8.x (Import PIL.Image explicitly over PIL)
…Colormap.__call__ when possible
…t-of-pr-26173-on-v3.8.x Backport PR matplotlib#26173 on branch v3.8.x (Synchronize mathtext docs and handling)
…t-of-pr-26504-on-v3.8.x Backport PR matplotlib#26504 on branch v3.8.x (TYP: Add overload to specify output of Colormap.__call__ when possible)
…t-of-pr-26509-on-v3.8.x Backport PR matplotlib#26509 on branch v3.8.x (Update/tweak SpanSelector docs.)
…t-of-pr-26526-on-v3.8.x Backport PR matplotlib#26526 on branch v3.8.x (Bump pypa/cibuildwheel from 2.14.1 to 2.15.0)
…t-of-pr-26513-on-v3.8.x Backport PR matplotlib#26513 on branch v3.8.x (Tweak shape repr in _api.check_shape error message.)
…t-of-pr-26532-on-v3.8.x Backport PR matplotlib#26532 on branch v3.8.x (Fix input check in Poly3DCollection.__init__)
…t-of-pr-26529-on-v3.8.x Backport PR matplotlib#26529 on branch v3.8.x (Fix MathText antialiasing)
…et_path_collection_extents.
…t-of-pr-26514-on-v3.8.x Backport PR matplotlib#26514 on branch v3.8.x (Clarify interaction between params of get_path_collection_extents.)
…t-of-pr-26201-on-v3.8.x Backport PR matplotlib#26201 on branch v3.8.x (DOC: Add documentation on codespaces usage)
…t-of-pr-26700-on-v3.8.x Backport PR matplotlib#26700 on branch v3.8.x (Check type for set_clip_box)
…t-of-pr-26762-on-v3.8.x
…ode_of_conduct.md
…t-of-pr-26687-on-v3.8.x Backport PR matplotlib#26687 on branch v3.8.x (Remove usage of recarray)
…t-of-pr-26767-on-v3.8.x
…t-of-pr-26702-on-v3.8.x
Prepare the API changes Add some text about type hints Update dead links to ipython, nbviewer, and cairocffi Update versions in switcher, security, release notes and ghstats
Highlights of this release include: - Type hints for most public APIs - Many improvements to Mathtext - Addition of ``\boldsymbol`` command - Additional sizable delimiters - Documentation improvements - ``\substack`` command - ``\middle`` delimitier - ``\mathbfit`` for bold italic text - 3D plotting improvements - Specify tick/axis label positions - Improved text for coordinates in interactive sessions - Ability to share view angles - New plotting method ``ecdf`` (empirical cumulative distribution function)
…t-of-pr-26780-on-v3.8.x Backport PR matplotlib#26780 on branch v3.8.x (fix Axes.errorbar docstring)
Is that the right issue? It doesn't appear to have anything to do with RCs/nightlies. |
Yeah, meant 26736, and apparently typed the wrong number, though that has actually been closed by the reporter already |
d1148d4
to
12eeb81
Compare
12eeb81
to
a899702
Compare
Merge up post release 3.8.0
add_html_cache_busting
on Sphinx 7.1+ #26493: Disableadd_html_cache_busting
on Sphinx 7.1+Closes #26736, though there could be discussions about in the future doing the merge up even for RCs so that the version number is bumped for nightlies
PR summary
PR checklist