FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · JuliaPoo/array-api · GitHub
JuliaPoo
/
array-api
Public
forked from
data-apis/array-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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 May 22, 2024
Fixes to the array-api stubs (#806)
Show description for 25e7177
asmeurer
authored
25e7177
View commit details
Copy full SHA for 25e7177
Browse repository at this point
Commits on May 2, 2024
feat: add `nextafter` to specification
Show description for cee4167
kgryte
authored
cee4167
View commit details
Copy full SHA for cee4167
Browse repository at this point
feat: add `max rank` to inspection API capabilities
Show description for 6a5767a
kgryte
authored
6a5767a
View commit details
Copy full SHA for 6a5767a
Browse repository at this point
Commits on Apr 30, 2024
build: fix requirements to work with conda
Show description for 69e2733
asmeurer
authored
69e2733
View commit details
Copy full SHA for 69e2733
Browse repository at this point
Commits on Apr 25, 2024
Add missing return type hint to tile() (#798)
Show description for 63633e7
asmeurer
authored
63633e7
View commit details
Copy full SHA for 63633e7
Browse repository at this point
Commits on Apr 10, 2024
Corrected typo in `__bool__` with backport (#785)
Micky774
authored
65d3102
View commit details
Copy full SHA for 65d3102
Browse repository at this point
Commits on Apr 4, 2024
docs: fix typo in the changelog
Show description for 91ff864
asmeurer
authored
91ff864
View commit details
Copy full SHA for 91ff864
Browse repository at this point
Commits on Mar 21, 2024
docs: fix equation rendering in `linalg.cholesky` (#762)
Show description for 630149c
kgryte
authored
630149c
View commit details
Copy full SHA for 630149c
Browse repository at this point
Commits on Mar 5, 2024
Fix version switcher by using sphinxcontrib-jquery (#758)
Show description for c305b82
rgommers
authored
c305b82
View commit details
Copy full SHA for c305b82
Browse repository at this point
Commits on Feb 29, 2024
Bump Sphinx and sphinx-material versions to latest releases (#757)
rgommers
authored
fa04c35
View commit details
Copy full SHA for fa04c35
Browse repository at this point
Commits on Feb 26, 2024
Merge pull request #755 to create 2023.12 release
Show description for ea6a47f
kgryte
authored
ea6a47f
View commit details
Copy full SHA for ea6a47f
Browse repository at this point
chore: remove files
kgryte
committed
f63e9fd
View commit details
Copy full SHA for f63e9fd
Browse repository at this point
build: update list of ignored files
kgryte
committed
2f95e0b
View commit details
Copy full SHA for 2f95e0b
Browse repository at this point
Copy 2023.12 as draft with preserved Git history
kgryte
committed
9b55f9b
View commit details
Copy full SHA for 9b55f9b
Browse repository at this point
Empty commit for draft at 2023.12
kgryte
committed
ef81ddf
View commit details
Copy full SHA for ef81ddf
Browse repository at this point
build: create new release
kgryte
committed
fbc9dde
View commit details
Copy full SHA for fbc9dde
Browse repository at this point
docs: add changelog for v2023.12 specification revision
Show description for cb44271
kgryte
authored
cb44271
View commit details
Copy full SHA for cb44271
Browse repository at this point
Commits on Feb 22, 2024
Add `repeat` to the specification (#690)
kgryte
authored
9d200ea
View commit details
Copy full SHA for 9d200ea
Browse repository at this point
docs: clarify shape of `values` and order of `counts` (#752)
kgryte
authored
11273e6
View commit details
Copy full SHA for 11273e6
Browse repository at this point
docs: add note concerning signed zeros (#751)
kgryte
authored
6e9c487
View commit details
Copy full SHA for 6e9c487
Browse repository at this point
Commits on Feb 21, 2024
Add `hypot` specification for computing the square root of the sum of squares (#703)
kgryte
authored
bc48a1a
View commit details
Copy full SHA for bc48a1a
Browse repository at this point
Commits on Feb 16, 2024
Add recommendation on what to do with DLPack read-only flag (#749)
Show description for ba787e3
rgommers
authored
ba787e3
View commit details
Copy full SHA for ba787e3
Browse repository at this point
Commits on Feb 14, 2024
Add Array API inspection utilities (#689)
kgryte
authored
cc11aa3
View commit details
Copy full SHA for cc11aa3
Browse repository at this point
Support `copy` and `device` keywords in `from_dlpack` (#741)
Show description for 71b01c1
leofang
and
rgommers
authored
71b01c1
View commit details
Copy full SHA for 71b01c1
Browse repository at this point
docs: clarify `s` and `axes` in FFT guidance
Show description for 474ec2b
leofang
and
kgryte
authored
474ec2b
View commit details
Copy full SHA for 474ec2b
Browse repository at this point
Commits on Feb 13, 2024
feat!: restrict `axis` kwarg to negative integers in vecdot and cross
Show description for 1745c88
asmeurer
authored
1745c88
View commit details
Copy full SHA for 1745c88
Browse repository at this point
feat!: change default promotion behavior in summation APIs
Show description for 7274050
rgommers
and
kgryte
authored
7274050
View commit details
Copy full SHA for 7274050
Browse repository at this point
docs: reorganize data type specification guidance
Show description for 2404c99
rgommers
and
kgryte
authored
2404c99
View commit details
Copy full SHA for 2404c99
Browse repository at this point
Commits on Feb 9, 2024
Add note regarding copy behavior when moving to same device (#742)
Show description for a902944
kgryte
authored
a902944
View commit details
Copy full SHA for a902944
Browse repository at this point
Add versioning support to DLPack APIs (#602)
Show description for 83420d2
authored
83420d2
View commit details
Copy full SHA for 83420d2
Browse repository at this point
Commits on Feb 8, 2024
Fix typo in FFT guidance
Show description for 425e9eb
leofang
authored
425e9eb
View commit details
Copy full SHA for 425e9eb
Browse repository at this point
Clarify specification guidance in FFT functions
Show description for 937d3b8
authored
937d3b8
View commit details
Copy full SHA for 937d3b8
Browse repository at this point
Commits on Jan 25, 2024
Fix wording for comparison operators
Show description for 95332bb
hameerabbasi
and
kgryte
authored
95332bb
View commit details
Copy full SHA for 95332bb
Browse repository at this point
Commits on Jan 22, 2024
Upgrade Sphinx version used in doc deployment (#735)
Show description for 293512d
rgommers
authored
293512d
View commit details
Copy full SHA for 293512d
Browse repository at this point
Clarify guidance in the "function and method signatures" section
Show description for 0cde841
rgommers
authored
0cde841
View commit details
Copy full SHA for 0cde841
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL