array-api
array-api copied to clipboard
RFC document, tooling and other content related to the array API standard
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`...
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...
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...
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...
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...
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...
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...
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...
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...