Skip to content

Release v0.13.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 02:30
· 15 commits to main since this release

Added

  • leech predict now runs a model trained with --signal-context-bases through the fast Rust extraction path instead of always falling back to Python. rust/src/inference_pipeline/inference.rs mirrors the per-chunk ChunkSpec resolution data prepare's Rust path already used (issue #278): for a base-defined window it resolves the sample interval via a base-to-signal map lookup shared with training.rs and cuts with a spec cloned just for that chunk. Predict's Rust and Python paths now produce byte-identical signal windows for such a model, held equal by a new backend-parity test. ((#342))

What's Changed

Other Changes

  • feat(predict): implement signal-context-bases on Rust inference path by @jayhesselberth in #342

Full Changelog: v0.12.3...v0.13.0