numcodecs 0.12.1+ds-1 source package in Ubuntu

Changelog

numcodecs (0.12.1+ds-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - Refresh all patches.
  * devina/control:
    - add dependency on python3-importlib-metadata.

 -- Antonio Valentino <email address hidden>  Sat, 21 Oct 2023 14:56:58 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
numcodecs_0.12.1+ds-1.dsc 2.5 KiB dd4663d9e7c1759b8bd9602dca99f94f42838fd6f375c4d55f3f8a3c5a3d758d
numcodecs_0.12.1+ds.orig.tar.xz 62.0 KiB 7ac75988fabd18005db5908c55cab6a97699a8e3bdce3741295790eea4d675f5
numcodecs_0.12.1+ds-1.debian.tar.xz 7.5 KiB 5a89427909bc82ffea16392bff811a2a2d3b27e2b6b9be096816c192cd4047a3

No changes file available.

Binary packages built by this source

python3-numcodecs: buffer compression and transformation codecs for Python

 Numcodecs is a Python package providing buffer compression and
 transformation codecs for use in data storage and communication
 applications. These include:
 .
   - Compression codecs, e.g., Zlib, BZ2, LZMA and Blosc.
   - Pre-compression filters, e.g., Delta, Quantize, FixedScaleOffset,
     PackBits, Categorize.
   - Integrity checks, e.g., CRC32, Adler32.
 .
 All codecs implement the same API, allowing codecs to be organized into
 pipelines in a variety of ways.

python3-numcodecs-dbgsym: debug symbols for python3-numcodecs