summaryrefslogtreecommitdiff
path: root/numpy/array_api
Commit message (Expand)AuthorAgeFilesLines
* DOC: Some updates to the array_api compat document (#22747)Aaron Meurer2022-12-061-0/+1
* Add `__array_api_version__` to `numpy.array_api` namespaceMatthew Barber2022-10-021-1/+3
* 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
* | BUG: Fix the implementation of numpy.array_api.vecdot (#21928)Aaron Meurer2022-09-071-1/+12
* | MAINT: fix typo in test_array_object test description (#22071)Ikko Ashimine2022-08-021-1/+1
|/
* MAINT: Fix computation of numpy.array_api.linalg.vector_norm (#21084)Aaron Meurer2022-06-151-8/+31
* Fix the array API unique_*() functions to not compare nans as equalAaron Meurer2022-06-031-0/+4
* API: Allow newaxis indexing for `array_api` arrays (#21377)Matthew Barber2022-05-062-99/+176
* Fix a type hint in numpy.array_apiAaron Meurer2022-03-281-1/+1
* Add some missing notes to array_apiAaron Meurer2022-03-281-1/+2
* Properly restrict the input dtypes for the array_api trace, svdvals, and vecdotAaron Meurer2022-03-281-0/+6
* Remove some outdated commentsAaron Meurer2022-03-281-2/+0
* Update some Note comments in numpy.array_apiAaron Meurer2022-03-282-1/+7
* MAINT: make np._from_dlpack publicTirth Patel2022-03-031-1/+1
* Note `np.array_api.can_cast()` does not use `np.can_cast()`Matthew Barber2022-02-092-2/+5
* BUG: Fix `np.array_api.can_cast()` by not relying on `np.can_cast()`Matthew Barber2022-02-093-4/+58
* Regression test for inverse indices in `array_api` set functionsMatthew2022-01-131-0/+19
* BUG: Return correctly shaped inverse indices in `array_api`Matthew2022-01-131-5/+15
* Merge pull request #20762 from honno/xp-pow-fixesCharles Harris2022-01-124-12/+10
|\
| * BUG: Allow integer inputs for pow-related functions in `array_api`Matthew2022-01-074-12/+10
* | BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788)Matthew Barber2022-01-122-3/+37
|/
* Merge pull request #20720 from rgommers/arrayapi-annotation-fixesMatti Picus2022-01-041-2/+3
|\
| * TYP: accept review comment on ignoring NotImplemented in type checkingRalf Gommers2022-01-041-4/+1
| * TYP: add a few type annotations to `numpy.array_api.Array`Ralf Gommers2022-01-031-1/+5
* | TYP: change type annotation for `__array_namespace__` to ModuleTypeRalf Gommers2022-01-031-1/+2
|/
* Merge pull request #20533 from asmeurer/array_api-prod-fixCharles Harris2021-12-071-2/+2
|\
| * BUG: Fix handling of the dtype parameter to numpy.array_api.prod()Aaron Meurer2021-12-071-2/+2
* | Add type hints to the numpy.array_api.Array.__array__ signatureAaron Meurer2021-12-061-1/+2
* | ENH: Add __array__ to the array_api Array objectAaron Meurer2021-12-062-0/+18
|/
* Add tests for T and mT in array_apiAaron Meurer2021-12-011-0/+14
* BUG: Fix the .T attribute in the array_api namespaceAaron Meurer2021-12-011-1/+1
* Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-152-8/+14
|\
| * Merge branch 'main' into never_copyRalf Gommers2021-11-128-44/+162
| |\
| * \ resolved conflictsGagandeep Singh2021-11-0210-51/+192
| |\ \
| * | | Addressed reviewsczgdp18072021-09-042-4/+4
| * | | fixed linting issuesczgdp18072021-09-031-2/+2
| * | | fixed linting issuesczgdp18072021-09-031-1/+2
| * | | CopyMode added to np.array_apiczgdp18072021-09-032-6/+11
* | | | ENH: Add the linalg extension to the array_api submodule (#19980)Aaron Meurer2021-11-145-79/+419
| |_|/ |/| |
* | | MAINT: A few updates to the array_api (#20066)Aaron Meurer2021-11-128-49/+156
* | | Merge pull request #19083 from hameerabbasi/dlpackSebastian Berg2021-11-092-3/+3
|\ \ \
| * | | change from_dlpack to _dlpack, remove unused headermattip2021-11-022-3/+3
| | |/ | |/|
* | | TST: Add a test for device property in `array_api` namespace (#20271)Amit Kumar2021-11-031-0/+11
|/ /
* | Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-221-15/+0
|\ \