-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Merge v2.2.x into master #11014
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 v2.2.x into master #11014
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
The first bug-fix release of the v2.2 LTS series. This release fixes a number of critical bugs: - restores matplotlib.verbose (fixing embedding in pycharm) - preserve precision when color mapping small portions of data with extreme outliers - fixes saving long movies with ffmpeg - fixes UnbourdLocal error in contour labeling - fixes import failure on python 3.4.0 and 3.4.1 - fixes compile time failures with clang on 32bit platforms - fixes an icon in the Tk backends - fixes several issues with Tables - fixes expanding offset boxes with tight_layout - revert changes to the font caching to avoid a possible bug in backports.lru_cache - numerous docstring and documentation fixes We have reverted the deprecation of `font_manager.TempCache`.
FIX: restore verbose attribute at top level
The second bug-fix release of the v2.2 LTS series. This release fixes a number of critical bugs from 2.2.0: - restores matplotlib.verbose (fixing embedding in pycharm) - preserve precision when color mapping small portions of data with extreme outliers - fixes saving long movies with ffmpeg - fixes UnbourdLocal error in contour labeling - fixes import failure on python 3.4.0 and 3.4.1 - fixes compile time failures with clang on 32bit platforms - fixes an icon in the Tk backends - fixes several issues with Tables - fixes expanding offset boxes with tight_layout - revert changes to the font caching to avoid a possible bug in backports.lru_cache - numerous docstring and documentation fixes We have reverted the deprecation of `font_manager.TempCache`.
…pr-10662 Backport PR matplotlib#10662 on branch v2.2.x
…pr-10856 Backport PR matplotlib#10856 on branch v2.2.x
…pr-10867 Backport PR matplotlib#10867 on branch v2.2.x
…pr-10919 Backport PR matplotlib#10919 on branch v2.2.x
`matplotlib_fname` returns the first of user config, environment variable-specified config, or default system config. If the user has a matplotlibrc, then this test checks that instead of the system one.
TST: Fix rctemplate tests when user config file exists.
…pr-10935 Backport PR matplotlib#10935 on branch v2.2.x
…pr-10978 Backport PR matplotlib#10978 on branch v2.2.x
…pr-10951 Backport PR matplotlib#10951 on branch v2.2.x
…pr-11002 Backport PR matplotlib#11002 on branch v2.2.x
Thanks @QuLogic ! This has been on my to-do list for a few days now but not gotten done |
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.
Just checking that nothing has broken. Do not merge in GitHub as this should just go directly to
master
without a second merge commit.