# JAX v0.4.33 — JAX release v0.4.33 - Product: JAX (https://whatsnew.fyi/product/jax) - Vendor: Google - Date: 2024-09-16 - Version: v0.4.33 - Original notes: https://github.com/jax-ml/jax/releases/tag/jax-v0.4.33 - Permalink: https://whatsnew.fyi/product/jax/releases/v0.4.33 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'. --- - **fixed** — Fix TPU data corruption bug in libtpu that occurred when multiple TPU slices were present in the same job - **fixed** — Fix inaccurate result for F64 tanh on CPU This is a patch release on top of jax 0.4.32, that fixes two bugs found in that release. A TPU-only data corruption bug was found in the version of libtpu pinned by JAX 0.4.32, which manifested only if multiple TPU slices were present in the same job, for example, if training on multiple v5e slices. This release fixes that issue by pinning a fixed version of `libtpu-nightly`. This release also fixes an inaccurate result for F64 tanh on CPU (#23590).