-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
API: Restore implicit converter registration #18307
Merged
TomAugspurger
merged 26 commits into
pandas-dev:master
from
TomAugspurger:depr-converter
Dec 7, 2017
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
220d554
API: Restore implicit converter registration
TomAugspurger fba98b1
Remove matplotlib from blacklist
TomAugspurger ba88a04
fixup! Remove matplotlib from blacklist
TomAugspurger 16c33f1
Add option for toggling formatters
TomAugspurger 3766b78
Remove move
TomAugspurger 5be9793
Handle no matplotlib
TomAugspurger 9364f60
Cleanup
TomAugspurger 39602f9
Test no register
TomAugspurger eb6388e
Restore original state
TomAugspurger 444bc4d
Added deregister
TomAugspurger ec7f7e1
Doc, naming
TomAugspurger 58bf2f6
Naming
TomAugspurger 5ee385e
Added deprecation
TomAugspurger ca6c945
PEP8
TomAugspurger 77f76d2
Fix typos
TomAugspurger ecf4154
Rename it all
TomAugspurger 61fbdbb
Missed one
TomAugspurger 5e16157
Merge remote-tracking branch 'upstream/master' into depr-converter
TomAugspurger d6798d1
Check version
TomAugspurger 576d244
Merge remote-tracking branch 'upstream/master' into depr-converter
TomAugspurger 04d8aa5
No warnings by default
TomAugspurger f061148
Update release notes
TomAugspurger 1112b28
Test fixup
TomAugspurger 897c7ea
Doc update
TomAugspurger 2cf0601
Fix deprecation message
TomAugspurger ee7b457
Test added by default
TomAugspurger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
'ipython', | ||
'jinja2' | ||
'lxml', | ||
'matplotlib', | ||
'numexpr', | ||
'openpyxl', | ||
'py', | ||
|
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 file contains 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 file contains 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 file contains 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 file contains 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
Oops, something went wrong.
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.
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.
this one doesn't need to be replaced with _converter.WARN = False ?