Skip to content

CLN: Remove internal classes from MultiIndex pickle. #5084

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
Oct 2, 2013

Conversation

jtratner
Copy link
Contributor

@jtratner jtratner commented Oct 2, 2013

FrozenNDArray had made it into the MI pickle. No reason to do that and just
complicates pickle compat going forward. Now they just output ndarray
instead (which also avoids the unnecessary nested pickle previously
occurring).

Fixes #5076.

@jreback
Copy link
Contributor

jreback commented Oct 2, 2013

perfect..so this will still exist, just not in pickles

@jtratner
Copy link
Contributor Author

jtratner commented Oct 2, 2013

@jreback so something like this, where it's fixing something that never made it to any release. Should that go in release notes?

@jreback
Copy link
Contributor

jreback commented Oct 2, 2013

nope (you could annotate the original) or even remove it

FrozenNDArray had made it into the MI pickle. No reason to do that and
just complicates pickle compat going forward. Now they just output
ndarray instead (which also avoids the unnecessary nested pickle
previously occurring).
jtratner added a commit that referenced this pull request Oct 2, 2013
CLN: Remove internal classes from MultiIndex pickle.
@jtratner jtratner merged commit 8e784e7 into pandas-dev:master Oct 2, 2013
@jtratner jtratner deleted the fix-mi-pickle branch October 2, 2013 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove internal classes from MultiIndex and Index pickles.
2 participants