hnswlib 0.6.2-2build1 source package in Ubuntu

Changelog

hnswlib (0.6.2-2build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Fri, 17 Mar 2023 09:34:19 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
hnswlib_0.6.2.orig.tar.gz 47.7 KiB 19899f233f0361e1203a2b7e5143ed284f57c4e1501c8adc19f3bc341edb4100
hnswlib_0.6.2-2build1.debian.tar.xz 10.3 KiB 3c5bb4c794fb69cde1d72bd92b691b41c0be39b64898afd4c1f7365533877183
hnswlib_0.6.2-2build1.dsc 2.1 KiB 21898709d277d10772b5535ee81d06f8a4e74a69d20064396d950c5b8627f754

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