Jax: jax-v0.5.3 Release

Release date:
March 19, 2025
Previous version:
jax-v0.5.2 (released March 4, 2025)
Magnitude:
40,549 Diff Delta
Contributors:
72 total committers
Data confidence:
Commits:

419 Commits in this Release

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

Authored February 13, 2025
Authored February 5, 2025
Authored February 13, 2025
Authored March 5, 2025
Authored March 5, 2025

Top Contributors in jax-v0.5.3

apaszke
yashk2810
sharadmv
wenscarl
dfm
a-googler
bchetioui
gspschmid
superbobry
jburnim

Directory Browser for jax-v0.5.3

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 a allow_negative_indices option to jax.lax.dynamic_slice, jax.lax.dynamic_update_slice and related functions. The default is true, matching the current behavior. If set to false, JAX does not need to emit code clamping negative indices, which improves code size.
    • Added a replace option to jax.random.categorical to enable sampling without replacement.