Jax: jax-v0.2.28 Release

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

101 Commits in this Release

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

Authored November 19, 2021
Authored January 25, 2022
Authored January 20, 2022
Authored January 21, 2022
Authored January 24, 2022
Authored January 18, 2022
Authored January 25, 2022
Authored January 20, 2022
Authored January 21, 2022
Authored January 20, 2022
Authored January 20, 2022

Top Contributors in jax-v0.2.28

mattjj
jakevdp
yashk2810
hawkinsp
froystig
Edenhofer
a-googler
tlu7
gnecula
GeraldCSC

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.