Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't check if a dtype is in all_dtypes | Aaron Meurer | 2021-02-26 | 1 | -5/+1 |
* | Only allow the spec guaranteed dtypes in the array API elementwise functions | Aaron Meurer | 2021-02-26 | 1 | -0/+114 |
* | Return ndarray in the array_api namespace elementwise functions | Aaron Meurer | 2021-02-26 | 1 | -56/+57 |
* | Update array_api namespace with latest changes from the spec | Aaron Meurer | 2021-02-23 | 1 | -0/+8 |
* | Use _implementation on all functions that have it in the array API submodule | Aaron Meurer | 2021-01-20 | 1 | -1/+1 |
* | Add type annotations to the array api submodule function definitions | Aaron Meurer | 2021-01-20 | 1 | -55/+59 |
* | Add basic docstrings to the array API wrapper functions | Aaron Meurer | 2021-01-12 | 1 | -0/+275 |
* | Use "import numpy as np" in the array_api submodule | Aaron Meurer | 2021-01-12 | 1 | -110/+57 |
* | Make the array_api submodules private, and remove __all__ from individual files | Aaron Meurer | 2021-01-12 | 1 | -0/+230 |