Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JAX v0.5.3 source code.tar.gz | 2025-03-19 | 15.9 MB | |
JAX v0.5.3 source code.zip | 2025-03-19 | 16.9 MB | |
README.md | 2025-03-19 | 414 Bytes | |
Totals: 3 Items | 32.9 MB | 0 |
-
New Features
-
Added a
allow_negative_indices
option tojax.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 tojax.random.categorical
to enable sampling without replacement.