Skip to content

Conversation

asmeurer
Copy link
Member

NumPy does not allow repeats to be uint64 because it refuses to downcast it. Technically it worked before because we implement array and repeat does manually cast in that case. I'm not really sure we should be supporting array actually.

NumPy does not allow repeats to be uint64 because it refuses to downcast it.
Technically it worked before because we implement __array__ and repeat does
manually cast in that case. I'm not really sure we should be supporting
__array__ actually.
@asmeurer asmeurer merged commit 019d935 into data-apis:main Oct 15, 2024
21 checks passed
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.

1 participant