numcodecs 0.9.1+ds-2build1 source package in Ubuntu

Changelog

numcodecs (0.9.1+ds-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 21:42:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
numcodecs_0.9.1+ds.orig.tar.xz 67.2 KiB b307f24e228e92e858693b6520e26cdca5c62290e3896671fe7e0d919b642566
numcodecs_0.9.1+ds-2build1.debian.tar.xz 6.7 KiB c320741a6d03055656f26358f621b5fe977df43309e41cf554608741fb8d8bd1
numcodecs_0.9.1+ds-2build1.dsc 2.3 KiB 575942ca2d540f6012bcaee13ce638dd04b2036dfe13d7bc465b48b26a9b1d6a

View changes file

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