FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Saransh-cpp/array-api · GitHub
Saransh-cpp
/
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 Apr 9, 2025
TYP: fix type signature of eigh
Saransh-cpp
committed
053c8c4
View commit details
Copy full SHA for 053c8c4
Browse repository at this point
Commits on Apr 3, 2025
docs: fix `indexing` kwarg typing in `meshgrid`
Show description for 0941b21
crusaderky
authored
0941b21
View commit details
Copy full SHA for 0941b21
Browse repository at this point
Commits on Feb 27, 2025
docs: fix changelog links
Show description for 772fb46
kgryte
authored
772fb46
View commit details
Copy full SHA for 772fb46
Browse repository at this point
build: create new release
kgryte
committed
aa9e0e9
View commit details
Copy full SHA for aa9e0e9
Browse repository at this point
Commits on Feb 26, 2025
docs: add changelog for v2024.12 specification revision
Show description for 4e402cc
kgryte
authored
4e402cc
View commit details
Copy full SHA for 4e402cc
Browse repository at this point
docs: add design topic on `copy` keyword argument behavior
Show description for c91c82c
kgryte
authored
c91c82c
View commit details
Copy full SHA for c91c82c
Browse repository at this point
fix: address missing `complex` type in applicable function signatures
Show description for 6b8172e
kgryte
authored
6b8172e
View commit details
Copy full SHA for 6b8172e
Browse repository at this point
fix: address typo in return type for `nonzero`
Show description for 8b0852b
kgryte
authored
8b0852b
View commit details
Copy full SHA for 8b0852b
Browse repository at this point
Commits on Feb 22, 2025
feat: add support for integer array indexing
Show description for 0498721
kgryte
and
ev-br
authored
0498721
View commit details
Copy full SHA for 0498721
Browse repository at this point
Commits on Feb 17, 2025
fix: address incorrect boundary conditions in `searchsorted`
Show description for 287b834
kgryte
and
mdhaber
authored
287b834
View commit details
Copy full SHA for 287b834
Browse repository at this point
docs: clarify `clip` behavior when arguments have different data types
Show description for 0a425d1
kgryte
authored
0a425d1
View commit details
Copy full SHA for 0a425d1
Browse repository at this point
docs: clarify the expected results for in-place operations for immutable array libraries
Show description for cfa91d3
kgryte
authored
cfa91d3
View commit details
Copy full SHA for cfa91d3
Browse repository at this point
fix: resolve typo in `broadcast_to` to require an exception
Show description for 407a8ae
kgryte
authored
407a8ae
View commit details
Copy full SHA for 407a8ae
Browse repository at this point
Commits on Feb 6, 2025
docs: clarify that `clip` behavior is undefined when `min` or `max` is outside the bounds of `x`
Show description for f73baff
asmeurer
and
kgryte
authored
f73baff
View commit details
Copy full SHA for f73baff
Browse repository at this point
feat: define complex scalar <op> fp array
Show description for c7476ba
ev-br
and
kgryte
authored
c7476ba
View commit details
Copy full SHA for c7476ba
Browse repository at this point
docs: clarify that `sqrt` must be correctly rounded in accordance with IEEE 754
Show description for 4dccde5
kgryte
authored
4dccde5
View commit details
Copy full SHA for 4dccde5
Browse repository at this point
docs: clarify support for negative indices in `take` and `take_along_axis`
Show description for df8081c
kgryte
authored
df8081c
View commit details
Copy full SHA for df8081c
Browse repository at this point
feat: add support for real-valued arrays in `real` and `conj`
Show description for 071780c
ev-br
and
kgryte
authored
071780c
View commit details
Copy full SHA for 071780c
Browse repository at this point
fix: clarify broadcast behavior in `broadcast_to`
Show description for 4f26831
kgryte
authored
4f26831
View commit details
Copy full SHA for 4f26831
Browse repository at this point
feat!: apply type promotion rules according to the device context
Show description for 7adeae8
kgryte
authored
7adeae8
View commit details
Copy full SHA for 7adeae8
Browse repository at this point
fix: resolve conflicting exception guidance in `__dlpack__`
Show description for b0aacd9
kgryte
authored
b0aacd9
View commit details
Copy full SHA for b0aacd9
Browse repository at this point
feat: add `dtype` kwarg support to `fftfreq` and `rfftfreq`
Show description for 73e7228
kgryte
authored
73e7228
View commit details
Copy full SHA for 73e7228
Browse repository at this point
Commits on Jan 20, 2025
docs: clarify type promotion behavior in `diff`
Show description for 52bbfeb
kgryte
authored
52bbfeb
View commit details
Copy full SHA for 52bbfeb
Browse repository at this point
Commits on Jan 9, 2025
feat: add scalar support to element-wise functions
Show description for 532db5b
kgryte
authored
532db5b
View commit details
Copy full SHA for 532db5b
Browse repository at this point
feat: add scalar support to `where`
Show description for d12a5e3
betatim
and
kgryte
authored
d12a5e3
View commit details
Copy full SHA for d12a5e3
Browse repository at this point
fix: address default value regression for `axis` kwarg in `vecdot`
Show description for fd6f507
kgryte
authored
fd6f507
View commit details
Copy full SHA for fd6f507
Browse repository at this point
docs: clarify behavior when providing a zero-dimensional array to `take`
Show description for 456d186
lucascolley
and
kgryte
authored
456d186
View commit details
Copy full SHA for 456d186
Browse repository at this point
Commits on Jan 6, 2025
feat: add support for scalars in `result_type`
Show description for 7757e67
kgryte
authored
7757e67
View commit details
Copy full SHA for 7757e67
Browse repository at this point
Commits on Dec 12, 2024
feat: add complex dtype support for `mean` (#850)
kgryte
authored
640e6cd
View commit details
Copy full SHA for 640e6cd
Browse repository at this point
fix: clarify that `condition` should have a boolean dtype in `where`
Show description for f7d16ff
lucascolley
and
kgryte
authored
f7d16ff
View commit details
Copy full SHA for f7d16ff
Browse repository at this point
feat: add `cumulative_prod` specification
Show description for c492972
kgryte
authored
c492972
View commit details
Copy full SHA for c492972
Browse repository at this point
feat: add `count_nonzero` to specification
Show description for 5ffffee
kgryte
authored
5ffffee
View commit details
Copy full SHA for 5ffffee
Browse repository at this point
docs: add note regarding unspecified behavior for 0d arrays in `cumulative_sum`
Show description for 5cdcf75
kgryte
authored
5cdcf75
View commit details
Copy full SHA for 5cdcf75
Browse repository at this point
Commits on Dec 11, 2024
docs: clarify that implementations may add additional arguments (#870)
mdhaber
authored
05ec5e7
View commit details
Copy full SHA for 05ec5e7
Browse repository at this point
Commits on Dec 2, 2024
Update copies_views_and_mutation.rst (#865)
Show description for a7bcfe6
minerharry
authored
a7bcfe6
View commit details
Copy full SHA for a7bcfe6
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL