summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_array_object.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the dunder methods on array_api.ndarrayAaron Meurer2021-02-261-72/+88
* Use a different repr form for array_api.ndarray than arrayAaron Meurer2021-02-261-2/+2
* Implement a simple passthrough __str__ and __repr__ on the array_api ndarray ...Aaron Meurer2021-02-231-0/+17
* Start implementing wrapper object for the array APIAaron Meurer2021-02-231-0/+479