-
Bug fixes
- Reverted a change to
make_jaxpr
that was breaking Equinox (#21116).
- Reverted a change to
-
Deprecations & removals
- The
kind
argument tojax.numpy.sort
andjax.numpy.argsort
is now removed. Usestable=True
orstable=False
instead. - Removed
get_compute_capability
from thejax.experimental.pallas.gpu
module. Use thecompute_capability
attribute of a GPU device, returned
byjax.devices
orjax.local_devices
, instead.
- The
-
Changes
- The minimum jaxlib version of this release is 0.4.27.