Jax: jax-v0.2.26 Release

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

24 Commits in this Release

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

Authored October 26, 2021
Authored October 20, 2021
Authored October 27, 2021
Authored October 28, 2021
Authored October 20, 2021
Authored October 27, 2021

Top Contributors in jax-v0.2.26

jakevdp
mattjj
zhangqiaorjc
sharadmv
a-googler
jekbradbury

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).