| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some dictionary key mismatches in the array API tests | Aaron Meurer | 2021-08-06 | 1 | -27/+27 |
| * | Add a setup.py to the array_api submodule | Aaron Meurer | 2021-08-05 | 1 | -0/+10 |
| * | Give a better error when numpy.array_api is imported in Python 3.7 | Aaron Meurer | 2021-08-05 | 1 | -0/+6 |
| * | Fix casting for the array API concat() and stack() | Aaron Meurer | 2021-08-04 | 1 | -4/+5 |
| * | Move some imports out of functions to the top of the file | Aaron Meurer | 2021-08-04 | 1 | -3/+4 |
| * | Move the array API dtype categories into the top level | Aaron Meurer | 2021-08-04 | 3 | -26/+17 |
| * | Remove unused import | Aaron Meurer | 2021-08-04 | 1 | -1/+1 |
| * | Remove asarray() calls from the array API statistical functions | Aaron Meurer | 2021-08-04 | 1 | -5/+5 |
| * | Remove no longer comment about the keepdims argument to argmin | Aaron Meurer | 2021-08-04 | 1 | -2/+0 |
| * | Print a warning when importing the numpy.array_api submodule | Aaron Meurer | 2021-08-04 | 1 | -0/+4 |
| * | Rename numpy._array_api to numpy.array_api | Aaron Meurer | 2021-08-04 | 19 | -0/+3020 |
