-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge v3.4.x into master #19835
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
Merged
Merged
Merge v3.4.x into master #19835
+3,350
−1,610
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
This is the first release candidate for Matplotlib 3.4.0.
So the tarballs from GitHub are stable.
…apping and bbox_inches='tight'
…t-of-pr-19545-on-v3.4.x Backport PR matplotlib#19545 on branch v3.4.x (Replace references to pygtk by pygobject in docs.)
…t-of-pr-19532-on-v3.4.x Backport PR matplotlib#19532 on branch v3.4.x (Add note on interaction between text wrapping and bbox_inches='tight')
…t-of-pr-19567-on-v3.4.x Backport PR matplotlib#19567 on branch v3.4.x (DOC: fix typos)
…t-of-pr-19456-on-v3.4.x Backport PR matplotlib#19456 on branch v3.4.x (Doc implement reredirects)
…t-of-pr-19587-on-v3.4.x Backport PR matplotlib#19587 on branch v3.4.x (DOC: fix plot_date doc)
…t-of-pr-19589-on-v3.4.x Backport PR matplotlib#19589 on branch v3.4.x (Changes linestyle parameter of flierprops)
…packages/index.rst.
…t-of-pr-19546-on-v3.4.x Backport PR matplotlib#19546 on branch v3.4.x (Move unrendered README.wx to thirdpartypackages/index.rst.)
… non-colorlike.
…t-of-pr-19597-on-v3.4.x Backport PR matplotlib#19597 on branch v3.4.x (Fix IPython import issue)
…t-of-pr-19583-on-v3.4.x Backport PR matplotlib#19583 on branch v3.4.x (FIX: check for a set during color conversion)
…t-of-pr-19571-on-v3.4.x Backport PR matplotlib#19571 on branch v3.4.x (Fail early when setting Text color to a non-colorlike.)
…t-of-pr-19577-on-v3.4.x Backport PR matplotlib#19577 on branch v3.4.x (Fix "return"->"enter" mapping in key names.)
…ure close cause crash
…t-of-pr-19596-on-v3.4.x Backport PR matplotlib#19596 on branch v3.4.x (Fix for issue 17769: wx interactive figure close cause crash)
…t-of-pr-19548-on-v3.4.x Backport PR matplotlib#19548 on branch v3.4.x (Increase tolerances for other arches.)
…t-of-pr-19817-on-v3.4.x Backport PR matplotlib#19817 on branch v3.4.x (Fix antialiasing with old pycairo/cairocffi.)
…t-of-pr-19814-on-v3.4.x Backport PR matplotlib#19814 on branch v3.4.x (Fix positioning of annotation arrow.)
…t-of-pr-19822-on-v3.4.0-doc Backport PR matplotlib#19822 on branch v3.4.0-doc (Clarify default backend selection doc.)
…epdf.Pdf context manager.
…t-of-pr-19805-on-v3.4.x Backport PR matplotlib#19805 on branch v3.4.x (Fix suptitle out of layout)
These were added in matplotlib#18480, and not copying them can mean that an artist that used `update_from` could get in an inconsistent state. For example, this will fix legends of colour-mapped scatter plots, where a copy of the scatter Collection is made to go in the legend. Fixes matplotlib#19779.
…t-of-pr-19822-on-v3.4.x Backport PR matplotlib#19822 on branch v3.4.x (Clarify default backend selection doc.)
…t-of-pr-19824-on-v3.4.x Backport PR matplotlib#19824 on branch v3.4.x (Access pdf annotations while inside pikepdf.Pdf context manager.)
Fix legend of colour-mapped scatter plots.
…t-of-pr-19811-on-v3.4.x Backport PR matplotlib#19811 on branch v3.4.x (Fix Inkscape cleanup at exit on Windows.)
Backport PR matplotlib#19812: FIX: size and color rendering for Path3DCollection
This is the first bugfix release of the 3.4.x series. This release contains several critical bug-fixes: * fix errorbar when specifying fillstyle * fix Inkscape cleanup at exit on Windows for tests * fix legends of colour-mapped scatter plots * fix positioning of annotation fancy arrows * fix size and color rendering for 3D scatter plots * fix suptitle manual positioning when using constrained layout * respect antialiasing settings in cairo backends as well
So the tarballs from GitHub are stable
Rather than create another merge commit I pushed this straight to master. |
Sign up for free
to 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.
Only a couple minor conflicts from the backports, deletion of the individual release notes, and new code from #19816, which was originally only needed on that branch due to other changes.