COMMITS
May 28, 2026
R
release: bump version to 1.4.7
Raphael Sourty committed
R
Add freeze() to drop per-shard codes/residuals for read-only indexes (#45)
Raphael Sourty committed
April 22, 2026
R
Reduce default batch_size to 25_000; document low_memory flag
Raphael Sourty committed
R
cleanup: remove maturin/setuptools from runtime deps; drop one-off verify workflow
Raphael Sourty committed
R
ci: restore windows in 2.11 publish; unify tests to torch 2.11.0
Raphael Sourty committed
R
ci: fix verify smoke test (import torch before fast_plaid_rust)
Raphael Sourty committed
R
ci: one-off verification workflow for published 2.11 Windows wheel
Raphael Sourty committed
R
ci: pin torch per-OS (2.11 ubuntu/mac, 2.10 windows); drop windows from 2.11 release
Raphael Sourty committed
R
ci: sync first, then add pytest, then run tests with --no-sync
Raphael Sourty committed
R
ci: fix diagnostic step (use --no-sync to keep pytest installed)
Raphael Sourty committed
R
Re-add maturin + setuptools to runtime deps to test Windows CI fix
Raphael Sourty committed
R
ci: print torch version to diagnose Windows import failure
Raphael Sourty committed
R
Bump torch floor to >= 2.7.0
Raphael Sourty committed
R
Merge pull request #43 from moritzwilksch/mw/build-deps
Raphael Sourty committed
April 21, 2026
M
remove maturin + setuptools from package deps
Moritz Wilksch committed
April 16, 2026
R
Change fast-plaid version range to 1.4.6.2110
Raphael Sourty committed
R
Update FastPlaid version compatibility in README
Raphael Sourty committed
R
Merge pull request #42 from bwang-pplx/feature/torch-2.10-2.11-support
Raphael Sourty committed
April 15, 2026
B
Add support for PyTorch 2.10.0 and 2.11.0
Bo Wang committed
April 11, 2026
R
Merge pull request #41 from bpiwowar/feature/compress-only-mode
Raphael Sourty committed
April 9, 2026
B
Add compress_only mode to skip IVF construction
Benjamin Piwowarski committed
March 25, 2026
R
Update README version references from 1.4.4 to 1.4.6
Raphael Sourty committed
R
Bump version from 1.4.5 to 1.4.6 and add search_token_scores to README
Raphael Sourty committed
R
Merge pull request #40 from bwang-pplx/feature/search-token-scores
Raphael Sourty committed
B
Fix ruff lint errors in docstrings
Bo Wang committed
March 24, 2026
B
Fix docstrings: dot-product similarity, not cosine similarity
Bo Wang committed
B
Add test verifying token score matrix values match MaxSim scores
Bo Wang committed
B
B
B
Add search_token_scores API to expose per-token similarity matrices
Bo Wang committed