hnswlib 0.7.0-1 source package in Ubuntu

Changelog

hnswlib (0.7.0-1) unstable; urgency=medium

  [ Andreas Tille ]
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)

  [ Étienne Mollier ]
  * cve-2023-37365.patch: new: fix CVE-2023-37365.
    This is done by capping M to 10000 per discussion with upstream.
    (Closes: #1041426)
  * d/t/run-unit-test: adjust to new source layout.
  * d/copyright: update reference to sift_1b.cpp.
  * d/t/run-unit-test: test against all supported python3 versions.
  * d/control: add myself to uploaders.

 -- Étienne Mollier <email address hidden>  Wed, 19 Jul 2023 09:44:03 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
hnswlib_0.7.0-1.dsc 2.2 KiB 58e82e268946f6749fa468e09de06b908c4ffe7c9b76d35f949795fbac72aa31
hnswlib_0.7.0.orig.tar.gz 58.3 KiB 4eba5d103a558fc76782d4051cde0cac2361fe5c36ccf56a959f9ff36813c91b
hnswlib_0.7.0-1.debian.tar.xz 11.1 KiB 9a24fab0e498d6498cfb75272a79ff4fe8a7809477701a49086589d4528650ab

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