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

Use array_api compliant dtype #8933

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

Illviljan
Copy link
Contributor

@Illviljan Illviljan commented Apr 12, 2024

  • Closes #xxxx
  • Tests added
  • User visible changes (including notable bug fixes) are documented in whats-new.rst
  • New functions/methods are listed in api.rst

Notes:

  • For duckarrays, use _dtype[_generic]
  • For actual np.ndarrays, use np.dtype[np.generic]
  • np.dtype is too specific in general and it's probably not needed in most of their array_api functions.

@TomNicholas TomNicholas added the array API standard Support for the Python array API standard label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
array API standard Support for the Python array API standard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants