Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix circular imports from types | Aaron Meurer | 2021-03-17 | 1 | -1/+4 |
* | Support the ndarray object in the remaining array API functions | Aaron Meurer | 2021-03-05 | 1 | -4/+5 |
* | Remove _implementation from the array API functions | Aaron Meurer | 2021-03-02 | 1 | -4/+4 |
* | Use _implementation on all functions that have it in the array API submodule | Aaron Meurer | 2021-01-20 | 1 | -4/+4 |
* | Use np.asarray in the array API submodule for any function that can return a ... | Aaron Meurer | 2021-01-20 | 1 | -2/+4 |
* | Add type annotations to the array api submodule function definitions | Aaron Meurer | 2021-01-20 | 1 | -4/+8 |
* | Add basic docstrings to the array API wrapper functions | Aaron Meurer | 2021-01-12 | 1 | -0/+20 |
* | Use "import numpy as np" in the array_api submodule | Aaron Meurer | 2021-01-12 | 1 | -8/+6 |
* | Make the array_api submodules private, and remove __all__ from individual files | Aaron Meurer | 2021-01-12 | 1 | -0/+15 |