deepdish 0.3.7-2 source package in Ubuntu

Changelog

deepdish (0.3.7-2) unstable; urgency=medium

  * Source-only upload for migration to testing.

 -- Roland Mas <email address hidden>  Tue, 19 Dec 2023 15:36:25 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
deepdish_0.3.7-2.dsc 1.9 KiB 31728e26e2a94cae7002a56d81741a76db82b264a1b1072d2f33013659b80f6c
deepdish_0.3.7.orig.tar.gz 37.0 KiB 6aff3abef693cec34438f183f29d1a2d9862aba27bb959d4f24d56e007e41ff3
deepdish_0.3.7-2.debian.tar.xz 2.8 KiB 821c051f1d93bd61613e5c02ef25a9ad26f7957294e9b1f93e0bdcb150a16b4a

Available diffs

No changes file available.

Binary packages built by this source

python3-deepdish: Flexible HDF5 saving/loading and other data science tools

 The primary feature of deepdish is its ability to save and load all
 kinds of data as HDF5. It can save any Python data structure,
 offering the same ease of use as pickling or numpy.save. However, it
 improves by also offering:
 .
  - Interoperability between languages (HDF5 is a popular standard)
  - Easy to inspect the content from the command line (using h5ls or our
    specialized tool ddls)
  - Highly compressed storage (thanks to a PyTables backend)
  - Native support for scipy sparse matrices and pandas DataFrame, Series
    and Panel
  - Ability to partially read files, even slices of arrays