hnswlib 0.5.2-1 source package in Ubuntu

Changelog

hnswlib (0.5.2-1) unstable; urgency=medium

  * Team Upload.
  * Fix watch URL
  * New upstream version 0.5.2
  * Declare compliance with policy 4.5.1
  * Refresh and fix patches

 -- Nilesh Patra <email address hidden>  Sun, 15 Aug 2021 17:35:20 +0530

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.5.2-1.dsc 2.1 KiB b7f06480194a5f820a80caaa82f950db22309cbfae5d057f8b73d60c72fe28cd
hnswlib_0.5.2.orig.tar.gz 42.7 KiB b1cfa0aaced811075ce8a91ba81a600005c9f2b9d32feeae4539d743a30bd35e
hnswlib_0.5.2-1.debian.tar.xz 10.2 KiB 6702b75a9743bdad5118328c4287441371c2b9d6869cff898acaeb7bf7ecf623

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