v5.3.2
Patch release — internal tooling and type-stub fixes. No API or runtime behavior change.
Highlights
- Static type checking added to CI (pyrefly gate with a committed baseline).
- Corrected & completed C-extension type stubs (
_jlinalg.pyi,_lmm_accel.pyi) — these ship in the wheel, so library consumers get accurate IDE autocomplete and type-checking forjlinalg.dgemm(out=...),jlinalg.svd(compute_uv=...), and the LMM accel functions. AccelImporttyped as callable + typed sentinel — type-only (PEP-563 annotations), no runtime effect.
Full details in CHANGELOG.md.