Jax: jax-v0.6.1 Release

Release date:
May 25, 2025
Previous version:
jax-v0.6.0 (released April 22, 2025)
Magnitude:
50,833 Diff Delta
Contributors:
82 total committers
Data confidence:
Commits:

625 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored April 17, 2025
Authored April 24, 2025
Authored April 3, 2025
Authored May 8, 2025
Authored April 17, 2025
Authored April 29, 2025
Authored April 25, 2025
Authored April 29, 2025

Top Contributors in jax-v0.6.1

yashk2810
mattjj
dfm
hawkinsp
apaszke
justinjfu
superbobry
sharadmv
jakevdp
a-googler

Directory Browser for jax-v0.6.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • New features:

    • Added jax.lax.axis_size which returns the size of the mapped axis given its name.
  • Changes

    • Additional checking for the versions of CUDA package dependencies was reenabled, having been accidentally disabled in a previous release.
    • JAX nightly packages are now published to artifact registry. To install these packages, see the JAX installation guide.
    • jax.sharding.PartitionSpec no longer inherits from a tuple.
    • jax.ShapeDtypeStruct is immutable now. Please use .update method to update your ShapeDtypeStruct instead of doing in-place updates.
  • Deprecations

    • jax.custom_derivatives.custom_jvp_call_jaxpr_p is deprecated, and will be removed in JAX v0.7.0.