Release v0.13.0
Added
leech predictnow runs a model trained with--signal-context-basesthrough the fast Rust extraction path instead of always falling back to Python.rust/src/inference_pipeline/inference.rsmirrors the per-chunkChunkSpecresolutiondata 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 withtraining.rsand 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