JAX v0.5.3
-
New Features
- Added a
allow_negative_indicesoption tojax.lax.dynamic_slice,
jax.lax.dynamic_update_sliceand 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
replaceoption tojax.random.categoricalto enable sampling
without replacement.
- Added a