Skip to content

BUG: Do not accidentally store dtype metadata in np.save #27151

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
Aug 9, 2024

Conversation

charris
Copy link
Member

@charris charris commented Aug 9, 2024

Backport of #27143.

We had logic in place to drop (most) metadata, but the change had a small bug: During saving, we were still using the one with metadata...

Maybe doesn't quite close it, but big enough of an improvement for now, I think, so

Closes gh-14142

We had logic in place to drop (most) metadata, but the change
had a small bug: During saving, we were still using the one with
metadata...

Maybe doesn't quite close it, but big enough of an improvement
for now, I think, so

Closes numpygh-14142
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Aug 9, 2024
@charris charris added this to the 2.0.2 release milestone Aug 9, 2024
@charris charris merged commit 428e2ba into numpy:maintenance/2.0.x Aug 9, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants