Skip to content

Releases: google/jax

Jax release v0.3.25

15 Nov 15:32
Compare
Choose a tag to compare
jax-v0.3.25

jax version 0.3.25

Jaxlib release v0.3.24

04 Nov 14:51
Compare
Choose a tag to compare
jaxlib-v0.3.24

jaxlib version 0.3.24

Jax release v0.3.24

04 Nov 14:50
Compare
Choose a tag to compare
jax-v0.3.24

jax version 0.3.24

jax-v0.3.23

12 Oct 18:07
Compare
Choose a tag to compare
  • Changes
    • Update Colab TPU driver version for new jaxlib release.

jaxlib-v0.3.22

11 Oct 21:34
Compare
Choose a tag to compare
jaxlib version 0.3.22

jax-v0.3.22

11 Oct 21:34
Compare
Choose a tag to compare
  • Changes
    • Add JAX_PLATFORMS=tpu,cpu as default setting in TPU initialization,
      so JAX will raise an error if TPU cannot be initialized instead of falling
      back to CPU. Set JAX_PLATFORMS='' to override this behavior and automatically
      choose an available backend (the original default), or set JAX_PLATFORMS=cpu
      to always use CPU regardless of if the TPU is available.
  • Deprecations
    • Several test utilities deprecated in JAX v0.3.8 are now removed from
      {mod}jax.test_util.

JAX release v0.3.21

03 Oct 17:29
Compare
Choose a tag to compare
  • Changes
    • The persistent compilation cache will now warn instead of raising an
      exception on error ({jax-issue}#12582), so program execution can continue
      if something goes wrong with the cache. Set
      JAX_RAISE_PERSISTENT_CACHE_ERRORS=true to revert this behavior.

jaxlib release v0.3.20

28 Sep 18:07
Compare
Choose a tag to compare

Notable changes:

  • Fixes support for limiting the visible CUDA devices viajax_cuda_visible_devices in distributed jobs. This functionality is needed for the JAX/SLURM integration on GPU (#12533).

JAX release v0.3.20

28 Sep 18:08
Compare
Choose a tag to compare

Notable changes:

  • Adds missing .pyi files that were missing from the previous release (#12536).
  • Fixes an incompatibility between jax 0.3.19 and the libtpu version it pinned (#12550). Requires jaxlib 0.3.20.
  • Fix incorrect pip url in setup.py comment (#12528).

JAX release v0.3.19

27 Sep 17:56
Compare
Choose a tag to compare

Fixes the required jaxlib version