hnswlib 0.6.2-1 source package in Ubuntu

Changelog

hnswlib (0.6.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version

 -- Andreas Tille <email address hidden>  Thu, 17 Feb 2022 20:38:57 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hnswlib_0.6.2-1.dsc 2.1 KiB 2eefc4190185e71aa0caf596154162bcfbb92678f59dcad84cf6ac1c3cbe0ca0
hnswlib_0.6.2.orig.tar.gz 47.7 KiB 19899f233f0361e1203a2b7e5143ed284f57c4e1501c8adc19f3bc341edb4100
hnswlib_0.6.2-1.debian.tar.xz 10.2 KiB e9d73a96ffdee0ce2dc110c478c1a9e1ac0ca0be8cf1b5aed09be5ecf1f0c3d0

Available diffs

No changes file available.

Binary packages built by this source

libhnswlib-dev: fast approximate nearest neighbor search

 Header-only C++ HNSW implementation with Python bindings.
 .
 A common task in data analysis but also in scientific computations
 is to find data that is very close (multi-dimensional space) or
 similar (same thing) to a given data point. Also as heuristics for
 physics engines, it is the objects closest to you that you are
 most likely to collide with. This library knows how to do this
 fast.

python3-hnswlib: Python bindings for hnswlib: fast approximate nearest neighbor search

 A common task in data analysis but also in scientific computations
 is to find data that is very close (multi-dimensional space) or
 similar (same thing) to a given data point. Also as heuristics for
 physics engines, it is the objects closest to you that you are
 most likely to collide with. This library knows how to do this
 fast.
 .
 This package provides a module for Python3 to the C implementation.

python3-hnswlib-dbgsym: debug symbols for python3-hnswlib