hnswlib 0.6.2-1build2 source package in Ubuntu

Changelog

hnswlib (0.6.2-1build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 15:48:34 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.orig.tar.gz 47.7 KiB 19899f233f0361e1203a2b7e5143ed284f57c4e1501c8adc19f3bc341edb4100
hnswlib_0.6.2-1build2.debian.tar.xz 10.3 KiB 1054306c25df3d0eaa9dbe0374703339314737634b9122849b91773b3200125f
hnswlib_0.6.2-1build2.dsc 2.1 KiB 93c216c284849b42f83aa17a8d00848d081e2c0b95435863572a6a612e302855

Available diffs

View changes file

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