Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.28 KB

File metadata and controls

39 lines (23 loc) · 1.28 KB

Next

v1.4.0 (10-31-2025)

  • Support for Mojo v0.25.6
  • Improved benchmarking pipeline via pixi run bench-all-cpu and pixi run bench-all-gpu

v1.3.1 (07-23-2025)

  • Revert to lockfile from v1.2.1 to workaround modular-community package regex and conda channel ordering.

v1.3.0 (07-21-2025)

  • Switch to using signed ints instead of unsigned for semi-global
  • Fix alignment score check used to decided whether or not to do the reverse alignment for semi-global and local alignment
  • Allow specifying simd width via a flag at comple time
  • Fix / updates the bench_aligner for current stable Mojo

v1.2.1 (06-25-2025)

  • Fixed bug in logging module related to update from Mojo 24.3 to 24.4 replacing write_args.

v1.2.0 (06-19-2025)

  • Upgrade to Mojo 25.4
  • Fix issue with AVX512 via PR
  • Apply suggestion from @soraros to use llvm intrinsic for saturating add and subtract

v1.1.1 (06-07-2025)

  • Added a compile time ISH_SIMD_TARGET flag that can be set to baseline to force ish to use SSE sized widths.

v1.1.0 (06-07-2025)