Releases: zerfoo/zonnx
Releases · zerfoo/zonnx
v1.0.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
0.6.0 (2026-03-16)
Features
- cli: output GGUF instead of ZMF (ADR-037) (4ddf906)
- gguf: add ONNX to GGUF metadata mapping (ab6fa8e)
- gguf: add ONNX to GGUF tensor name mapping (eaa5aa1)
- gguf: implement GGUF v3 binary writer (8e7f233)
Bug Fixes
- update goreleaser config for v2.6+ and fix hardcoded test path (0166e1c)
v0.5.0
0.5.0 (2026-03-13)
Features
- Add initial importer package from zerfoo (1e89e21)
- add initial zonnx structure and native ONNX parser (08b46c1)
- add zonnx CLI binary to Makefile build target (721e2d6)
- cli: Add API key support to download command and update tests (ff57f8a)
- cli: Add download subcommand to zonnx CLI and integration test (2dabfb1)
- cli: Implement CLI UX for unified inspect command (01b24ef)
- downloader: Add API key support and update tests (dd4403d)
- downloader: Define ModelSource interface and basic downloader structure (d4bc150)
- downloader: Implement core download logic and add tests (46f1dfd)
- downloader: Implement HuggingFaceSource and integrate tests into downloader_test.go (448c050)
- importer: Add converters for Reshape and Transpose (dd75b01)
- importer: Implement basic ONNX to ZMF graph conversion (65b6446)
- importer: Implement Reshape converter (3745138)
- importer: Implement Transpose converter (2334982)
- inspector: Implement basic ONNX and ZMF inspection functions and add tests (98af07c)
Bug Fixes
- Apply formatting fixes to test_convert.go (c98cdca)
- bump zmf dependency to v0.4.0 for quantization type support (dff555b)
- cleanup (f0338a7)
- cmd/zonnx: code formatting (f1fb12e)
- convert flags (141908f)
- converter: Apply linting and formatting fixes (69e3b30)
- importer/layers: Apply linting and formatting fixes to layer files (091cca1)
- importer: Apply linting and formatting fixes to importer.go (eb51263)
- importer: Comment out failing test and remove unused imports (7178011)
- onnx: Apply linting and formatting fixes to generated protobuf file (8a149bf)
- pkg/downloader: code formatting (9f03502)
- pkg/importer: code formatting (efd1d8f)
- pkg/inspector: code formatting (084cd5c)
- pkg/registry: code formatting (dadc3fe)
- skip goreleaser validation for dirty state from replace directive removal (9691775)
- zmf_inspector: Replace ioutil with os package (7dde31e)