Skip to content

0.1.0 - 2026-06-22

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:36

Release Notes

Added

  • Added a standalone generated public fixture corpus and manifest so QATQ can
    benchmark and validate itself without external runtime captures.
  • Added explicit benchmark gate policies for production KV throughput readiness
    competitive compression, and fixed-us latency-budget analysis.
  • Added production chunk metadata/restore helpers for runtime integrations.
  • Added native exact f16 and bf16 tensor byte support.
  • Added direct external KV/tensor benchmark adapters and runtime evidence
    documentation for exported LLM cache migration artifacts.
  • Added deterministic KV stress coverage and scheduled fuzzing workflow
    scaffolding.
  • Added cargo-dist GitHub Release automation with cross-platform archives,
    checksums, shell installers, and signed/notarized macOS release artifacts.
  • Added manual crates.io publication workflow guarded by the crates-io
    environment and an explicit expected-version check.
  • Added a technical whitepaper connecting the original quaternion TurboQuant
    foundation to the current exact QATQ/QATC product surface.
  • Added open-source readiness files, issue/PR templates, Dependabot
    configuration, and QATQ brand assets.

Changed

  • Made qatq-exact and the QATC container the primary exact QATQ product
    surface.
  • Moved the crate to Rust 2024 edition with an explicit MSRV/toolchain record.
  • Scoped lossless claims to QATQ exact and QATC, with lossy Phase 1 and
    TurboQuant paths retained as research/baseline comparators.
  • Recorded API/CLI freeze status for the initial public release.

Install qatq 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kabudu/qatq/releases/download/v0.1.0/qatq-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/kabudu/qatq/releases/download/v0.1.0/qatq-installer.ps1 | iex"

Download qatq 0.1.0

File Platform Checksum
qatq-aarch64-apple-darwin.zip Apple Silicon macOS checksum
qatq-x86_64-apple-darwin.zip Intel macOS checksum
qatq-x86_64-pc-windows-msvc.zip x64 Windows checksum
qatq-aarch64-unknown-linux-gnu.zip ARM64 Linux checksum
qatq-x86_64-unknown-linux-gnu.zip x64 Linux checksum