Skip to content

Releases: zerfoo/zonnx

v1.0.0

30 Mar 14:04

Choose a tag to compare

1.0.0 (2026-03-30)

Bug Fixes

  • test: correct GGUF magic constant in test assertions (1c4b3a6)

Miscellaneous Chores

v0.9.0

26 Mar 04:39

Choose a tag to compare

0.9.0 (2026-03-26)

Features

  • granite2gguf: add Granite Time Series to GGUF converter (3f7b701)

v0.8.0

26 Mar 03:44

Choose a tag to compare

0.8.0 (2026-03-26)

Features

  • safetensors: add SafeTensors file reader (d646bd8)

v0.7.0

21 Mar 07:03

Choose a tag to compare

0.7.0 (2026-03-21)

Features

  • converter: add safetensors-to-GGUF conversion for BERT models (86f8918)
  • gguf: add BERT/RoBERTa tensor name and metadata mapping (349920f)

v0.6.0

16 Mar 04:03

Choose a tag to compare

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

13 Mar 20:52

Choose a tag to compare

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)

v0.1.0

25 Aug 11:30

Choose a tag to compare

v0.1.0