hnswlib 0.6.0-1 source package in Ubuntu

Changelog

hnswlib (0.6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)

 -- Andreas Tille <email address hidden>  Sun, 16 Jan 2022 20:01:48 +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.0-1.dsc 2.1 KiB 3a5856020149f666f1fdcb5a82eed524591d69ac2dbe7ac9b53044ed0899eb5e
hnswlib_0.6.0.orig.tar.gz 45.9 KiB 4aee311a3c05be1018fb176a00e494438665b45e7c5e337e5276b5add1264d04
hnswlib_0.6.0-1.debian.tar.xz 10.3 KiB f33da221c9ca0e1e2435cbe688f420e06f4a30ae9a114bef555b6b209b14472a

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