Skip to content

Commit

Permalink
Merge pull request #17 from matsui528/v0.1.10
Browse files Browse the repository at this point in the history
updated to v0.1.10
  • Loading branch information
matsui528 authored Jan 3, 2022
2 parents b45472e + 9ea4589 commit 4c1d724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ dists = pq.dtable(query).adist(X_code) # (10000, )
## Author
- [Yusuke Matsui](http://yusukematsui.me)

## Contributors
- [@calvinmccarter](https://github.com/calvinmccarter) implemented parametric initialization for OPQ ([#14](https://github.com/matsui528/nanopq/pull/14))


## Reference
- [H. Jegou, M. Douze, and C. Schmid, "Product Quantization for Nearest Neighbor Search", IEEE TPAMI 2011](https://ieeexplore.ieee.org/document/5432202/) (the original paper of PQ)
Expand Down
2 changes: 1 addition & 1 deletion nanopq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["PQ", "OPQ", "DistanceTable", "nanopq_to_faiss", "faiss_to_nanopq"]
__version__ = "0.1.9"
__version__ = "0.1.10"

from .convert_faiss import faiss_to_nanopq, nanopq_to_faiss
from .opq import OPQ
Expand Down

0 comments on commit 4c1d724

Please sign in to comment.