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.3.4 into master#19459
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
Merge v3.3.4 into master#19459
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-18500-on-v3.3.xBackport PRmatplotlib#18500 on branch v3.3.x (BUG: Fix all-masked imshow)
…t-of-pr-18505-on-v3.3.xBackport PRmatplotlib#18505 on branch v3.3.x (Fix depth shading when edge/facecolor is none.)
… ExitStack.callback.
…t-before-interpFIX: unit-convert pcolorargs before interpolating
…t-of-pr-18540-on-v3.3.xBackport PRmatplotlib#18540 on branch v3.3.x (Call to ExitStack.push should have been ExitStack.callback.)
…18549-on-v3.3.xbackport pr 18549
…t-of-pr-18604-on-v3.3.xBackport PRmatplotlib#18604 on branch v3.3.x (Update test image to fix Ghostscript 9.53.)
…t-of-pr-18621-on-v3.3.xBackport PRmatplotlib#18621 on branch v3.3.x (Fix singleshot timers in wx.)
…t-of-pr-18636-on-v3.3.xBackport PRmatplotlib#18636 on branch v3.3.x (BLD: certifi is not a run-time dependency)
…t-of-pr-18639-on-v3.3.xBackport PRmatplotlib#18639 on branch v3.3.x (nbagg: Don't close figures for bubbled events.)
…t-of-pr-18670-on-v3.3.xBackport PRmatplotlib#18670 on branch v3.3.x (MNT: make certifi actually optional)
…t-of-pr-18584-on-v3.3.xBackport PRmatplotlib#18584 on branch v3.3.x (Fix setting 0-timeout timer with Tornado.)
…18533-on-v3.3.xBackport PRmatplotlib#18533 on branch v3.3.x
…t-of-pr-18734-on-v3.3.xBackport PRmatplotlib#18734 on branch v3.3.x (Fix deprecation warning in GitHub Actions.)
…t-of-pr-18773-on-v3.3.xBackport PRmatplotlib#18773 on branch v3.3.x (Update to latest cibuildwheel release.)
… with small log ranges
…t-of-pr-18754-on-v3.3.xBackport PRmatplotlib#18754 on branch v3.3.x (FIX: make sure we have more than 1 tick with small log ranges)
…18769-on-v3.3.xBackport PRmatplotlib#18769 on branch v3.3.x
…t-of-pr-19131-on-v3.3.xBackport PRmatplotlib#19131 on branch v3.3.x (Fix WebAgg initialization)
…d with some capitals
…t-of-pr-19245-on-v3.3.xBackport PRmatplotlib#19245 on branch v3.3.x (handle usecase where QT_API is specified with some capitals)
…t-of-pr-19266-on-v3.3.xBackport PRmatplotlib#19266 on branch v3.3.x (Don't update homebrew on GitHub Actions)
…t-of-pr-19163-on-v3.3.3-docBackport PRmatplotlib#19163 on branch v3.3.3-doc (Ignore missing _FancyAxislineStyle doc targets.)
…t-of-pr-19279-on-v3.3.3-docBackport PRmatplotlib#19279 on branch v3.3.3-doc (Fix sphinx search)
…19301-on-v3.3.xBackport PRmatplotlib#19301 on branch v3.3.x
…t-of-pr-19371-on-v3.3.xBackport PRmatplotlib#19371 on branch v3.3.x (Fix specgram test on NumPy 1.20.)
…t-of-pr-19052-on-v3.3.xBackport PRmatplotlib#19052 on branch v3.3.x (Always pass integers to wx.Size.)
…t-of-pr-19238-on-v3.3.xBackport PRmatplotlib#19238 on branch v3.3.x (Fix build with LTO disabled in environment)
This is the fourth bugfix release of the 3.3.x series.This release contains several critical bug-fixes:* Fix WebAgg initialization.* Fix parsing QT_API setting with mixed case.* Fix build with LTO disabled in environment.* Fix test compatibility with Python 3.10.* Fix test compatibility with NumPy 1.20.* Fix test compatibility with pytest 6.2.
So the tarballs from GitHub are stable.
jklymak approved these changesFeb 5, 2021
For the non-doc changes in this PR see:#19115 (comment) |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
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
Fixes version-from-tags, and brings the one other fix from#19115 up.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).