hnswlib 0.6.2-2 source package in Ubuntu

Changelog

hnswlib (0.6.2-2) unstable; urgency=medium

  * Team upload.
  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 12 Oct 2022 16:11:36 +0200

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-2.dsc 2.1 KiB 5e7c100f8dcd0831548976bd9f72718d9c6ba86c2745cff579b64c1c34d2bc90
hnswlib_0.6.2.orig.tar.gz 47.7 KiB 19899f233f0361e1203a2b7e5143ed284f57c4e1501c8adc19f3bc341edb4100
hnswlib_0.6.2-2.debian.tar.xz 10.2 KiB ce933490c8ea318ea18ed68890fa68f0e342971fbc986c81e63fcbad447a9210

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