API: deprecate DataFrame.interpolate #3675

Merged
merged 1 commit into from May 22, 2013

Conversation

Projects
None yet
2 participants
Member

cpcloud commented May 21, 2013

closes #3582.

Contributor

jreback commented May 21, 2013

can you also add a deprecation if interpolate is called? (done a slightly different way, but look in core.categorical how Factor was deprecated; and in the warning message point to fillna/replace)

thxs

Contributor

jreback commented May 21, 2013

great....i'll merge this....pls add a new issue (as a reminder to do this), and i'll tag it

txs

Member

cpcloud commented May 21, 2013

shall i add the appropriate issue to v0.11.1.txt and RELEASE.rst?

Member

cpcloud commented May 21, 2013

oh wait don't merge yet i had to grsh and now i must rewrite the notes. :|

Contributor

jreback commented May 21, 2013

yep...rel notes (see how I did for tupleize_cols).....and v0.11.1 announcing that we are deprecating (in the API changes section)

@cpcloud cpcloud API: deprecate DataFrame.interpolate
add a more useful warning message

use the correct tense

DOC: rls notes
ca752ff
Contributor

jreback commented May 21, 2013

perfect this is basically just adding the warning and the v0.11.1, letting everyone know its going to change

Contributor

jreback commented May 22, 2013

this ready right?

Member

cpcloud commented May 22, 2013

yup

@jreback jreback added a commit that referenced this pull request May 22, 2013

@jreback jreback Merge pull request #3675 from cpcloud/remove-interpolate-3582
API: deprecate DataFrame.interpolate
2bd1cf8

@jreback jreback merged commit 2bd1cf8 into pandas-dev:master May 22, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment