-
Notifications
You must be signed in to change notification settings - Fork 53
Issues: data-apis/array-api
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
RFC: allow scalars and 0D arrays in Changes to existing functions or objects in the API.
RFC
Request for comments. Feature requests and proposed changes.
concat
API change
PyTorch 'meta' device needs per-device capabilities
API change
Changes to existing functions or objects in the API.
#945
opened May 18, 2025 by
crusaderky
DOC: explicitly state that
count_nonzero
with axis=()
is unspecified.
#937
opened May 9, 2025 by
ev-br
What does
matrix_transpose
do when passed an array with fewer than 2 dimensions?
#936
opened May 1, 2025 by
brycelelbach
Add non-symmetric eigenvalue solvers, Request for comments. Feature requests and proposed changes.
eig
/ eivals
, to the linalg extension
RFC
#935
opened Apr 29, 2025 by
ev-br
RFC: define behavior for Request for comments. Feature requests and proposed changes.
__setitem__
when the assigned value promotes to the array's dtype
RFC
RFC: update Request for comments. Feature requests and proposed changes.
topic: Linear Algebra
Linear algebra.
vecdot
to accept keepdims
and axis
to support tuples
RFC
#910
opened Mar 2, 2025 by
mdhaber
RFC: update Request for comments. Feature requests and proposed changes.
full
to accept 0D arrays for fill_value
RFC
#909
opened Feb 28, 2025 by
mdhaber
RFC: specify expected behavior for Request for comments. Feature requests and proposed changes.
matrix_norm
and vector_norm
when provided an empty array
RFC
#901
opened Feb 18, 2025 by
jakevdp
[RFC]: add Needs further discussion.
RFC
Request for comments. Feature requests and proposed changes.
topic: Broadcasting
Array broadcasting.
broadcast_shapes
to the specification
Needs Discussion
On the ambiguity of Lazy and graph-based array implementations.
.shape
behavior
topic: Lazy/Graph
#891
opened Feb 4, 2025 by
ricardoV94
RFC: assignment via integer array indexing
RFC
Request for comments. Feature requests and proposed changes.
#864
opened Nov 28, 2024 by
crusaderky
How to infer appropriate Complex number data types.
topic: Type Promotion
Type promotion.
dtype
from uint
to int
and float
to complex
?
topic: Complex Data Types
Why Static typing.
_types.finfo_object
and _types.iinfo_object
, _array_object._array
does not inherit Protocol
?
topic: Static Typing
#856
opened Nov 24, 2024 by
34j
RFC: add Adds new functions or objects to the API.
RFC
Request for comments. Feature requests and proposed changes.
isin
for elementwise set inclusion test
API extension
Community meetings
Community
Items related to organisational and community engagement topics
#853
opened Nov 12, 2024 by
rgommers
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.