forked from scikit-hep/awkward
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add all direct from NumPy/CuPy functions (#10)
* feat: add all direct from NumPy/CuPy functions * empty, eye, from_dlpack * full, linspace, ones, zeros * Also test cases that create scalars. * can_cast, finfo, iinfo * result_type * unnecessary mypy ignore * test the minimal NumPy version * fix YAML * fix YAML 2 * fix YAML names and PIP_ONLY_BINARY * fix YAML 3 * fix YAML 4 * Old Ubuntu image should have old NumPy, I hope. * Take a lower minimum Python (3.8) to get NumPy 1.18.0. * Don't subscript np.dtype. * Revert "Don't subscript np.dtype." This reverts commit 1fad6020178fa2c1d33af8a32af4a2fe505ffa5a. * Revert "Take a lower minimum Python (3.8) to get NumPy 1.18.0." This reverts commit efe63ac3f1b49392b61f8b46dfd59e57df4b8cb3. * Nope. Instead, increase the minimum NumPy to 1.19.3. * Don't subscript np.dtype. * pre-commit * Create a fake numpy.array_api for tests of np 1.19.3. * NumPy started experimental support for array_api with 1.22.0. * Original NumPy Array API support did not include complex.
- Loading branch information
Showing
8 changed files
with
269 additions
and
50 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
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.