-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge v3.2.x into master #16816
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.2.x into master #16816
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-16189-on-v3.2.x Backport PR matplotlib#16189 on branch v3.2.x (MNT: set default canvas when un-pickling)
The PR missed the cut off for 3.1.
…t-of-pr-15763-on-v3.1.x Backport PR matplotlib#15763 on branch v3.1.x (Skip webagg test if tornado is not available.)
…t-of-pr-15556-on-v3.1.x Backport PR matplotlib#15556 on branch v3.1.x (Fix test suite compat with ghostscript 9.50.)
…t-of-pr-16212-on-v3.2.x Backport PR matplotlib#16212 on branch v3.2.x (Fix deprecation from matplotlib#13544)
… screenshot in docs/thirdparty/
…t-of-pr-16223-on-v3.2.x Backport PR matplotlib#16223 on branch v3.2.x (Added DNA Features Viewer description + screenshot in docs/thirdparty/)
…ation DOC: ValidateInterval was deprecated in 3.2, not 3.1
…t-of-pr-16235-on-v3.1.x Backport PR matplotlib#16235 on branch v3.1.x (FIX: AttributeError in TimerBase.start)
…t-of-pr-16235-on-v3.2.x Backport PR matplotlib#16235 on branch v3.2.x (FIX: AttributeError in TimerBase.start)
…that breaks our qt fixtures
…t-of-pr-16259-on-v3.2.x Backport PR matplotlib#16259 on branch v3.2.x (TST: something changed in pytest 5.3.3 that breaks our qt fixtures)
…t-of-pr-16250-on-v3.2.x Backport PR matplotlib#16250 on branch v3.2.x (Fix zerolen intersect)
…t-of-pr-16300-on-v3.2.x Backport PR matplotlib#16300 on branch v3.2.x (Don't default to negative radii in polar plot.)
Merge pull request matplotlib#16250 from tacaswell/fix_zerolen_intersect Fix zerolen intersect Also re-factors some tests. Conflicts: lib/matplotlib/tests/test_path.py - unrelated change to test above new test. Kept old version of test and added new test
…t-of-pr-16311-on-v3.1.x Backport PR matplotlib#16311 on branch v3.1.x (don't override non-Python signal handlers)
…t-of-pr-16311-on-v3.2.x Backport PR matplotlib#16311 on branch v3.2.x (don't override non-Python signal handlers)
…-15462-on-v3.2.x Backport PR matplotlib#15462 on v3.2.x: Simplify azure setup.
…t-of-pr-16794-on-v3.2.0-doc Backport PR matplotlib#16794 on branch v3.2.0-doc (DOC: Don't mention drawstyle in `set_linestyle` docs.)
Backport matplotlib#15589 and matplotlib#16693, fixes for check_figures_equal
API: Deprecate rcParams["datapath"] in favor of mpl.get_data_path().
…t-of-pr-16803-on-v3.2.0-doc Backport PR matplotlib#16803 on branch v3.2.0-doc (Fix some doc issues)
…cumentation contributions easier to find, add to requirements for building docs
…t-of-pr-16779-on-v3.2.0-doc Backport PR matplotlib#16779 on branch v3.2.0-doc (Documentation: make instructions for documentation contributions easier to find, add to requirements for building docs)
DOC: Prep for 3.2.1
This is the first bugfix release of the 3.2.x series. This release contains several critical bug-fixes: - fix `Quiver.set_UVC` calls with scalar inputs - fix `bezier.get_parallels` failure from floating point rounding errors - fix markers specified as tuples (polygons, stars, or asterisks) - fix saving PNGs to file objects in some places - fix saving figures using the nbAgg/notebook backend - fix saving with tight layout using the PGF backend - fix setting custom datapath in rcParams (note: it is still deprecated) - fix various issues running setup.py in non-CI environments - fix xpdf distiller - various minor bug and documentation fixes
So the tarballs from GitHub are stable.
Not sure why it didn't fail to build on this branch.
2 tasks
This is failing because |
DOC: Fix references to SymmetricalLogScale.
tacaswell
approved these changes
Mar 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contingent on CI
(restarted the one failure that looked like file system issues)
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.
PR Summary
Suddenly a random extra test has started failing for me, so let's see how CI feels about this one.Just had some stray files lying around, I think.Conflicts:
PR Checklist