Skip to content

Release 0.0.47

Choose a tag to compare

@erfanzar erfanzar released this 31 Dec 13:04
· 118 commits to main since this release

Release v0.0.47

  • Fixes false-positive Signature mismatch warnings for ragged_decode_attention during import-time kernel registry validation.
  • Improves type-annotation normalization so equivalent JAX array spellings (Array / jax.Array / jaxlib._jax.Array) don’t trip signature checks when some backends use postponed annotations (from __future__ import annotations).
  • No API changes; this release cleans up diagnostics and makes cross-backend signature validation consistent.

What's Changed

  • Adjust typing a bit by @dlwh in #2

New Contributors

  • @dlwh made their first contribution in #2

Full Changelog: 0.0.45...v0.0.47