hnswlib 0.8.0-1 source package in Ubuntu

Changelog

hnswlib (0.8.0-1) unstable; urgency=medium

  * New upstream version
  * d/control: cross-build: fix python3-all-dev split.
  * d/control: crossbuild: mark python3-numpy :native.
    This allows hnswlib to cross-build from source.
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * do-not-use-native-flags.patch: refresh.
  * use-shared-while-linking.patch: refresh.
  * cve-2023-37365.patch: delete: applied upstream.
  * typo.patch: delete: applied upstream.

 -- Étienne Mollier <email address hidden>  Thu, 14 Dec 2023 10:45:44 +0100

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.8.0-1.dsc 2.3 KiB 1c9e0c15615ff49926cc39ba7a2221b678e3c26d9615aed20452f5cc8dea8c5d
hnswlib_0.8.0.orig.tar.gz 65.7 KiB cf61d7dd8dc9bfba7f4abe0ed26698e90ac9f49a0badb2e1b0f3ba89b72cf3bb
hnswlib_0.8.0-1.debian.tar.xz 11.1 KiB 59a145405092d9193516a4f88bf83163fa6c5a0f8e3802efb425c613bb347c06

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