113 wires and counting

$ follow Google

Keep up with Google in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-31
stories 3

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

JAX fixes arg_exclude_mask initialization and updates XLA dependency

By RepoJournal · Filed · About Google

JAX corrects arg_exclude_mask value initialization when exclude_argnames is None and moves to a new XLA revision.

JAX fixed the initialization of arg_exclude_mask when exclude_argnames is None, ensuring the mask is set with the correct values in that case [1]. The same change appears in a separate commit [2], both addressing the same behavior for callers who omit exclude_argnames. Separately, the XLA dependency now points to revision 496bd4bd49db9ecbffd85da630b49c860b724604 [3], pulling in the latest XLA changes with the next JAX build. The fix matters for code that relies on the default masking behavior, since the mask previously may have held incorrect values when exclude_argnames was not supplied. No breaking changes accompany either update.

Quick answers

What shipped in Google on August 31, 2026?
JAX corrects arg_exclude_mask value initialization when exclude_argnames is None and moves to a new XLA revision. In total, 2 commits and 1 pull requests landed.
Who contributed to Google on August 31, 2026?
3 developers shipped this update, including copybara-service, Yash Katariya, and jax authors.
What were the notable Google updates?
Initialize arg_exclude_mask with the correct values if exclude_argnames is None, Initialize arg_exclude_mask with the correct values if exclude_argnames is None, and Update XLA dependency to use revision http://github.com/openxla/xla/commit/496bd4bd49db9ecbffd85da630b49c860b724604.