h5py 2.10.0-2build2 source package in Ubuntu
Changelog
h5py (2.10.0-2build2) focal; urgency=medium * No-change rebuild to drop python3.7. -- Matthias Klose <email address hidden> Tue, 18 Feb 2020 10:43:51 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Science Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
h5py_2.10.0.orig.tar.gz | 294.0 KiB | 84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6bf512d |
h5py_2.10.0-2build2.debian.tar.xz | 10.4 KiB | bdc6b15bdb51f29acb6884e154113e2a712cab5b258382faebc00c075162f3f0 |
h5py_2.10.0-2build2.dsc | 2.5 KiB | e0494731c55d29925b35cfed4e5bfaec55e2ca8eeecbbbc4080298e4a8cc65c4 |
Available diffs
- diff from 2.10.0-2build1 to 2.10.0-2build2 (312 bytes)
Binary packages built by this source
- python-h5py-doc: documentation for h5py
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
scientific software library designed for the fast, flexible storage of
enormous amounts of data.
.
From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and accessed
using the tradional POSIX /path/to/resource syntax.
.
H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.
.
This package provides the documentation.
- python3-h5py: No summary available for python3-h5py in ubuntu groovy.
No description available for python3-h5py in ubuntu groovy.
- python3-h5py-dbg: No summary available for python3-h5py-dbg in ubuntu groovy.
No description available for python3-h5py-dbg in ubuntu groovy.