-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Mrg2.0.x #8110
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
Mrg2.0.x #8110
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
Once all the parameters are substituted into the warning message, it doesn't make grammatical sense due to some assumptions in the message.
Fix cmap deprecation (again)
Fix for marker verts bug
Default cmap is not jet anymore...
Do not bother trying to render Images which have zero-dimension in any direction. Simply return from the `draw` method early closes matplotlib#7886
Fix broken backported test
Test 2.0.x on released python 3.6
…ze_inches_forward_change DOC: add missing docs for change to Figure.set_size_inches
Check if not None, not the truth value of `self.subs` when setting up log scales. closes matplotlib#8023
Due to matplotlib#7907, the font cache is outdated and should be re-created.
FIX: numpy arrays are not 'truthy'
Bump font cache version.
FIX: Restore hatch color tracking edge color
FIX: do not try to render empty images
Passing in `None` is a request from the user to 'do the default thing', but by keeping the key:value in the kwargs dict it prevents the default errorbar behavior and falls through to default Line2D behavior which is likely not what is wanted. closes matplotlib#7899
DOC: Update inline comment in set_and_get.py
…cycle [MRG+1] FIX: in errorbar discard any kwargs which have None value
FIX: Fixed a small mistake in matplotlibrc.template
Switch to suppress option to True in setup.cfg.template.
Add link to scipython book
DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5
[MRG+2] Api lw scale clipping
Remove example of matrix of size (12, 12) and (64, 64)
Conflicts: .travis.yml keep head version of test matrx examples/pylab_examples/matshow.py whitespace lib/matplotlib/__init__.py conflicts in list of tests, kept master version lib/matplotlib/cm.py conflicts in building reveresd color maps c2daee2 vs 14b47ba Kept version on master, the deprecation warnings only show up in `__getitem__`, not `items`. Kept master version lib/matplotlib/markers.py 98a9347 and 4b7ad54 which are a commit and it's backport. Kept the mater version. lib/matplotlib/tests/test_axes.py - keep test added in 2.0.x, but remove @cleanup, already used bare asserts - discard nose file runner lib/matplotlib/tests/test_image.py - convert added test to pytest - discard nose file runner lib/matplotlib/tests/test_marker.py - convert added test to pytest - discard nose file runner lib/matplotlib/tests/test_patches.py - discard nose file runner - keep tests from master and 2.0.x lib/matplotlib/tests/test_scale.py keep master version (conflicts due to porting the backport of test to nose), same as conflicts in scale.py
🎉 |
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.
Intend to self-merge if CI passes.
Tests pass locally