numcodecs 0.13.0+ds-1 source package in Ubuntu

Changelog

numcodecs (0.13.0+ds-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - Refresh all patches.
    - New 0008-No-distutils.patch.
  * debian/control:
    - Update dependencies.
    - Do not use unexisting substitutions.
  * Update dates in d/copyright.

 -- Antonio Valentino <email address hidden>  Wed, 17 Jul 2024 06:04:34 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
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

Downloads

File Size SHA-256 Checksum
numcodecs_0.13.0+ds-1.dsc 2.5 KiB 838f2fcdba4e7d9e2fcb2e3eec2704f5a6f3973233c765c13e8eef0213f53323
numcodecs_0.13.0+ds.orig.tar.xz 63.3 KiB 18c494b9f7af39ac06faa90da9629b0c5bf5c74af9c649e1cdd3755b473f5bd8
numcodecs_0.13.0+ds-1.debian.tar.xz 8.3 KiB b71027d141497a6f03d1c9e4f07ddc23a3a5a678f35de4057e9ac4f508de9bac

No changes file available.

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