Skip to content

DEPR: Adding script to detect deprecated features by version (#6581) #19117

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

Merged
merged 1 commit into from
Jan 7, 2018
Merged

DEPR: Adding script to detect deprecated features by version (#6581) #19117

merged 1 commit into from
Jan 7, 2018

Conversation

datapythonista
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@jreback jreback added the Deprecate Functionality to remove in pandas label Jan 7, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 7, 2018
@jreback jreback merged commit 1265f66 into pandas-dev:master Jan 7, 2018
@jreback
Copy link
Contributor

jreback commented Jan 7, 2018

thanks!

@jreback
Copy link
Contributor

jreback commented Jan 7, 2018

hmm

(pandas) bash-3.2$ ./list_future_warnings.sh 
./list_future_warnings.sh: line 31: realpath: command not found
usage: dirname path
usage: dirname path
^C

?

@datapythonista
Copy link
Member Author

Oh, didn't know realpath was not available on Mac, I thougt it was standard unix. Let me check how can avoid using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants