To what extent is the sparse.BCOO API subject to change?
#32816
-
|
I'm thinking about starting to use If anyone clued into the development of I ask partly because I was surprised that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
We're no longer actively developing Note that by the strict reading of our API compatibility policy, anything under But since |
Beta Was this translation helpful? Give feedback.
We're no longer actively developing
jax.experimental.sparse, so it's unlikely to change significantly.Note that by the strict reading of our API compatibility policy, anything under
jax.experimental.sparsemay be changed or removed without notice: https://docs.jax.dev/en/latest/api_compatibility.html#experimental-and-example-librariesBut since
jax.experimental.sparseis fairly widely used at this point, we have no plans to remove it, and if we did it would come with a lengthy deprecation period and/or alternative API.