File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.4] ( https://github.com/nnethercott/hannoy/compare/v0.1.3...v0.1.4 ) - 2026-04-07
11+
12+ ### Other
13+
14+ - Drastically speed up the indexing phase by parallelizing reads
15+ - Don't compute useless stats
16+ - Make clippy happy
17+ - Update tests
18+ - Import and fmt
19+ - Bump version to 0.1.3 and use latest version of heed
20+ - Fix reading metadata of empty database
21+
1022## [ 0.1.2] ( https://github.com/nnethercott/hannoy/compare/v0.1.1...v0.1.2 ) - 2025-12-16
1123
1224### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " hannoy"
33description = " HNSW Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage"
4- version = " 0.1.3 "
4+ version = " 0.1.4 "
55repository = " https://github.com/nnethercott/hannoy"
66keywords = [
77 " HNSW" ,
You can’t perform that action at this time.
0 commit comments