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

Numpy 2.0: np.string_ -> np.bytes_ #77

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Jun 18, 2024

AttributeError: `np.string_` was removed in the NumPy 2.0 release.
Use `np.bytes_` instead.. Did you mean: 'strings'?

```
AttributeError: `np.string_` was removed in the NumPy 2.0 release.
Use `np.bytes_` instead.. Did you mean: 'strings'?
```
@ax3l ax3l merged commit 34609e6 into openPMD:1.1.X Jun 18, 2024
3 of 4 checks passed
@ax3l ax3l deleted the fix-np-2.0-fixed-size-str-1.1.X branch June 18, 2024 05:30
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