numcodecs 0.12.1+ds-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 10:04:44 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.orig.tar.xz 62.0 KiB 7ac75988fabd18005db5908c55cab6a97699a8e3bdce3741295790eea4d675f5
numcodecs_0.12.1+ds-1build1.debian.tar.xz 7.6 KiB 5650c839ff98ea3a7e82584702bd65144b0b9bd4e0ec2d78f9136695a39580c3
numcodecs_0.12.1+ds-1build1.dsc 2.5 KiB 4043c0dfe85a92b655c4ce6304854eac62f9dbd7ed91b4fceddbbe639d033ec5

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