Skip to content

Jax release v0.2.24

Compare
Choose a tag to compare
@yashk2810 yashk2810 released this 19 Oct 15:06
· 11248 commits to main since this release
  • New features:
    • jax.random.choice and jax.random.permutation now support
      multidimensional arrays and an optional axis argument (#8158)
  • Breaking changes:
    • jax.numpy.take and jax.numpy.take_along_axis now require array-like inputs
      (see #7737)