[JAX] Add release note for the graduration of the experimental.ann module.

PiperOrigin-RevId: 431951602
This commit is contained in:
jax authors 2022-03-02 08:58:22 -08:00
parent 3766dd2120
commit fb44d7c12f

View File

@ -16,6 +16,8 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
deprecated in 0.2.22, have been removed. Please use
[the `.at` property on JAX arrays](https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.ndarray.at.html)
instead, e.g., `x.at[idx].set(y)`.
* Moved `jax.experimental.ann.approx_*_k` into `jax.lax`. These functions are
optimized alternatives to `jax.lax.top_k`.
## jaxlib 0.3.1 (Unreleased)