* Make Onnx loader operator set aware, and Slice-10 support. * Cost now reports Delay ops buffer size * Bump dependencies (protobuf) and fix codegen * Windows CI now performs a top-level "cargo check"
0.5.1
Bugfix
* remove the no_panic checks, as too fragile (breaking non-lto builds)
0.5.0
Breaking
* Change tensor facts names for consistency: TensorFact is now InferenceFact.
Notable
* Introduce Windows support, including CI coverage for linalg * Switch from Travis to GitHub Actions * Internal refactoring around tract-core canonic opset * Tract CLI can now compute a FLOP number for networks ("cost" subcommand). Furthermore the CI asserts its value for a few networks to prevent optimisation regressions. * Fix: handling of -1 in ONNX Reshape op
0.4.2
* Fix release script after 0.4.1 release disaster.
0.4.1
* Fix for OS where CARGO_CFG_TARGET_FAMILY is undefined * Linear Algebra package refactor * tract-core canonic operator set introduction * significant performance boost (up to 20% on some real-life networks)
0.4.0
* Start Kaldi networks support (LSTM, Renorm, Affine, downsample)
Before...
This Changelog started way too late. But better late than never.