Package h5py: Information

  • Default inline alert: Version in the repository: 3.10.0-alt1

Source package: h5py
Version: 2.10.0-alt2
Latest version according to Repology
Build time:  Mar 16, 2020, 11:28 PM in the task #247694
Report package bug
License: MIT
Summary: Python interface to the Hierarchical Data Format library, version 5
Description: 
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.

List of rpms provided by this srpm:
python3-module-h5py (x86_64, ppc64le, i586, aarch64)
python3-module-h5py-debuginfo (x86_64, ppc64le, i586, aarch64)
python3-module-h5py-tests (x86_64, ppc64le, i586, aarch64)

Maintainer: Aleksei Nikiforov


ACL:
@python
@everybody
@qa

    1. python3-module-Cython
    2. python3-module-numpy-testing
    3. python3-module-pkgconfig
    4. python3-module-setuptools
    5. python3-module-six
    6. python3-module-sphinx-devel
    7. python3-module-unittest2
    8. libnumpy-py3-devel
    9. libsz2-devel
    10. rpm-build-python3
    11. libhdf5-devel

Last changed


March 16, 2020 Aleksei Nikiforov 2.10.0-alt2
- Fixed build with numpy.
Feb. 14, 2020 Andrey Bychkov 2.10.0-alt1
- Version updated to 2.10.0
- build for python2 disabled.
Feb. 13, 2020 Andrey Bychkov 2.9.0-alt4
- Enabled tests (disabled to ppc64le only)
- cleanup build requires.