Skip to content

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
uzushino committed Mar 21, 2024
1 parent 96e84c5 commit fa1efc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voyager
Submodule voyager updated 71 files
+41 −9 .github/workflows/all.yml
+3 −3 README.md
+6 −1 cpp/TypedIndex.h
+64 −172 docs/java/allclasses-index.html
+40 −142 docs/java/allpackages-index.html
+168 −340 docs/java/com/spotify/voyager/jni/Index.QueryResults.html
+149 −320 docs/java/com/spotify/voyager/jni/Index.SpaceType.html
+149 −320 docs/java/com/spotify/voyager/jni/Index.StorageDataType.html
+592 −908 docs/java/com/spotify/voyager/jni/Index.html
+151 −320 docs/java/com/spotify/voyager/jni/StringIndex.QueryResults.html
+357 −533 docs/java/com/spotify/voyager/jni/StringIndex.html
+74 −186 docs/java/com/spotify/voyager/jni/class-use/Index.QueryResults.html
+134 −263 docs/java/com/spotify/voyager/jni/class-use/Index.SpaceType.html
+120 −245 docs/java/com/spotify/voyager/jni/class-use/Index.StorageDataType.html
+72 −184 docs/java/com/spotify/voyager/jni/class-use/Index.html
+64 −162 docs/java/com/spotify/voyager/jni/class-use/StringIndex.QueryResults.html
+76 −188 docs/java/com/spotify/voyager/jni/class-use/StringIndex.html
+92 −173 docs/java/com/spotify/voyager/jni/package-summary.html
+41 −129 docs/java/com/spotify/voyager/jni/package-tree.html
+66 −176 docs/java/com/spotify/voyager/jni/package-use.html
+105 −249 docs/java/com/spotify/voyager/jni/utils/JniLibExtractor.html
+119 −268 docs/java/com/spotify/voyager/jni/utils/TinyJson.html
+31 −118 docs/java/com/spotify/voyager/jni/utils/class-use/JniLibExtractor.html
+31 −118 docs/java/com/spotify/voyager/jni/utils/class-use/TinyJson.html
+68 −137 docs/java/com/spotify/voyager/jni/utils/package-summary.html
+34 −122 docs/java/com/spotify/voyager/jni/utils/package-tree.html
+30 −117 docs/java/com/spotify/voyager/jni/utils/package-use.html
+56 −119 docs/java/com/spotify/voyager/package-summary.html
+30 −116 docs/java/com/spotify/voyager/package-tree.html
+30 −117 docs/java/com/spotify/voyager/package-use.html
+118 −213 docs/java/help-doc.html
+156 −286 docs/java/index-all.html
+45 −141 docs/java/index.html
+2 −1 docs/java/jquery-ui.overrides.css
+4 −4 docs/java/legal/jquery.md
+1 −1 docs/java/legal/jqueryUI.md
+1 −1 docs/java/member-search-index.js
+9 −6 docs/java/overview-summary.html
+43 −131 docs/java/overview-tree.html
+1 −1 docs/java/package-search-index.js
+2 −0 docs/java/script-dir/jquery-3.6.1.min.js
+3 −4 docs/java/script-dir/jquery-ui.min.css
+2 −2 docs/java/script-dir/jquery-ui.min.js
+83 −100 docs/java/script.js
+218 −190 docs/java/search.js
+373 −410 docs/java/stylesheet.css
+1 −1 docs/java/type-search-index.js
+22 −0 docs/python/_static/basic.css
+2 −3 docs/python/_static/documentation_options.js
+3 −0 docs/python/_static/pygments.css
+1 −1 docs/python/_static/scripts/furo.js.map
+17 −9 docs/python/_static/searchtools.js
+13 −3 docs/python/_static/sphinx_highlight.js
+1 −1 docs/python/_static/styles/furo.css.map
+15 −15 docs/python/genindex.html
+17 −17 docs/python/index.html
+57 −57 docs/python/reference.html
+14 −14 docs/python/search.html
+1 −1 docs/python/searchindex.js
+19 −12 java/Makefile
+50 −25 java/com_spotify_voyager_jni_Index.cpp
+1 −1 java/pom.xml
+28 −3 java/src/main/java/com/spotify/voyager/jni/StringIndex.java
+93 −0 java/src/test/java/com/spotify/voyager/jni/ConcurrencyTest.java
+31 −1 java/src/test/java/com/spotify/voyager/jni/IndexTest.java
+32 −0 java/src/test/java/com/spotify/voyager/jni/StringIndexTest.java
+4 −2 java/src/test/java/com/spotify/voyager/jni/TestUtils.java
+1 −1 python/dev-requirements.txt
+1 −0 python/py.typed
+879 −0 python/voyager/__init__.pyi
+1 −1 python/voyager/version.py

0 comments on commit fa1efc4

Please sign in to comment.