Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run (selective) black on the array_api submodule | Aaron Meurer | 2021-08-06 | 1 | -2/+16 |
| | | | | | | I've omitted a few changes from black that messed up the readability of some complicated if statements that were organized logically line-by-line, and some changes that use unnecessary operator spacing. | ||||
* | Rename numpy._array_api to numpy.array_api | Aaron Meurer | 2021-08-04 | 1 | -0/+23 |
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. |