Package h5py: Information

    Source package: h5py
    Version: 3.2.1-alt1
    Build time:  Apr 22, 2021, 10:20 PM in the task #270051
    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: Aleksei Nikiforov


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

    Last changed


    April 16, 2021 Aleksei Nikiforov 3.2.1-alt1
    - Updated to upstream version 3.2.1.
    Nov. 10, 2020 Vitaly Lipatov 2.10.0-alt3
    - fix build, fix tests packing
    March 16, 2020 Aleksei Nikiforov 2.10.0-alt2
    - Fixed build with numpy.