Jax: jax-v0.2.28 Release

Release date:
February 2, 2022
Previous version:
jax-v0.2.27 (released January 18, 2022)
Magnitude:
829 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

13 Commits in this Release

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

Top Contributors in jax-v0.2.28

Edenhofer
yashk2810
mattjj
allenlavoie
NeilGirdhar
antalszava

Directory Browser for jax-v0.2.28

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.
    • jax.jit(f).lower(...).compiler_ir() now defaults to the MHLO dialect if no dialect= is passed.
    • The jax.jit(f).lower(...).compiler_ir(dialect='mhlo') now returns an MLIR ir.Module object instead of its string representation.