# JAX v0.10.2 — JAX v0.10.2 - Product: JAX (https://whatsnew.fyi/product/jax) - Vendor: Google - Date: 2026-06-17 - Version: v0.10.2 - Original notes: https://github.com/jax-ml/jax/releases/tag/jax-v0.10.2 - Permalink: https://whatsnew.fyi/product/jax/releases/v0.10.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Added jax.scipy.linalg.invhilbert for the closed-form inverse of the Hilbert matrix - **added** — Added jax.scipy.linalg.invpascal for the inverse of the Pascal matrix - **added** — Added jax.scipy.linalg.fiedler_companion for constructing the pentadiagonal Fiedler companion matrix of a polynomial - **added** — Added jax.ShapeDtypeStruct.like as a shortcut for constructing a jax.ShapeDtypeStruct from an object with shape and dtype attributes - **changed** — Improved JAX tracing performance * 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.