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.x into master#18251
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.x into master#18251
+1,675 −1,316
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-17667-on-v3.3.xBackport PRmatplotlib#17667 on branch v3.3.x (Don't linewrap css in svg header.)
…t-of-pr-17668-on-v3.3.xBackport PRmatplotlib#17668 on branch v3.3.x (Don't pass "wrong" `indent=False` in SVG generation.)
…n needs to include cm-super
…t-of-pr-17675-on-v3.3.xBackport PRmatplotlib#17675 on branch v3.3.x (DOC: specify that the LaTeX installation needs to include cm-super)
…t-of-pr-17665-on-v3.3.xBackport PRmatplotlib#17665 on branch v3.3.x (Document that some single char colors are shaded)
…t-of-pr-17664-on-v3.3.xBackport PRmatplotlib#17664 on branch v3.3.x (Clarify docs of AutoDateLocator.intervald)
…t-of-pr-17676-on-v3.3.xBackport PRmatplotlib#17676 on branch v3.3.x (FIX: correctly process the tick label size)
…t-of-pr-17680-on-v3.3.xBackport PRmatplotlib#17680 on branch v3.3.x (MNT: migrate away from deprecated c-api)
…t-of-pr-17686-on-v3.3.xBackport PRmatplotlib#17686 on branch v3.3.x (Fix tooltip for wx toolbar.)
…t-of-pr-17687-on-v3.3.xBackport PRmatplotlib#17687 on branch v3.3.x (Mention keyboard modifiers in toolbar tooltip texts.)
…t-of-pr-17705-on-v3.3.xBackport PRmatplotlib#17705 on branch v3.3.x (Keep cachedRenderer as None when pickling Figure.)
…t-of-pr-17715-on-v3.3.xBackport PRmatplotlib#17715 on branch v3.3.x (Clarify gridspec error message for non-integer inputs.)
…t-of-pr-17693-on-v3.3.xBackport PRmatplotlib#17693 on branch v3.3.x (DOC: Add svg2pdf converter for generating PDF docs.)
…t-of-pr-17720-on-v3.3.xBackport PRmatplotlib#17720 on branch v3.3.x (Fix check for manager = None.)
…t-of-pr-17729-on-v3.3.xBackport PRmatplotlib#17729 on branch v3.3.x (Fix type doc for scroll event "step" attribute.)
…t-of-pr-17734-on-v3.3.xBackport PRmatplotlib#17734 on branch v3.3.x (Oversample thumbnail x2)
…t-of-pr-18227-on-v3.3.xBackport PRmatplotlib#18227 on branch v3.3.x (Set pipefail when running flake8 linter.)
…olbar2 broke custom toolbars
…t-of-pr-18219-on-v3.3.xBackport PRmatplotlib#18219 on branch v3.3.x (Fixes an issue where WxAgg NavigationToolbar2 broke custom toolbars)
…t-of-pr-18225-on-v3.3.xBackport PRmatplotlib#18225 on branch v3.3.x (Use certifi when downloading bundled build requirements.)
…t-of-pr-18224-on-v3.3.xBackport PRmatplotlib#18224 on branch v3.3.x (Try out cibuildwheel.)
…toolbar before we touch it
…t-of-pr-18233-on-v3.3.xBackport PRmatplotlib#18233 on branch v3.3.x (Fix cibuildwheel trigger condition.)
…18235-on-v3.3.xBackport PRmatplotlib#18235 on branch v3.3.x
This is the first bugfix release of the 3.3.x series.This release contains several critical bug-fixes:* fix docstring import issues when running Python with optimization* fix `hist` with categorical data, such as with Pandas* fix install on BSD systems* fix nbagg compatibility with Chrome 84+* fix ordering of scatter marker size in 3D plots* fix performance regression when plotting `Path`s* fix reading from URL in `imread`* fix several regressions with new date epoch handling* fix some bad constrained and tight layout interactions with colorbars* fix use of customized toolbars in TkAgg and WXAgg backends
So the tarballs from GitHub are stable.
jkseppan approved these changesAug 14, 2020
dopplershift approved these changesAug 23, 2020
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.
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
This doesnot apply the revert of#17543 in#17861, as we have alternate PRs in progress to fix that properly. Also removes separate API note for#17983, which is in 3.3.1 now.
PR Checklist