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.string_ -> numpy.str_ for numpy v2 #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

mmp3-montai
Copy link

@mmp3-montai mmp3-montai commented Oct 21, 2024

numpy.string_ is an alias for numpy.bytes_ in numpy versions < 2.0.
numpy.string_ is removed from numpy>=2.0.

This PR bumps the version of numpy to numpy>=2.0 and replaces numpy.string_ by numpy.bytes_ .

@mmp3-montai mmp3-montai changed the title numpy.string_ -> numpy.str_ numpy.string_ -> numpy.str_ for numpy v2 Oct 21, 2024
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