8000 DEP: Deprecate the pickle aliases by eric-wieser · Pull Request #10191 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DEP: Deprecate the pickle aliases #10191

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
wants to merge 1 commit into from

Conversation

eric-wieser
Copy link
Member
  • The np.ma functions are misleading, as they do not actually do anything special for ma.array
  • The np.loads functions doesn't even have numpy-specific documentation, and does not behave consistently with np.load
  • The string overloads of np.ma.load and np.ma.dump do not work well on python 3, as they make assumptions about whether a binary or text pickle file is used (Opening Pickle Files using ma.dump in Python 3 #5491)

@eric-wieser
Copy link
Member Author
eric-wieser commented Dec 10, 2017

Oops, shared a branch name between PRs - recreated at #10192

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

Successfully merging this pull request may close these issues.

1 participant
0