-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Array api backend prep * Use math ceil rather than numpy as it's built in * Add central definition of the array API namespace used by the backend * Convert blockwise to use backend array API namespace * Use backend array API namespace in Cubed array API implementation * Convert to/from backend array * Add array-api-compat to dependencies * Ignore missing imports for mypy for array-api-compat * Fix dtype in test for mean
- Loading branch information
Showing
22 changed files
with
232 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.