Skip to content

Commit

Permalink
Merge pull request #31 from matsui528/update_version
Browse files Browse the repository at this point in the history
Updated version to v0.2.0
  • Loading branch information
matsui528 committed Sep 14, 2023
2 parents 8d3c7b2 + 3f69c94 commit f2c4bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -46,8 +46,11 @@ dists = pq.dtable(query).adist(X_code) # (10000, )
- [Yusuke Matsui](http://yusukematsui.me)

## Contributors
- [@Hiroshiba](https://github.com/Hiroshiba) fixed a bug of importlib ([#3](https://github.com/matsui528/nanopq/pull/3))
- [@calvinmccarter](https://github.com/calvinmccarter) implemented parametric initialization for OPQ ([#14](https://github.com/matsui528/nanopq/pull/14))
- [@de9uch1](https://github.com/de9uch1) exntended the interface to the faiss so that OPQ can be handled ([#19](https://github.com/matsui528/nanopq/pull/19))
- [@mpskex](https://github.com/mpskex) implemented (1) initialization of clustering and (2) dot-product for computation ([#24](https://github.com/matsui528/nanopq/pull/24))
- [@lsb](https://github.com/lsb) fixed a typo ([#26](https://github.com/matsui528/nanopq/pull/26))


## Reference
Expand Down
2 changes: 1 addition & 1 deletion nanopq/__init__.py
@@ -1,5 +1,5 @@
__all__ = ["PQ", "OPQ", "DistanceTable", "nanopq_to_faiss", "faiss_to_nanopq"]
__version__ = "0.1.11"
__version__ = "0.2.0"

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

0 comments on commit f2c4bc1

Please sign in to comment.