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 v3.9.1 release into main#28510
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
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
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
…t-of-pr-28231-on-v3.9.xBackport PRmatplotlib#28231 on branch v3.9.x (DOC: we do not need the blit call in on_draw)
…t-of-pr-28233-on-v3.9.xBackport PRmatplotlib#28233 on branch v3.9.x (CI: Fix font install on macOS/Homebrew)
…t-of-pr-28219-on-v3.9.xBackport PRmatplotlib#28219 on branch v3.9.x (Bump the actions group with 2 updates)
…t-of-pr-28243-on-v3.9.xBackport PRmatplotlib#28243 on branch v3.9.x (DOC: Add more 3D plot types)
…t-of-pr-28230-on-v3.9.xBackport PRmatplotlib#28230 on branch v3.9.x (Add extra imports to improve typing)
… to match the other examples
…t-of-pr-28252-on-v3.9.xBackport PRmatplotlib#28252 on branch v3.9.x (DOC: Flip the imshow plot types example to match the other examples)
…t-of-pr-28254-on-v3.9.xBackport PRmatplotlib#28254 on branch v3.9.x ([DOC] plot type heading consistency)
…t-of-pr-28257-on-v3.9.xBackport PRmatplotlib#28257 on branch v3.9.x (Clean up some Meson-related leftovers)
…t-of-pr-28269-on-v3.9.xBackport PRmatplotlib#28269 on branch v3.9.x (Handle GetForegroundWindow() returning NULL.)
…t-of-pr-28274-on-v3.9.xBackport PRmatplotlib#28274 on branch v3.9.x (ci: Remove deprecated codeql option)
…t-of-pr-28272-on-v3.9.xBackport PRmatplotlib#28272 on branch v3.9.x (BLD: Move macos builders from 11 to 12)
…t-of-pr-28280-on-v3.9.xBackport PRmatplotlib#28280 on branch v3.9.x (DOC: Add an example for 2D images in 3D plots)
…t-of-pr-28261-on-v3.9.xBackport PRmatplotlib#28261 on branch v3.9.x (Correct roll angle units, issuematplotlib#28256)
…t-of-pr-28297-on-v3.9.xBackport PRmatplotlib#28297 on branch v3.9.x (Solvedmatplotlib#28296 Added missing comma)
…rom function doc string
…t-of-pr-28303-on-v3.9.xBackport PRmatplotlib#28303 on branch v3.9.x (Removed drawedges repeated definition from function doc string)
Backport PRmatplotlib#28397: FIX: stale root Figure when adding/updating subfigures(cherry picked from commitd347c32)
Backport PRmatplotlib#28397 (FIX: stale root Figure when adding/updating subfigures)
…t-of-pr-28474-on-v3.9.xBackport PRmatplotlib#28474 on branch v3.9.x (Fix typing and docs for containers)
…cky edge is the most extreme limit point
…t-of-pr-28473-on-v3.9.xBackport PRmatplotlib#28473 on branch v3.9.x (Do not lowercase module:// backends)
…t-of-pr-28393-on-v3.9.xBackport PRmatplotlib#28393 on branch v3.9.x (Make sticky edges only apply if the sticky edge is the most extreme limit point)
…t-of-pr-28486-on-v3.9.xBackport PRmatplotlib#28486 on branch v3.9.x (Fix CompositeGenericTransform.contains_branch_seperately)
…t-of-pr-28487-on-v3.9.xBackport PRmatplotlib#28487 on branch v3.9.x (Fix autoscaling with axhspan)
…t-of-pr-28498-on-v3.9.xBackport PRmatplotlib#28498 on branch v3.9.x (Don't fail if we can't query system fonts on macOS)
…t-of-pr-28451-on-v3.9.xBackport PRmatplotlib#28451 on branch v3.9.x (Fix GTK cairo backends)
…t-of-pr-28430-on-v3.9.xBackport PRmatplotlib#28430 on branch v3.9.x (Fix pickling of AxesWidgets.)
This is the first bugfix release of the 3.9.x series.This release contains several bug-fixes and adjustments:- Add GitHub artifact attestations for sdist and wheels- Re-add `matplotlib.cm.get_cmap`; note this function will still be removed at a later date- Allow duplicate backend entry points- Fix `Axes` autoscaling of thin bars at large locations- Fix `Axes` autoscaling with `axhspan` / `axvspan`- Fix `Axes3D` autoscaling of `Line3DCollection` / `Poly3DCollection`- Fix `Axes3D` mouse interactivity with non-default roll angle- Fix box aspect ratios in `Axes3D` with alternate vertical axis- Fix case handling of backends specified as `module://...`- Fix crash with TkAgg on Windows with `tk.window_focus: True`- Fix interactive update of SubFigures- Fix interactivity when using the IPython console- Fix pickling of AxesWidgets and SubFigures- Fix scaling on GTK3Cairo / GTK4Cairo backends- Fix text wrapping within SubFigures- Promote `mpltype` Sphinx role to a public extension; note this is only intended for development reasons
So e tarballs from GitHub are stable.
tacaswell approved these changesJul 5, 2024
c0071b8
intomatplotlib:main 47 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
Documentation: APIfiles in lib/ and doc/api Documentation: user guidefiles in galleries/users_explain or doc/users Maintenance
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.
PR summary
Should be a standard merge up.
PR checklist