Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move the array API dtype categories into the top level | Aaron Meurer | 2021-08-04 | 3 | -26/+17 | |
| | | | | | They are not an official part of the spec but are useful for various parts of the implementation. | |||||
* | 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 | |
| | | | | asarray() is already called in Array._new. | |||||
* | 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 | |
Instead of the leading underscore, the experimentalness of the module will be indicated by omitting a warning on import. That we, we do not have to change the API from underscore to no underscore when the module is no longer experimental. |