Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API/DEPR: Deprecate order kwarg in factorize #6930
Conversation
TomAugspurger
added API Design Deprecate
labels
Apr 22, 2014
jreback
added this to the
0.14.0
milestone
Apr 22, 2014
|
make sure to add to #6581 |
jsexauer
referenced
this pull request
Apr 22, 2014
Open
DEPR: deprecations from prior versions #6581
TomAugspurger
added a commit
that referenced
this pull request
Apr 22, 2014
|
|
TomAugspurger |
6e8f3f6
|
TomAugspurger
merged commit 6e8f3f6
into pandas-dev:master
Apr 22, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Feb 10, 2016
|
|
jreback |
7584397
|
jreback
referenced
this pull request
Feb 10, 2016
Closed
DEPR: remove order kw from .factorize(), xref #6930 #12274
TomAugspurger
added a commit
that referenced
this pull request
Feb 10, 2016
|
|
jreback + TomAugspurger |
0320e3b
|
cldy
added a commit
to cldy/pandas
that referenced
this pull request
Feb 11, 2016
|
|
jreback + cldy |
1705594
|
jreback
referenced
this pull request
Jul 24, 2016
Open
DEPR: deprecations log for removed issues #13777
TomAugspurger
deleted the
TomAugspurger:factorize-kwarg branch
Apr 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TomAugspurger commentedApr 22, 2014
Closes pydata#6926
orderwasn't being used at all.I couldn't use the deprecate_kwarg decorator since the kwarg is being removed, not changed.