Skip to content

Releases: yahoojapan/NGT

Add a function to the C API to get NGT properties

26 Jul 00:44
Compare
Choose a tag to compare

What's Changed

  • Export NGT Property to C API and add struct and function to get it by @kmrmt in #166

New Contributors

Full Changelog: v2.2.3...v2.2.4

Add hamming distances for avx and a function to get metrics

18 Jul 23:55
Compare
Choose a tag to compare

What's Changed

  • Feature SIMD support for Hamming Distance. by @kpango in #160
  • [BUGFIX] Unsupported instruction was included in the Hamming distance AVX512 processing. by @kpango in #163
  • Add getGraphStatistics method and GraphStatistics class and it's exported C API by @kpango in #165

Full Changelog: v2.2.2...v2.2.3

Fix the issue #157

13 May 01:50
Compare
Choose a tag to compare

Fix the issue #156

15 Apr 01:21
Compare
Choose a tag to compare

Add inner product to the distance functions

10 Apr 01:08
Compare
Choose a tag to compare

Added inner product to the distance functions, along with some experimental features.

Full Changelog: v2.1.6...v2.2.0

Fix the issue #154

06 Dec 23:27
Compare
Choose a tag to compare

Fix the issue #152

13 Nov 04:46
Compare
Choose a tag to compare

Fix the issue #153

09 Nov 01:21
Compare
Choose a tag to compare

Fix memory leaks when shrinking the tree

31 Aug 05:32
Compare
Choose a tag to compare

Fix issues #141 and #145

15 Aug 22:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2