Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Require NumPy >= 2.1 #87

Merged
merged 3 commits into from
Nov 8, 2024
Merged

Require NumPy >= 2.1 #87

merged 3 commits into from
Nov 8, 2024

Conversation

asmeurer
Copy link
Member

@asmeurer asmeurer commented Nov 8, 2024

Fixes #21

@asmeurer asmeurer requested a review from Copilot November 8, 2024 00:47

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 9 changed files in this pull request and generated no suggestions.

Files not reviewed (3)
  • requirements-dev.txt: Language not supported
  • array_api_strict/_creation_functions.py: Evaluated as low risk
  • array_api_strict/_array_object.py: Evaluated as low risk
@asmeurer asmeurer merged commit a711897 into data-apis:main Nov 8, 2024
17 checks passed
@asmeurer
Copy link
Member Author

Just to be clear for future readers, we can go way beyond what I did here if array-api-strict only supported NumPy 2.0. Virtually all code that is based on compatibility could be removed, with only code based on strictness left.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only support NumPy 2.0 as a backend
1 participant