Jax: jax-v0.2.26 Release

Release date:
December 8, 2021
Previous version:
jax-v0.2.25 (released October 25, 2021)
Magnitude:
29,514 Diff Delta
Contributors:
27 total committers
Data confidence:
Commits:

281 Commits in this Release

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

Authored October 29, 2021
Authored December 1, 2021
Authored November 18, 2021
Authored December 2, 2021
Authored November 22, 2021
Authored November 15, 2021
Authored October 29, 2021
Authored November 2, 2021
Authored November 16, 2021
Authored November 12, 2021
Authored December 6, 2021
Authored November 18, 2021

Top Contributors in jax-v0.2.26

hawkinsp
jakevdp
yashk2810
mattjj
gnecula
marcvanzee
a-googler
froystig
tlu7
zhangqiaorjc

Directory Browser for jax-v0.2.26

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

Release Notes Published

  • Bug fixes:

  • Out-of-bounds indices to jax.ops.segment_sum will now be handled with FILL_OR_DROP semantics, as documented. This primarily afects the reverse-mode derivative, where gradients corresponding to out-of-bounds indices will now be returned as 0. (#8634).

  • jax2tf will force the converted code to use XLA for the code fragments under jax.jit, e.g., most jax.numpy functions (#7839).