hnswlib 0.8.0-1build1 source package in Ubuntu

Changelog

hnswlib (0.8.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:11:30 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
hnswlib_0.8.0.orig.tar.gz 65.7 KiB cf61d7dd8dc9bfba7f4abe0ed26698e90ac9f49a0badb2e1b0f3ba89b72cf3bb
hnswlib_0.8.0-1build1.debian.tar.xz 11.1 KiB d79ec0db2ccbec5a28d9efbb018c51ec09ec4e01d5066993a88e0b24c39a98dc
hnswlib_0.8.0-1build1.dsc 2.2 KiB ce6ded606a456aa1000631d920643cf4a6465be1a7a1a1907d82470b859fd3bf

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