Jax: jax-v0.3.16 Release

Release date:
August 11, 2022
Previous version:
jax-v0.3.15 (released July 22, 2022)
Magnitude:
16,659 Diff Delta
Contributors:
29 total committers
Data confidence:
Commits:

167 Commits in this Release

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

Authored July 29, 2022
Authored August 1, 2022
Authored July 24, 2022
Authored July 26, 2022
Authored July 29, 2022
Authored July 26, 2022
Authored August 8, 2022
Authored August 6, 2022
Authored February 16, 2022
Authored August 4, 2022
Authored August 5, 2022
Authored August 5, 2022
Authored August 8, 2022
Authored July 12, 2022
Authored August 4, 2022

Top Contributors in jax-v0.3.16

sharadmv
yashk2810
mattjj
hawkinsp
gnecula
jakevdp
LenaMartens
froystig
marcvanzee
NeilGirdhar

Directory Browser for jax-v0.3.16

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.
  • Breaking changes
    • Support for NumPy 1.19 has been dropped, per the deprecation policy. Please upgrade to NumPy 1.20 or newer.
  • Changes
    • Added jax.debug that includes utilities for runtime value debugging such at jax.debug.print and jax.debug.breakpoint.
    • Added new documentation for runtime value debugging
  • Deprecations
    • jax.mask jax.shapecheck APIs have been removed. See #11557.
    • jax.experimental.loops has been removed. See #10278 for an alternative API.
    • jax.tree_util.tree_multimap has been removed. It has been deprecated since JAX release 0.3.5, and jax.tree_util.tree_map is a direct replacement.
    • Removed jax.experimental.stax; it has long been a deprecated alias of jax.example_libraries.stax.
    • Removed jax.experimental.optimizers; it has long been a deprecated alias of jax.example_libraries.optimizers.
    • jax.checkpoint, also known as jax.remat, has a new implementation switched on by default, meaning the old implementation is deprecated; see JEP 11830.