Skip to content

DEPR: pandas.core, pandas.util.testing #16232

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 May 4, 2017 · 5 comments · Fixed by #30620
Closed

DEPR: pandas.core, pandas.util.testing #16232

jreback opened this issue May 4, 2017 · 5 comments · Fixed by #30620
Labels
Deprecate Functionality to remove in pandas
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented May 4, 2017

xref #16223

These are the only remaining 'public'-ish directories that are not explicitly exposed. In 0.20.0 we make these 'private' in documentation. We should actually deprecate these and move to _core and pandas.util.testing -> pandas.core.testing

This will need a DeprecationWarning as likely lots of code that is out there that uses this.

@jreback jreback added the Deprecate Functionality to remove in pandas label May 4, 2017
@jreback jreback modified the milestones: 0.20.1, 0.20.2 May 4, 2017
@jorisvandenbossche
Copy link
Member

I think this is for 0.21 ? (we shouldn't do deprecations in a bugfix release)

@jreback jreback modified the milestones: 0.21.0, 0.20.2 May 5, 2017
@jreback
Copy link
Contributor Author

jreback commented May 5, 2017

yep that was a typo

@jreback jreback modified the milestones: 0.21.0, 1.0 Oct 2, 2017
@jreback
Copy link
Contributor Author

jreback commented Oct 2, 2017

not sure can actually do this, but should try for 1.0

@jorisvandenbossche
Copy link
Member

I am also not sure we can do core, but we might want to do util.testing, as we have pandas.testing as alternative. The probable problem is that we have only put few things there, and people are using other functionality from util.testing like the make.. functions.

@TomAugspurger
Copy link
Contributor

Is this any different from #27522? I guess just pandas.util.testing, and leave #27522 for pandas.core?

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.

3 participants