Skip to content

Commit 0ee9d6a

Browse files
committed
Update the note about non-submodule packages in the docs
1 parent 3c2f120 commit 0ee9d6a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: docs/index.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This is a small wrapper around common array libraries that is compatible with
44
the [Array API standard](https://data-apis.org/array-api/latest/). Currently,
5-
NumPy, CuPy, PyTorch, Dask, JAX, and Sparse are supported. If you want support
6-
for other array libraries, or if you encounter any issues, please [open an
7-
issue](https://github.com/data-apis/array-api-compat/issues).
5+
NumPy, CuPy, PyTorch, Dask, JAX, ndonnx, and Sparse are supported. If you want
6+
support for other array libraries, or if you encounter any issues, please
7+
[open an issue](https://github.com/data-apis/array-api-compat/issues).
88

99
Note that some of the functionality in this library is backwards incompatible
1010
with the corresponding wrapped libraries. The end-goal is to eventually make
@@ -61,10 +61,11 @@ import array_api_compat.dask as da
6161
```
6262

6363
```{note}
64-
There is no `array_api_compat.jax` submodule. JAX support is contained in JAX
65-
itself in the `jax.experimental.array_api` module. array-api-compat simply
66-
wraps that submodule. The main JAX support in this module consists of
67-
supporting it in the [helper functions](helper-functions).
64+
There are no `array_api_compat` submodules for JAX, sparse, or ndonnx. These
65+
support for these libraries is contained in the libraries themselves (JAX
66+
support is in the `jax.experimental.array_api` module). The
67+
array-api-compat support for these libraries consists of supporting them in
68+
the [helper functions](helper-functions).
6869
```
6970

7071
Each will include all the functions from the normal NumPy/CuPy/PyTorch/dask.array

0 commit comments

Comments
 (0)