Skip to content

DEPR: warnings from style deprecation only in PY3 #12311

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

Closed
jreback opened this issue Feb 12, 2016 · 1 comment
Closed

DEPR: warnings from style deprecation only in PY3 #12311

jreback opened this issue Feb 12, 2016 · 1 comment
Labels
Deprecate Functionality to remove in pandas
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Feb 12, 2016

https://travis-ci.org/pydata/pandas/jobs/108709963

S.......S.S........................................................................./home/travis/build/pydata/pandas/pandas/core/config.py:219: FutureWarning: 
mpl_style had been deprecated and will be removed in a future version.
Use `matplotlib.pyplot.style.use` instead.
  return self.__func__(*args, **kwds)

cc @TomAugspurger

prob should bump the stacklevel as well

@jreback jreback added the Deprecate Functionality to remove in pandas label Feb 12, 2016
@jreback jreback added this to the 0.18.0 milestone Feb 12, 2016
@jreback
Copy link
Contributor Author

jreback commented Feb 12, 2016

this fixes: jreback@ad78ce2

jreback added a commit to jreback/pandas that referenced this issue Feb 13, 2016
closes pandas-dev#12311

WARN: remove warnings from categorical tests with .str.extract
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 a pull request may close this issue.

1 participant