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

BUG: Use Python pickle protocol version 4 for np.save (#26388) #26458

Merged
merged 1 commit into from
May 16, 2024

Conversation

charris
Copy link
Member

@charris charris commented May 16, 2024

Backport of #26388.

  • BUG: Use default Python pickle protocol version rather than outdated protocol 3

  • Update default pickle of np.save to 4

  • Adds document for default pickle protocol 4

* BUG: Use default Python pickle protocol version rather than outdated protocol 3

* Update default pickle of np.save to 4

* Adds document for default pickle protocol 4
@charris charris added this to the 2.0.0 release milestone May 16, 2024
@charris charris merged commit 2753bfe into numpy:maintenance/2.0.x May 16, 2024
60 checks passed
@charris charris deleted the backport-26388 branch May 16, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants