Skip to content
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

COMPAT: pandas private API #1503

Open
jreback opened this issue May 14, 2016 · 1 comment
Open

COMPAT: pandas private API #1503

jreback opened this issue May 14, 2016 · 1 comment
Labels

Comments

@jreback
Copy link
Contributor

jreback commented May 14, 2016

So making some changes here that could potentially break some of the de-facto private API: pandas-dev/pandas#13147

IOW if doing:

from pandas.core import common as pdcom

pdcom.is_categorical()
for example. This wont' break now as I left it in the namespace, but we are migrating to
`pandas.api for these types of things. However we won't be able to issue a deprecation warning probably to the next version.

@llllllllll
Copy link
Member

Thank you for the heads up, we do have master of pandas in the allowed failures section of our travis matrix so hopefully we can find and correct those deprecation warnings as soon as possible.

(looks like it is failing that build right now for other reasons ;_;)

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

No branches or pull requests

2 participants