Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PR: adding a core.config module to hold package-wide configurables #2097
Conversation
y-p
referenced
this pull request
Oct 22, 2012
Closed
Unicode III : revenge of the character planes #2104
|
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. |
wesm
merged commit 5e98eae
into pandas-dev:master
Nov 27, 2012
|
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 |
y-p commentedOct 21, 2012
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