add jax.block_until_ready to docs and changelog

also unrelatedly fix a couple of the uses of rst in changelog.md (though
many others remain)
This commit is contained in:
Matthew Johnson 2021-12-14 13:36:46 -08:00
parent d6223cd4f8
commit 0c68605bf1
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,9 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
Additionally, added documentation for how to implement the old behavior Additionally, added documentation for how to implement the old behavior
using JAX custom AD APIs ({jax-issue}`#7839`). using JAX custom AD APIs ({jax-issue}`#7839`).
* New features:
* add `jax.block_until_ready` ({jax-issue}`#8941)
## jaxlib 0.1.76 (Unreleased) ## jaxlib 0.1.76 (Unreleased)
## jaxlib 0.1.75 (Dec 8, 2021) ## jaxlib 0.1.75 (Dec 8, 2021)

View File

@ -101,6 +101,7 @@ Parallelization (:code:`pmap`)
.. autofunction:: device_put_replicated .. autofunction:: device_put_replicated
.. autofunction:: device_put_sharded .. autofunction:: device_put_sharded
.. autofunction:: device_get .. autofunction:: device_get
.. autofunction:: block_until_ready
.. autofunction:: default_backend .. autofunction:: default_backend
.. autofunction:: named_call .. autofunction:: named_call