Package h5py: Information

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

Source package: h5py
Version: 3.2.1-alt3
Latest version according to Repology
Build time:  Feb 3, 2023, 03:31 PM in the task #314593
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, armh, aarch64)
python3-module-h5py-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-h5py-tests (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Anton Vyatkin


ACL:
@python
@everybody
@qa

    1. libnumpy-py3-devel
    2. python3(pytest_mpi)
    3. python3-module-Cython
    4. python3-module-mpi4py-devel
    5. python3-module-numpy-testing
    6. python3-module-pkgconfig
    7. python3-module-setuptools
    8. python3-module-sphinx-devel
    9. rpm-build-python3
    10. libhdf5-devel
    11. libblosc2-devel
    12. libsz2-devel

Last changed


Feb. 3, 2023 Anton Vyatkin 3.2.1-alt3
- Fixed BuildRequires.
May 30, 2022 Grigory Ustinov 3.2.1-alt2
- Fixed BuildRequires.
April 16, 2021 Aleksei Nikiforov 3.2.1-alt1
- Updated to upstream version 3.2.1.