Skip to content

Releases: google/jax

Jaxlib release v0.4.16

19 Sep 01:49
Compare
Choose a tag to compare
jaxlib-v0.4.16

jaxlib version 0.4.16

Jax release v0.4.16

19 Sep 01:49
Compare
Choose a tag to compare
jax-v0.4.16

jax version 0.4.16

jaxlib release v0.4.14

27 Jul 23:20
Compare
Choose a tag to compare
jaxlib-v0.4.14

jaxlib version 0.4.14

JAX release v0.4.14

27 Jul 23:20
Compare
Choose a tag to compare
jax-v0.4.14

jax version 0.4.14

jaxlib release v0.4.13

23 Jun 00:52
Compare
Choose a tag to compare
  • Changes

    • Added Windows CPU-only wheels to the jaxlib Pypi release.
  • Bug fixes

    • __cuda_array_interface__ was broken in previous jaxlib versions and is now
      fixed ({jax-issue}16440).
    • Concurrent CUDA kernel tracing is now enabled by default on NVIDIA GPUs.

JAX release v0.4.13

23 Jun 00:53
Compare
Choose a tag to compare

NOTE: This is the last JAX release that will include Python 3.8 support

  • Changes

    • jax.jit now allows None to be passed to in_shardings and
      out_shardings. The semantics are as follows:
      • For in_shardings, JAX will mark is as replicated but this behavior
        can change in the future.
      • For out_shardings, we will rely on the XLA GSPMD partitioner to
        determine the output shardings.
    • jax.experimental.pjit.pjit also allows None to be passed to
      in_shardings and out_shardings. The semantics are as follows:
      • If the mesh context manager is not provided, JAX has the freedom to
        choose whatever sharding it wants.
        • For in_shardings, JAX will mark is as replicated but this behavior
          can change in the future.
        • For out_shardings, we will rely on the XLA GSPMD partitioner to
          determine the output shardings.
      • If the mesh context manager is provided, None will imply that the value
        will be replicated on all devices of the mesh.
    • Executable.cost_analysis() works on Cloud TPU
    • Added a warning if a non-allowlisted jaxlib plugin is in use.
    • Added jax.tree_util.tree_leaves_with_path.
  • Bug fixes

    • Fixed incorrect wheel name in CUDA 12 releases (#16362); the correct wheel
      is named cudnn89 instead of cudnn88.
  • Deprecations

    • The native_serialization_strict_checks parameter to
      {func}jax.experimental.jax2tf.convert is deprecated in favor of the
      new native_serializaation_disabled_checks ({jax-issue}#16347).

jaxlib release v0.4.12

08 Jun 23:51
Compare
Choose a tag to compare
jaxlib-v0.4.12

jaxlib version 0.4.12

JAX release v0.4.12

08 Jun 23:51
Compare
Choose a tag to compare
jax-v0.4.12

jax version 0.4.12

Jaxlib release v0.4.11

01 Jun 06:29
Compare
Choose a tag to compare
jaxlib-v0.4.11

jaxlib version 0.4.11

Jax release v0.4.11

01 Jun 06:29
Compare
Choose a tag to compare
jax-v0.4.11

jax version 0.4.11