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

FIX: address np.string_ and ndarray.ptp deprecations in numpy 2.0 #62

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

ken-lauer
Copy link
Contributor

Changes

  • np.string_ recommends changing to np.bytes_
  • ndarray.ptp() -> np.ptp(ndarray)

Context

numpy 2.0

@ChristopherMayes ChristopherMayes merged commit b3ce1fc into ChristopherMayes:master Jun 19, 2024
1 check passed
@ken-lauer ken-lauer deleted the fix_numpy_2.0 branch June 20, 2024 16:03
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.

2 participants