hnswlib 0.7.0-2build1 source package in Ubuntu

Changelog

hnswlib (0.7.0-2build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:20:48 +0100

Upload details

Uploaded by:
Matthias Klose
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

Downloads

File Size SHA-256 Checksum
hnswlib_0.7.0.orig.tar.gz 58.3 KiB 4eba5d103a558fc76782d4051cde0cac2361fe5c36ccf56a959f9ff36813c91b
hnswlib_0.7.0-2build1.debian.tar.xz 11.8 KiB ca7ec8c8de3eed11d40e184ea4c6b540aed5cf89374bdba28def27d108636cec
hnswlib_0.7.0-2build1.dsc 2.2 KiB 543dfb553f41dcfb5dbf2d81dca4d0f4c255b5a238569334c41fa7a22413a1d5

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