numcodecs 0.15.1+ds-1build1 source package in Ubuntu

Changelog

numcodecs (0.15.1+ds-1build1) plucky; urgency=medium

  * No-change rebuild with Python 3.13 only

 -- Graham Inggs <email address hidden>  Tue, 04 Mar 2025 15:53:09 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
numcodecs_0.15.1+ds.orig.tar.xz 69.8 KiB 98dc04c872a8ab8c5be7165b612d40f75ac50a74b54a7df908e73dbe45905784
numcodecs_0.15.1+ds-1build1.debian.tar.xz 8.6 KiB 6d82b1c536a5957fd282b548538f7ef8fab83c97fdab3f3f763773a0eed2996c
numcodecs_0.15.1+ds-1build1.dsc 2.6 KiB 697fd4a337c6d0b928f7868621b2a71c6e0739204b05468832aa35f3a1045f4b

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