Jax: jax-v0.10.2 Release

Release date:
June 17, 2026
Previous version:
jax-v0.10.1 (released May 18, 2026)
Magnitude:
28,770 Diff Delta
Contributors:
49 total committers
Data confidence:
Commits:

456 Commits in this Release

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

Authored May 22, 2026
Authored May 22, 2026
Authored May 15, 2026
Authored May 19, 2026
Authored May 18, 2026
Authored June 8, 2026
Authored June 2, 2026

Top Contributors in jax-v0.10.2

hawkinsp
superbobry
yashk2810
a-googler
dougalm
gnecula
jburnim
allanrenucci
jakevdp
bchetioui

Directory Browser for jax-v0.10.2

All files are compared to previous version, jax-v0.10.1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

  • New features
    • Added jax.scipy.linalg.invhilbert for the closed-form inverse of the Hilbert matrix ({jax-issue}#10144).
    • Added jax.scipy.linalg.invpascal for the inverse of the Pascal matrix (#10144).
    • Added jax.scipy.linalg.fiedler_companion for constructing the pentadiagonal Fiedler companion matrix of a polynomial (#10144).
    • Added jax.ShapeDtypeStruct.like -- a shortcut for constructing a jax.ShapeDtypeStruct from an object with shape and dtype attributes.
  • We have made a number of improvements to JAX tracing performance.