https://github.com/yahoojapan/NGT

sort by:
Revision Author Date Message Commit Date
309df50 update the version 26 July 2024, 00:21:42 UTC
186166c Export NGT Property to C API and add function to get it (#166) Signed-off-by: Kosuke Morimoto <ksk@vdaas.org> 23 July 2024, 23:28:44 UTC
43960fd update READMEs 18 July 2024, 23:47:28 UTC
8395f56 Add getGraphStatistics emethod and GraphStatistics class and it's exported C api (#165) Signed-off-by: kpango <kpango@vdaas.org> 15 July 2024, 20:54:53 UTC
eb857d0 [BUGFIX] Unsupported instruction was included in the Hamming distance AVX512 processing. (#163) Signed-off-by: kpango <kpango@vdaas.org> 07 July 2024, 21:18:31 UTC
65e5729 Feature SIMD support for Hamming Distance. (#160) * Support SIMD calculation and macro expansion for Hamming Distance to improve PrimitiveComparator performance Signed-off-by: kpango <kpango@vdaas.org> * change HammingDistance calculation code Design to Template from Macro Signed-off-by: kpango <kpango@vdaas.org> * remove Lambda template and add pre-processor version Signed-off-by: kpango <kpango@vdaas.org> --------- Signed-off-by: kpango <kpango@vdaas.org> 27 June 2024, 04:45:44 UTC
17d2828 update the version 13 May 2024, 01:47:40 UTC
6956dfa fix the github issue #157 13 May 2024, 01:37:35 UTC
a672f2d update READMEs 16 April 2024, 21:45:16 UTC
74fed61 fix the issue #156 15 April 2024, 01:14:29 UTC
6237d1d add inner product 10 April 2024, 00:46:24 UTC
441aa19 fix the issue #154 06 December 2023, 23:22:36 UTC
75d12fb fix the issue #152 13 November 2023, 04:39:39 UTC
93ba0cc fix the issue #153 09 November 2023, 01:16:33 UTC
10c8e23 fix memory leaks when shrinking the tree 31 August 2023, 05:25:00 UTC
eaee806 update the version 15 August 2023, 22:07:22 UTC
0f66377 fix issue #145 14 August 2023, 00:12:35 UTC
2e676a4 C missing types (#146) * add missing ngt_batch_* functions to C API * add missing ngt_search_* functions and types to C API * add missing ngtqg_search_* functions and types to C API * add missing qbg_search_* functions and types to C API 13 August 2023, 22:29:47 UTC
965d145 fix issue #141 13 August 2023, 00:36:37 UTC
c5a569a fix issue #141 12 August 2023, 20:05:59 UTC
24ba55e add object types to appending 31 July 2023, 23:02:47 UTC
491e88f fix the issue #141 25 July 2023, 04:20:19 UTC
5a5a32b delete spaces at the end of lines 19 July 2023, 23:11:43 UTC
dcdb156 QBG internal improvements 19 July 2023, 06:04:18 UTC
3f9d6f7 additional reimplementation of a couple of data types for QBG 11 July 2023, 00:04:50 UTC
9b59603 fix the issue #138 10 July 2023, 05:56:32 UTC
b9cf56b fix the issue #140 03 July 2023, 00:40:09 UTC
86c41c3 add QBG C APIs 26 June 2023, 21:33:27 UTC
d9b5a91 update READMEs 11 June 2023, 23:59:12 UTC
5920ef0 update C APIs 07 June 2023, 00:40:21 UTC
a91abde fix a bug of removing all 09 May 2023, 04:52:31 UTC
e1a0cb7 minor updates 05 April 2023, 00:45:35 UTC
bc9b4dd update C APIs 13 February 2023, 06:10:01 UTC
3ba1b1f Update README.md 06 February 2023, 05:48:53 UTC
edcc94d fix uninitialized parameters 06 January 2023, 04:40:02 UTC
b54d97b fix the bug of the cosine similarity 27 December 2022, 04:10:55 UTC
a9ba218 update the version 26 December 2022, 04:28:27 UTC
a95c4b5 fix minor bugs of QG and QBG 15 December 2022, 00:42:01 UTC
2e7a78c add a QG sample program 21 November 2022, 23:20:15 UTC
c9880c4 Fixes build issues with -DNGT_QBG_DISABLED=ON (#127) 21 November 2022, 02:11:56 UTC
921fbb6 update the way to specify the build parameters 11 November 2022, 02:44:59 UTC
e771857 some trivial updates 07 October 2022, 04:23:03 UTC
4e93ecd update setup.py to build ngtpy for QG and QBG 21 September 2022, 23:21:27 UTC
55580de update setup.py to build ngtpy for a pypi distribution 14 September 2022, 03:59:10 UTC
f3dec77 update related to ngtpy 12 September 2022, 22:16:38 UTC
1a4d864 update version 12 September 2022, 00:23:54 UTC
6e70868 update READMEs 09 September 2022, 04:11:18 UTC
416ed7f update QG and QBG search 05 September 2022, 00:41:23 UTC
d7fef68 update READMEs 15 August 2022, 23:13:15 UTC
979a9af QBG is available 10 August 2022, 01:38:47 UTC
b843128 add two functions to C API 04 August 2022, 20:10:28 UTC
0ea4088 update version 14 July 2022, 22:10:03 UTC
b269ad3 [patch] add DistanceType (Poincare, Lorentz, SparseJaccard, NormL2) to CAPI (#120) Signed-off-by: kpango <kpango@vdaas.org> 14 July 2022, 05:32:58 UTC
52f9ff0 fix the issue #118 03 June 2022, 01:49:03 UTC
e6c7c47 add get_number_of_objects() 16 May 2022, 01:59:52 UTC
2803ebc update setup.py to fix the ngtpy build issue 06 April 2022, 02:31:11 UTC
8c6f249 fix bugs of range queries for ngt-qg 01 March 2022, 23:11:36 UTC
3e5dcee fix bugs of optimizer relating to fp16 28 February 2022, 20:34:56 UTC
6a09577 clean-up unused imports from setup.py (#111) 17 February 2022, 21:56:35 UTC
9039f56 update READMEs 13 February 2022, 23:54:49 UTC
225d77b fix bugs of build without avx 11 February 2022, 00:49:02 UTC
9d2e058 suport fp16 09 February 2022, 01:45:43 UTC
eeeb3d6 update the version file 12 January 2022, 05:35:41 UTC
9ac27fb v1.13.8 add C API's for linear search 25 October 2021, 04:48:23 UTC
c45a57f minor updates in readme file (#100) * update readme: clean code checks * Update README.md * Update README.md 15 July 2021, 06:52:25 UTC
ff5bacc remove unnecessary lines 27 May 2021, 04:05:36 UTC
6b33aa4 update C APIs for NGTQG 14 April 2021, 00:27:17 UTC
a51241d add C APIs for NGTQG (#98) add C APIs for NGTQG 13 April 2021, 06:24:42 UTC
16eadf8 update READMEs 15 March 2021, 06:15:49 UTC
f830cbc update ann benchmark results 12 March 2021, 02:46:52 UTC
4b47303 update ngtpy and metric functions 26 February 2021, 01:27:37 UTC
c0d5fbd update READMEs 18 February 2021, 22:07:10 UTC
9078fdc fix bugs of the quantized object stream reducing the performance 14 February 2021, 22:15:23 UTC
ec54799 small updates for Poincare and Lorentz 03 February 2021, 02:14:37 UTC
da33d2b Merge pull request #91 from nyapicom/master add distance function (Poincare, Lorentz) 01 February 2021, 22:10:24 UTC
dfeb0f0 add distance function (Poincare, Lorentz) 30 January 2021, 02:45:24 UTC
fc64d49 v1.13.3 update NGTQG to handle irregular datasets 27 January 2021, 05:14:47 UTC
a478657 v1.13.2 update READMEs and ngtqg arguments 25 January 2021, 04:39:09 UTC
370ac69 trivial updates for NGTQG 21 January 2021, 01:41:55 UTC
d58eb8b fix a bug of the AVX disabled mode for NGTQG 16 January 2021, 05:45:04 UTC
a197919 v1.13.0 add NGTQG 14 January 2021, 21:50:21 UTC
9b99011 update copyrights 12 January 2021, 23:11:19 UTC
85c4e01 update setup.py for pybind11 2.6 17 November 2020, 22:32:45 UTC
29c88ff small updates 27 October 2020, 05:23:12 UTC
c18e4a1 Merge pull request #79 from lerouxrgd/patch-1 Create .gitignore 21 October 2020, 00:02:06 UTC
92c317f Create .gitignore When building from sources for Python these files should be git ignored. 20 October 2020, 07:59:15 UTC
a88a681 Merge branch 'OrkhanHI-master' 23 September 2020, 06:31:22 UTC
78435eb update ngtpy.cpp and the documents 23 September 2020, 06:29:34 UTC
aaabc1e Expose import and export functions in Python API 22 September 2020, 08:35:00 UTC
0fdea34 v1.12.1 add an option to disable the tree to ngtpy 09 August 2020, 05:34:12 UTC
a158833 v1.12.0 add sparse jaccard distance 01 July 2020, 05:02:17 UTC
b9f8c37 v1.11.6 small updates 25 May 2020, 01:17:27 UTC
c716f77 v1.11.5 update the flow of Optimizer and add ngtpy APIs for Optimizer 18 May 2020, 01:47:02 UTC
c59e2f2 v1.11.4 fix bugs of removing objects and slow building shared indexes. 08 May 2020, 22:49:15 UTC
3b86f0c update VERSION 06 May 2020, 23:17:09 UTC
0f9495f v1.11.3 fix a bug of Jaccard distance for shared NGT 06 May 2020, 23:06:44 UTC
f9fcbea v1.11.2 add C APIs and update optimization 03 May 2020, 05:02:11 UTC
259f783 update VERSION 24 April 2020, 06:47:00 UTC
e035e25 add MANIFEST.in 24 April 2020, 06:13:22 UTC
f3c8c8b v1.11.0 add optimizing the initial number of edges for ANNG 24 April 2020, 03:55:03 UTC
back to top