-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Annoy has been transferred back to spotify/annoy master where the inline fix is present HNSW is at tag 0.4.0
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule annoy
updated
5 files
+3 −2 | README.rst | |
+1 −1 | setup.py | |
+29 −29 | src/annoylib.h | |
+22 −4 | src/annoymodule.cc | |
+1 −1 | test/accuracy_test.py |
Submodule hnsw
updated
11 files
+10 −1 | CMakeLists.txt | |
+34 −5 | README.md | |
+1 −1 | examples/example.py | |
+37 −0 | examples/update_gen_data.py | |
+298 −0 | examples/updates_test.cpp | |
+297 −71 | hnswlib/hnswalg.h | |
+1 −1 | hnswlib/hnswlib.h | |
+37 −3 | hnswlib/space_ip.h | |
+50 −29 | hnswlib/space_l2.h | |
+4 −4 | python_bindings/bindings.cpp | |
+1 −1 | python_bindings/setup.py |