FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · lezcano/array-api · GitHub
lezcano
/
array-api
Public
forked from
data-apis/array-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jul 8, 2021
Add preview to array API page
steff456
committed
e14d9a7
View commit details
Copy full SHA for e14d9a7
Browse repository at this point
Add .circleci/config.yml
rgommers
committed
9730dd5
View commit details
Copy full SHA for 9730dd5
Browse repository at this point
Add circleci config yml
steff456
committed
58d0f47
View commit details
Copy full SHA for 58d0f47
Browse repository at this point
Commits on Jun 28, 2021
Add specification for `__setitem__` (#172)
kgryte
authored
cf5aa66
View commit details
Copy full SHA for cf5aa66
Browse repository at this point
Update guidance on tuple field names (#203)
kgryte
authored
8a1602e
View commit details
Copy full SHA for 8a1602e
Browse repository at this point
Clarify `eig` and `eigvals` TODOs (#204)
kgryte
authored
dffc7ab
View commit details
Copy full SHA for dffc7ab
Browse repository at this point
Clarify guidance on operations having data-dependent output shapes (#193)
Show description for b7b0dcd
authored
b7b0dcd
View commit details
Copy full SHA for b7b0dcd
Browse repository at this point
Commits on Jun 27, 2021
Update copy (#206)
kgryte
authored
8dade11
View commit details
Copy full SHA for 8dade11
Browse repository at this point
Require output to be default integer dtype (#205)
kgryte
authored
bf3ea77
View commit details
Copy full SHA for bf3ea77
Browse repository at this point
Commits on Jun 14, 2021
PR: Add smallest normal to finfo class (#194)
steff456
authored
8da3d42
View commit details
Copy full SHA for 8da3d42
Browse repository at this point
Update output dtypes for bitwise shift operations (#201)
kgryte
authored
777bece
View commit details
Copy full SHA for 777bece
Browse repository at this point
Add clarification note regarding arithmetic shift (#200)
kgryte
authored
9469487
View commit details
Copy full SHA for 9469487
Browse repository at this point
Commits on Jun 11, 2021
Fix rendering (#198)
kshitij12345
authored
7038c9c
View commit details
Copy full SHA for 7038c9c
Browse repository at this point
Commits on Jun 10, 2021
[Docs] Fix minor rendering bugs (#196)
Show description for 64cad4b
AnirudhDagar
authored
64cad4b
View commit details
Copy full SHA for 64cad4b
Browse repository at this point
Commits on Jun 4, 2021
Fix typo in definition of __lshift__ (#190)
tomwhite
authored
63c592e
View commit details
Copy full SHA for 63c592e
Browse repository at this point
Commits on May 31, 2021
Clarify that constants are Python scalars (#169)
kgryte
authored
192b4d7
View commit details
Copy full SHA for 192b4d7
Browse repository at this point
Commits on May 26, 2021
Improve documentation for `stream` argument to `__dlpack__` (#185)
Show description for e3927fd
rgommers
authored
e3927fd
View commit details
Copy full SHA for e3927fd
Browse repository at this point
Commits on May 25, 2021
Add a requirement for the producer of a DLPack capsule(#186)
leofang
authored
2472846
View commit details
Copy full SHA for 2472846
Browse repository at this point
Commits on May 20, 2021
Fix a typo in the spec (#184)
asmeurer
authored
0429693
View commit details
Copy full SHA for 0429693
Browse repository at this point
Move linear algebra APIs to an extension (#182)
kgryte
authored
03a2b41
View commit details
Copy full SHA for 03a2b41
Browse repository at this point
Commits on May 12, 2021
Fix norm formatting (#181)
leofang
authored
9efd284
View commit details
Copy full SHA for 9efd284
Browse repository at this point
Fix matmul formatting (#179)
leofang
authored
c2ecccc
View commit details
Copy full SHA for c2ecccc
Browse repository at this point
Add linear algebra design principles (#149)
Show description for 83c6be3
kgryte
authored
83c6be3
View commit details
Copy full SHA for 83c6be3
Browse repository at this point
Fix meshgrid formatting (#178)
leofang
authored
d00d255
View commit details
Copy full SHA for d00d255
Browse repository at this point
Add matrix_power specification (#112)
Show description for 30b0391
kgryte
authored
30b0391
View commit details
Copy full SHA for 30b0391
Browse repository at this point
Add specification for computing the number of non-zero singular values of a matrix (linalg: matrix_rank) (#128)
Show description for e0c0c87
kgryte
authored
e0c0c87
View commit details
Copy full SHA for e0c0c87
Browse repository at this point
Add specification for computing the matrix product (linalg: matmul) (#134)
Show description for 7557e69
kgryte
authored
7557e69
View commit details
Copy full SHA for 7557e69
Browse repository at this point
Add specification for computing the eigenvalues of a symmetric matrix (linalg: eigvalsh) (#162)
Show description for a1d00d5
kgryte
authored
a1d00d5
View commit details
Copy full SHA for a1d00d5
Browse repository at this point
Add specification for computing the eigenvalues and eigenvectors of a real symmetric matrix (linalg: eigh) (#161)
Show description for fe3b410
kgryte
authored
fe3b410
View commit details
Copy full SHA for fe3b410
Browse repository at this point
Add specification for computing singular values using singular value decomposition (linalg: svdvals) (#160)
Show description for 3add230
kgryte
authored
3add230
View commit details
Copy full SHA for 3add230
Browse repository at this point
Add specification for computing the qr factorization (#126)
Show description for a33a710
kgryte
authored
a33a710
View commit details
Copy full SHA for a33a710
Browse repository at this point
Add specification for returning the least-squares solution to a linear matrix equation (linalg: lstsq) (#119)
Show description for e32a6a8
kgryte
authored
e32a6a8
View commit details
Copy full SHA for e32a6a8
Browse repository at this point
Add SVD function specification (#114)
Show description for 56ce784
kgryte
and
leofang
authored
56ce784
View commit details
Copy full SHA for 56ce784
Browse repository at this point
Add linalg solve function specification (#115)
Show description for 5677c24
kgryte
authored
5677c24
View commit details
Copy full SHA for 5677c24
Browse repository at this point
Add specification for computing a tensor contraction (linalg: tensordot) (#136)
Show description for 0768fc8
kgryte
authored
0768fc8
View commit details
Copy full SHA for 0768fc8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL