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

Catch IntervalIndex.itemsize deprecation warning in tests and remove IntervalArray.itemsize #22149

Merged
merged 1 commit into from
Aug 1, 2018

Conversation

jschendel
Copy link
Member

I don't think a whatsnew entry is needed. This was already deprecated for IntervalIndex, but wasn't being caught in the tests, and was displaying the name from the underlying left/right values. Likewise, IntervalArray was created after the deprecation, so no reason to even add it.

@jschendel jschendel added the Interval Interval data type label Jul 31, 2018
@jschendel jschendel added this to the 0.24.0 milestone Jul 31, 2018
@jreback jreback merged commit b62c324 into pandas-dev:master Aug 1, 2018
@jreback
Copy link
Contributor

jreback commented Aug 1, 2018

thanks!

dberenbaum pushed a commit to dberenbaum/pandas that referenced this pull request Aug 3, 2018
@jschendel jschendel deleted the iv-itemsize branch September 24, 2018 17:22
Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this pull request Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interval Interval data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEPR: deprecated IntervalIndex.itemsize, remove IntervalArray.itemsize
2 participants