Skip to content

Pull requests: data-apis/array-api

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

docs: add note that cross-kind comparisons are undefined Narrative Content Narrative documentation content. Needs Changes Pull request which needs changes before being merged.
#822 opened Jul 15, 2024 by asmeurer Loading… v2024
docs: add note that iteration is defined for 1-D arrays Narrative Content Narrative documentation content. Needs Discussion Needs further discussion.
#821 opened Jul 15, 2024 by asmeurer Loading… v2024
Clarify that clip() behavior is undefined when min or max is outside the bounds of x Narrative Content Narrative documentation content. Needs Discussion Needs further discussion. topic: Type Promotion Type promotion.
#814 opened Jun 13, 2024 by asmeurer Loading… v2024
feat!: allow clip to have int min or max when x is floating-point API change Changes to existing functions or objects in the API.
#811 opened Jun 4, 2024 by asmeurer Loading… v2024
feat: add count_nonzero to specification API extension Adds new functions or objects to the API. Needs Changes Pull request which needs changes before being merged.
#803 opened May 2, 2024 by kgryte Loading… v2024
feat: add cumulative_prod specification API extension Adds new functions or objects to the API. Needs Changes Pull request which needs changes before being merged. Needs Review Pull request which needs review. topic: Statistics Statistics.
#793 opened Apr 18, 2024 by kgryte Loading… v2024
Replace int with SupportsIndex in indexing methods hints API extension Adds new functions or objects to the API. Needs Review Pull request which needs review. topic: Indexing Array indexing.
#766 opened Mar 21, 2024 by honno Loading…
Add API specifications for returning the k largest elements API extension Adds new functions or objects to the API. Needs Changes Pull request which needs changes before being merged.
#722 opened Dec 14, 2023 by kgryte Loading… v2024
Array namespace topic: Static Typing Static typing.
#685 opened Sep 12, 2023 by nstarman Draft
Add migration guide page Narrative Content Narrative documentation content.
#668 opened Jul 30, 2023 by steff456 Loading…
2 tasks done
v2024
Add a linalg.lu function for the LU decomposition API extension Adds new functions or objects to the API. topic: Linear Algebra Linear algebra.
#630 opened May 18, 2023 by rgommers Draft v2024
Add compatibility tables to rendered specification Deployment Specification deployment (e.g., to a website).
#607 opened Mar 6, 2023 by kgryte Loading…
Add an Array Protocol & improve static typing support RFC Request for comments. Feature requests and proposed changes. topic: Static Typing Static typing.
#589 opened Feb 5, 2023 by nstarman Loading… v2024
Stubs package prototype
#472 opened Aug 15, 2022 by honno Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.