Skip to content

v5.3.2

Choose a tag to compare

@michael-denyer michael-denyer released this 03 Jun 13:33
· 8 commits to master since this release
d890ea4

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 for jlinalg.dgemm(out=...), jlinalg.svd(compute_uv=...), and the LMM accel functions.
  • AccelImport typed as callable + typed sentinel — type-only (PEP-563 annotations), no runtime effect.

Full details in CHANGELOG.md.