All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2026-08-19
Added
new!/1andload!/1, raisingTurboVec.Errorwith the samereasonthe non-bang functions return.
Changed
add/3,remove/2,write/2, andsync/2return the index handle on success so they can be piped.
0.1.0 - 2026-08-19
Added
- In-process
IdMapIndexbinding:new/1,add/3,remove/2,search/3,contains?/2,count/1,dim/1,bit_width/1. - Persistence via
write/2(full snapshot),sync/2(incremental), andload/1. - Optional
Nx.Tensorinput ({:f, 32}) without requiring Nx at compile time. - Precompiled NIFs through
rustler_precompiled; setTURBOVEC_EX_BUILD=1to compile from source (Rust ≥ 1.89, 64-bit). - Dedicated rayon pool sized by
TURBOVEC_NUM_THREADS, thenRAYON_NUM_THREADS, thenmax(1, available_parallelism / 2). - Elixir
~> 1.17(Nx's floor; CI covers 1.17–1.20).