gridbook 0.3.0
This release incorporates reviewed contributions from Jason Wong (@jsconsultancy), originally supplied as the JW2026 patch set, together with integration fixes and expanded coverage.
- Aligns ignore matching with compressed-tensors and verifies external codebook provenance before loading.
- Rejects malformed codebooks and incompatible native extensions instead of silently degrading.
- Adds single-launch CUDA FP4 activation QDQ, measured at 15.7–26.3× operator-level speedups during contribution validation.
- Adds an opt-in shared-memory grouped-MoE decode kernel. Jason's Laguna release measured 24.993 versus 23.585 tok/s on GB10, a 5.97% end-to-end improvement.
- Adds explicit, byte-budgeted FP4 stock prefill and stronger extension-cache diagnostics.
- Documents audited GB10 delegated-NVFP4 backend behavior.
The v2 decode kernel remains an explicit opt-in; inherited production dispatch is unchanged. GB10 cc12.1 is validated; cc12.0 remains unexecuted.
Major contributions: Jason Wong (@jsconsultancy) — #3, #4, #6, #7, #8, #9, #10, and #11. Review, integration, test expansion, and release validation: Robert Tand.
Full Changelog: v0.2.0...v0.3.0