v0.4.28
JAX v0.4.28
Changed 1
- The minimum jaxlib version of this release is 0.4.27
Fixed 1
- Reverted a change to make_jaxpr that was breaking Equinox
Removed 2
- The kind argument to jax.numpy.sort and jax.numpy.argsort is now removed, use stable=True or stable=False instead
- Removed get_compute_capability from the jax.experimental.pallas.gpu module, use the compute_capability attribute of a GPU device instead
-
Bug fixes
- Reverted a change to
make_jaxprthat was breaking Equinox (#21116).
- Reverted a change to
-
Deprecations & removals
- The
kindargument tojax.numpy.sortandjax.numpy.argsortis now removed. Usestable=Trueorstable=Falseinstead. - Removed
get_compute_capabilityfrom thejax.experimental.pallas.gpumodule. Use thecompute_capabilityattribute of a GPU device, returned byjax.devicesorjax.local_devices, instead.
- The
-
Changes
- The minimum jaxlib version of this release is 0.4.27.