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

optype.array_api - dtypes #170

Merged
merged 22 commits into from
Nov 9, 2024
Merged

optype.array_api - dtypes #170

merged 22 commits into from
Nov 9, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Oct 27, 2024

towards #25

@jorenham jorenham changed the title an initial optype.array_api.Array implementation optype.array_api Oct 27, 2024
@jorenham jorenham changed the title optype.array_api optype.array_api : Array interface Oct 27, 2024
@jorenham
Copy link
Owner Author

jorenham commented Oct 27, 2024

note to self: test this with some of big the array-api libs


edit: done

@jorenham
Copy link
Owner Author

jorenham commented Nov 3, 2024

note to self: the only protocol-able part of np.dtype is .type
i.e. I need to write (minimal) protocols for each of np.bool, np.integer, np.floating, np.complexfloating, that are are distinguishable from each other, and that work for all numpy versions...


edit: done

@jorenham jorenham changed the title optype.array_api : Array interface optype.array_api - dtypes Nov 9, 2024
@jorenham jorenham marked this pull request as ready for review November 9, 2024 18:13
@jorenham jorenham mentioned this pull request Nov 9, 2024
@jorenham jorenham merged commit 177a54d into master Nov 9, 2024
10 checks passed
@jorenham jorenham deleted the array-api branch November 9, 2024 18:21
@jorenham jorenham restored the array-api branch November 9, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant