hnswlib 0.7.0-2 source package in Ubuntu

Changelog

hnswlib (0.7.0-2) unstable; urgency=medium

  * d/control: add prerequisite for pyproject backend.
  * d/clean: remove tmp directory and egg information. (Closes: #1047848)
  * typo.patch: new: fix a typo caught by lintian.
  * d/control: bring cross buildability one step further.
    This is done by splitting the build dependency python3-all-dev into
    python3-all-dev:any and libpython3-dev so crossbuild dependencies are
    satisfiable.
  * cassert.patch: remove: fixed upstream.
  * d/rules: remove top_level.txt from .dist-info.
    This file is egg-info specific and flagged by lintian as documentation
    outside /usr/share/doc.
  * noTwine.patch: mark forwarding not-needed.
  * do-not-use-native-flags.patch: mark forwarding not-needed.
  * use-shared-while-linking.patch: mark forwarding not-needed.

 -- Étienne Mollier <email address hidden>  Mon, 21 Aug 2023 14:19:23 +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

Downloads

File Size SHA-256 Checksum
hnswlib_0.7.0-2.dsc 2.3 KiB 8f2781398042cced31eee1bdea1dfea9af17398cfb6d706b64c5097b93771880
hnswlib_0.7.0.orig.tar.gz 58.3 KiB 4eba5d103a558fc76782d4051cde0cac2361fe5c36ccf56a959f9ff36813c91b
hnswlib_0.7.0-2.debian.tar.xz 11.7 KiB ff9272573f2ee7c6b53fc753c0ec7f4e6289e0643308561dbebf2bbab2b334ca

Available diffs

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