Jax: jax-v0.3.17 Release

Release date:
August 31, 2022
Previous version:
jax-v0.3.16 (released August 11, 2022)
Magnitude:
20,878 Diff Delta
Contributors:
31 total committers
Data confidence:
Commits:

184 Commits in this Release

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

Authored August 20, 2022
Authored August 22, 2022
Authored August 3, 2022
Authored August 11, 2022
Authored August 16, 2022
Authored August 18, 2022
Authored August 26, 2022
Authored August 18, 2022
Authored August 11, 2022
Authored August 17, 2022
Authored August 12, 2022

Top Contributors in jax-v0.3.17

froystig
yashk2810
hawkinsp
mattjj
sharadmv
a-googler
jakevdp
marcvanzee
denizokt
apaszke

Directory Browser for jax-v0.3.17

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • GitHub commits.
  • Bugs
    • Fix corner case issue in gradient of lax.pow with an exponent of zero (#12041)
  • Breaking changes
    • jax.checkpoint, also known as jax.remat, no longer supports the concrete option, following the previous version's deprecation; see JEP 11830.
  • Changes
    • Added jax.pure_callback that enables calling back to pure Python functions from compiled functions (e.g. functions decorated with jax.jit or jax.pmap).
  • Deprecations:
    • The deprecated DeviceArray.tile() method has been removed. Use jax.numpy.tile (#11944).
    • DeviceArray.to_py() has been deprecated. Use np.asarray(x) instead.