numcodecs 0.11.0+ds-4build1 source package in Ubuntu

Changelog

numcodecs (0.11.0+ds-4build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Thu, 16 Mar 2023 07:23:21 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
numcodecs_0.11.0+ds.orig.tar.xz 55.9 KiB 88cf7ce6079bd8deb8b0317ee1520715c950ce6e0988278ede2d7adcc3c5572f
numcodecs_0.11.0+ds-4build1.debian.tar.xz 6.6 KiB 0d744449e260f62ff202c1b7c211f521a459d51fef2e5eefd66cb1be97d55078
numcodecs_0.11.0+ds-4build1.dsc 2.5 KiB d36a7fd0dd4d744e6327e5505466d0b7929a47e047a81074240cba28371bb527

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