Skip to content

0.9.1

Choose a tag to compare

@jlogan03 jlogan03 released this 31 Dec 17:44
· 4 commits to main since this release
e0c8649

0.9.1 2025-12-31

Changed

  • Rust
    • Remove explicit const-unrolling for shallow loops (eliminates nested const-unrolling)
      • Improves compile time
      • Minimal effect on performance in Rust benchmarks
      • About 20% improvement for single-sample throughput from Python
  • Python
    • Lock python package version to rust version
    • Improve handling of __version__ when package is not present