array-api icon indicating copy to clipboard operation
array-api copied to clipboard

RFC document, tooling and other content related to the array API standard

Results 181 array-api issues
Sort by recently updated
recently updated
newest added

This PR - resolves https://github.com/data-apis/array-api/issues/629 by adding `3` new APIs to the Array API specification - `top_k`: returns a tuple whose first element is an array containing the top `k`...

API extension
Needs Changes

This RFC requests to include a new API in the array API specification for the purpose of computing the base-2 exponential. ## Overview Based on array comparison [data](https://github.com/data-apis/array-api-comparison/blob/7ecfa9867ec43a28e914b35868c041443d31d772/data/common_apis.csv#L58), the API...

RFC
API extension

This RFC requests to include a new API in the array API specification for the purpose of computing the argument of a complex number. ## Overview Based on array comparison...

RFC
API extension

Some array libraries implement a `.copy()` method ([like NumPy]( https://numpy.org/doc/stable/reference/generated/numpy.copy.html )). While there are some indirect ways to get at this now (`asarray`, `reshape`, etc.), currently the API lacks a...

RFC
API extension
topic: Creation
Needs Discussion

fixes #658 This PR, - [x] Adds a new migration page - [x] Adds the new page under the `Other` heading at the top-level structure The idea is to start...

Narrative Content

Only the default (partial pivoting) algorithm that is implemented in all libraries and for all devices is added here. gh-627 has details on the no-pivoting case, but it's not universally...

API extension
topic: Linear Algebra

Hello, sorry if I'm raising a question that has been raised/addressed, but I [asked the question](https://github.com/numpy/numpy/issues/25576) in Numpy repo, and was directed here. I think these issues in this repo...

This RFC seeks to include a new API in the array API specification for the purpose of computing the log of summed exponentials. ## Overview The Array API specification currently...

RFC
API extension

This RFC requests to include a new API in the array API specification for the purpose of computing the cumulative product. ## Overview Based on array comparison [data](https://github.com/data-apis/array-api-comparison/blob/7ecfa9867ec43a28e914b35868c041443d31d772/data/common_apis.csv#L42), the API...

RFC
API extension
topic: Statistics

This RFC requests to include a new API in the array API specification for the purpose of computing the cube root. ## Overview Based on array comparison [data](https://github.com/data-apis/array-api-comparison/blob/7ecfa9867ec43a28e914b35868c041443d31d772/data/common_apis.csv#L32), the API...

RFC
API extension
Needs Discussion