-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PR: adding a core.config module to hold package-wide configurables #2097
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
Conversation
should |
rebased to clear merge conflicts from PEP8 tsunami. |
The equiv. of f2ded9a should be considered for cherry-pick whether this goes in or not. |
This definitely will be going in in the next major release |
groovy. |
Putting a note here to remind myself to move the plot options into this module after 0.9.1 |
|
removed 2.5 support |
Am I correct that this should be backwards-compatible change? |
I think so. |
Do you think this should be mentioned in the "what's new?" page (docs/source/v0.10.0.txt)? |
Better mention the new API functions I think, that matters to users. Will sphinx pick up the doctsrings automatically, or do I need to add docs myself? I neglected |
You can add entries to the API page. But it might make sense to write some brief exposition on config options-- printoptions might be in the docs already but I don't remember adding them myself. |
updated docs/source/v0.10.0.txt |
@wesm, I think having both |
PR for #2081
Summary
get_option()
,set_option
,reset_option()
,reset_options()
anddescribe_option()
(all under the pandas top level module).register_option()
anddeprecate_option()
.TL;DR description