v1.2.2
Binaries
Self-contained per-platform binaries — no archive, no install step.
| Platform | vectordata |
veks |
|---|---|---|
| Linux amd64 | vectordata-x86_64-unknown-linux-musl |
veks-x86_64-unknown-linux-musl |
| Linux arm64 | vectordata-aarch64-unknown-linux-musl |
veks-aarch64-unknown-linux-musl |
| macOS Apple Silicon | vectordata-aarch64-apple-darwin |
veks-aarch64-apple-darwin |
| Windows amd64 | vectordata-x86_64-pc-windows-msvc.exe |
veks-x86_64-pc-windows-msvc.exe |
The Linux binaries are statically linked against musl libc.
They run on any Linux kernel ≥ 2.6.39 with no glibc
dependency — Ubuntu, Debian, RHEL/CentOS, Alpine, Amazon
Linux, etc.
Verify with SHA256SUMS.
The published veks binary is built --no-default-features
so it doesn't require a system BLAS at runtime. The
compute knn-blas command is therefore unavailable in this
binary; compute knn (stdarch) is the default KNN engine.
Install via cargo install veks if you need the BLAS-backed
engine and have a BLAS provider on your system.
Changes
Full Changelog: v1.2.1...v1.2.2