h5py 2.10.0-1build1 source package in Ubuntu
Changelog
h5py (2.10.0-1build1) focal; urgency=medium * Upload to Ubuntu focal -- Gianfranco Costamagna <email address hidden> Mon, 21 Oct 2019 16:06:07 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- 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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
h5py_2.10.0.orig.tar.gz | 294.0 KiB | 84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6bf512d |
h5py_2.10.0-1build1.debian.tar.xz | 10.5 KiB | 7896403721cf1f871867a85907cf0c79600174026cd2fccd1a39267b8d41602c |
h5py_2.10.0-1build1.dsc | 2.8 KiB | 107ee64ed3e154edecae79e49cfe093a95f5355f761a6d716460f0022c81db5d |
Available diffs
- diff from 2.9.0-7 (in Debian) to 2.10.0-1build1 (126.7 KiB)
Binary packages built by this source
- python-h5py: No summary available for python-h5py in ubuntu focal.
No description available for python-h5py in ubuntu focal.
- python-h5py-dbg: No summary available for python-h5py-dbg in ubuntu focal.
No description available for python-h5py-dbg in ubuntu focal.
- 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: general-purpose Python interface to hdf5 (Python 3)
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 modules for Python 3.
- python3-h5py-dbg: debug extensions for h5py (Python 3)
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 debug extensions for Python 3.