Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ENH: add kwarg normalization function to cbook #5975
Conversation
tacaswell
added this to the
1.5.2 (Critical bug fix release)
milestone
Feb 8, 2016
tacaswell
added the
needs_review
label
Feb 8, 2016
|
Do we want to try applying it to the existing normalization/validation logic for cyclers? Would be interesting to see how we can apply it fo the needed key-changing feature for existing cycler objects. |
|
Probably, but I would rather get this in and then start to use it in later PRs rather than holding this up. |
mdboom
added a commit
that referenced
this pull request
Feb 15, 2016
|
|
mdboom |
14294c9
|
mdboom
merged commit 14294c9
into matplotlib:master
Feb 15, 2016
tacaswell
deleted the
tacaswell:enh_kwarg_normalize branch
Feb 15, 2016
mdboom
removed the
needs_review
label
Feb 15, 2016
mdboom
added a commit
that referenced
this pull request
Feb 15, 2016
|
|
mdboom |
b17cc2c
|
|
Cherry-picked to 1.5.x as b17cc2c |
|
This is failing on 2.6:
|
|
See #6007 |
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this pull request
May 22, 2016
|
|
mdboom + tacaswell |
9947808
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tacaswell commentedFeb 8, 2016
This is the first step to centralizing the normalizing kwarg
handling.