summaryrefslogtreecommitdiff
path: root/numpy/array_api/tests
Commit message (Expand)AuthorAgeFilesLines
* rename test functionAlex Rogozhnikov2023-02-261-1/+1
* add support for xp.takeAlex Rogozhnikov2023-02-261-0/+24
* TST: Move new `asarray` test to a more appropriate place. (#22251)M. Eric Irrgang2022-09-131-64/+0
* Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-071-0/+64
|\
| * Add release note and further clarify tests.M. Eric Irrgang2022-07-171-12/+31
| * Lint.M. Eric Irrgang2022-07-171-3/+4
| * Expand test_asarray.py.M. Eric Irrgang2022-07-171-13/+33
| * Update comment and obey formatting requirements.M. Eric Irrgang2022-07-161-2/+2
| * Add unit testing.M. Eric Irrgang2022-07-161-0/+24
* | MAINT: fix typo in test_array_object test description (#22071)Ikko Ashimine2022-08-021-1/+1
|/
* API: Allow newaxis indexing for `array_api` arrays (#21377)Matthew Barber2022-05-061-6/+57
* 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