numcodecs 0.12.1+ds-1build2 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 17:37:07 +0000

Upload details

Uploaded by:
Graham Inggs
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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
numcodecs_0.12.1+ds.orig.tar.xz 62.0 KiB 7ac75988fabd18005db5908c55cab6a97699a8e3bdce3741295790eea4d675f5
numcodecs_0.12.1+ds-1build2.debian.tar.xz 7.6 KiB a344e344cb6577c2e56bcba6e5d6b58ab3708676c0c0759494ec1177c4d6cde5
numcodecs_0.12.1+ds-1build2.dsc 2.5 KiB 459b418b2e75d722fea7545491805c0c98ce1acaf7c9e19d6925d1cf428bdc89

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