summaryrefslogtreecommitdiff
path: root/numpy/array_api/tests
Commit message (Expand)AuthorAgeFilesLines
* Note `np.array_api.can_cast()` does not use `np.can_cast()`Matthew Barber2022-02-091-2/+0
* BUG: Fix `np.array_api.can_cast()` by not relying on `np.can_cast()`Matthew Barber2022-02-092-0/+48
* Regression test for inverse indices in `array_api` set functionsMatthew2022-01-131-0/+19
* Merge pull request #20762 from honno/xp-pow-fixesCharles Harris2022-01-122-2/+2
|\
| * BUG: Allow integer inputs for pow-related functions in `array_api`Matthew2022-01-072-2/+2
* | BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788)Matthew Barber2022-01-121-0/+23
|/
* ENH: Add __array__ to the array_api Array objectAaron Meurer2021-12-061-0/+7
* Add tests for T and mT in array_apiAaron Meurer2021-12-011-0/+14
* Merge branch 'main' into never_copyRalf Gommers2021-11-122-6/+32
|\
| * MAINT: A few updates to the array_api (#20066)Aaron Meurer2021-11-122-8/+23
| * TST: Add a test for device property in `array_api` namespace (#20271)Amit Kumar2021-11-031-0/+11
* | resolved conflictsGagandeep Singh2021-11-022-21/+24
|\ \ | |/
| * MAINT: remove unused importsAlessia Marcolini2021-10-081-15/+0
| * ENH: Updates to numpy.array_api (#19937)Aaron Meurer2021-09-251-6/+24
* | Addressed reviewsczgdp18072021-09-041-1/+1
* | fixed linting issuesczgdp18072021-09-031-2/+2
* | fixed linting issuesczgdp18072021-09-031-1/+2
* | CopyMode added to np.array_apiczgdp18072021-09-031-5/+10
|/
* Run (selective) black on the array_api submoduleAaron Meurer2021-08-063-144/+212
* Fix some dictionary key mismatches in the array API testsAaron Meurer2021-08-061-27/+27
* Move the array API dtype categories into the top levelAaron Meurer2021-08-041-13/+3
* Rename numpy._array_api to numpy.array_apiAaron Meurer2021-08-044-0/+470