Release 0.0.47
Release v0.0.47
- Fixes false-positive
Signature mismatchwarnings forragged_decode_attentionduring 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
New Contributors
Full Changelog: 0.0.45...v0.0.47