deepdish 0.3.7-1 source package in Ubuntu

Changelog

deepdish (0.3.7-1) unstable; urgency=low

  * Initial release, autogenerated by py2dsp/3.20230219 then tweaked by hand.

 -- Roland Mas <email address hidden>  Wed, 22 Nov 2023 13:48:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
deepdish_0.3.7-1.dsc 1.9 KiB d7e1a7a1cd3d389501d85e1091841231645bfc7f7fef4f80c0324a0c5bd3deac
deepdish_0.3.7.orig.tar.gz 37.0 KiB 6aff3abef693cec34438f183f29d1a2d9862aba27bb959d4f24d56e007e41ff3
deepdish_0.3.7-1.debian.tar.xz 2.7 KiB d1185eebfad9e8aed2b26ccb9931d9f3ff57d67289e5ce4da66a8a7011dd6dd0

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