-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Merge up 31x #14240
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 up 31x #14240
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-13667-on-v3.1.x Backport PR matplotlib#13667 on branch v3.1.x (Fix incorrect signature in axis() doc.)
…t-of-pr-13678-on-v3.1.x Backport PR matplotlib#13678 on branch v3.1.x (Fix font deduplication logic in createFontList.)
…nd use that in mplot3d.
…t-of-pr-13363-on-v3.1.x Backport PR matplotlib#13363 on branch v3.1.x (Inline iter_ticks into _update_ticks, and use that in mplot3d.)
…t-of-pr-13684-on-v3.1.x Backport PR matplotlib#13684 on branch v3.1.x (Use format_data_short to format image cursor data.)
…t-of-pr-13687-on-v3.1.x Backport PR matplotlib#13687 on branch v3.1.x (Update stem example)
…t-of-pr-13677-on-v3.1.x Backport PR matplotlib#13677 on branch v3.1.x (Log all failures to extract font properties.)
…t-of-pr-13588-on-v3.1.x Backport PR matplotlib#13588 on branch v3.1.x (FIX: fallback to viewlims if no data)
…n Timer.remove_callback.
…er scale_units='xy'
…t-of-pr-12170-on-v3.1.x Backport PR matplotlib#12170 on branch v3.1.x (Deprecate considering *args, **kwargs in Timer.remove_callback.)
…t-of-pr-12419-on-v3.1.x Backport PR matplotlib#12419 on branch v3.1.x (Add DivergingNorm (again, again, again))
…t-of-pr-13689-on-v3.1.x Backport PR matplotlib#13689 on branch v3.1.x (BUG: fix scaling of quiverkey when quiver scale_units='xy')
…t-of-pr-12760-on-v3.1.x Backport PR matplotlib#12760 on branch v3.1.x (Deduplicate implementation of per-backend Tools.)
Adds support for rgba and rgb images to pcolorfast Conflicts: lib/matplotlib/axes/_axes.py - C.shape -> np.shape(C) bug fix was not backported
…r-8690-on-v3.1.x Backport PR matplotlib#8690 on branch v3.1.x
…t-of-pr-13716-on-v3.1.x Backport PR matplotlib#13716 on branch v3.1.x (Kill attributes that are never used/updated.)
…t-of-pr-13745-on-v3.1.x Backport PR matplotlib#13745 on branch v3.1.x (Fix stem(use_line_collection))
…t-of-pr-14197-on-v3.1.x Backport PR matplotlib#14197 on branch v3.1.x (Minor cleanup of acorr/xcoor docs)
…t-of-pr-14210-on-v3.1.x Backport PR matplotlib#14210 on branch v3.1.x (Make intro tutorial less jargony.)
…t-of-pr-14212-on-v3.1.x Backport PR matplotlib#14212 on branch v3.1.x (DOC: update ghstats and credit.rst)
…t-of-pr-14098-on-v3.1.x Backport PR matplotlib#14098 on branch v3.1.x (Improve Errorbar limits example)
…t-of-pr-14135-on-v3.1.x Backport PR matplotlib#14135 on branch v3.1.x (Improve docs on Axes quiver)
…t-of-pr-14229-on-v3.1.x Backport PR matplotlib#14229 on branch v3.1.x (Add missing space in warning message)
…t-of-pr-14228-on-v3.1.x Backport PR matplotlib#14228 on branch v3.1.x (DOC: fix parameters line in Axes.axis docstring)
…lling constrained_layout
…t-of-pr-14185-on-v3.1.x Backport PR matplotlib#14185 on branch v3.1.x (FIX: adjust suptitle placement after calling constrained_layout)
DOC: note change in RBGA resampling
These were being stashed in the old place we kept them and got missed on the first pass.
TST: register custom marks
The first release of the v3.1 series This version of Matplotlib support Python 3.6+ Highlights of this release include: - A helper method for scatter legends - Secondary axis support (ex, degrees and radians) - A concise date formatter - No longer requires a framework build of Python to use OSX backend - Major and minor ticks will no longer collide by default - A progress callback for animations - mplot3D is always registered - deprecated mlab functions have been removed - Many function calls have become stricter about invalid or ignored input
Resolved all conflicts in favor of the master branch except for the changes to doc/api/prev_api_changes/api_changes_3.1.0.rst pcolorfast was updating to take RGB(A) in some cases in PR matplotlib#8690 / 94b0bca that was backported to v3.1.x via matplotlib#13709 / afc4e61 . However, the functionality was further extended in matplotlib#13986 / c05537d which was not backported. When merging v3.1.x into master special care had to be taken to not pull the removed code back into master.
third times the charm on this? |
going to self-merge as this is only touching rst files or .flake8. |
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.
This will make sure
git describe
on master is against the 3.1.0 tag and pulls some changes that must have been done directly on the 3.1.x branch into master.