New
Zant v1.0.0
[v1.0.0] - 2025-08-30
Added
- One-click deployment and test shell scripts (
./create MyModel) for reproducible pipelines. - ONNX preprocessing stage feeding Zant IR (layout normalization, graph cleanup, graph optimization).
- Graph-split testing pipeline (
./zant onnx_extract --path path/my_model.onnx \ zig build extractor-* -Dmodel="my_model") validating per-node intermediate I/O. - Expanded math operations and full CNN support (conv/pool/activations).
- New documentation: end-to-end guides and troubleshooting.
Changed
- CLI redesigned for faster workflows and consistent flags; improved help and diagnostics.
- Default conversion pipeline now routes through ONNX preprocessing.
Fixed
- Clearer error surfaces and exit codes across CLI/tooling.
Notes
- Rebuild artifacts with v1.0.0 to benefit from preprocessing and per-node tests.