h5py

Read and write HDF5 files from Python

46 个版本 Python >=3.10
安装
pip install h5py
poetry add h5py
pipenv install h5py
conda install h5py
描述

The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.

A strong emphasis on automatic conversion between Python (Numpy) datatypes and data structures and their HDF5 equivalents vastly simplifies the process of reading and writing data from Python.

Wheels are provided for several popular platforms, with an included copy of the HDF5 library (usually the latest version when h5py is released).

You can also build h5py from source <https://docs.h5py.org/en/stable/build.html#source-installation>_ with any HDF5 stable release from version 1.10.4 onwards, although naturally new HDF5 versions released after this version of h5py may not work. Odd-numbered minor versions of HDF5 (e.g. 1.13) are experimental, and may not be supported.

版本列表
3.16.0 2026-03-06
3.15.1 2025-10-16
3.15.0 2025-10-13
3.14.0 2025-06-06
3.13.0 2025-02-18
3.12.1 2024-09-26
3.12.0 2024-09-25
3.11.0 2024-04-10
3.10.0 2023-10-09
3.9.0 2023-06-20
3.8.0 2023-01-23
3.7.0 2022-05-24
3.6.0 2021-11-16
3.5.0 2021-10-20
3.4.0 2021-08-23
3.3.0 2021-06-22
3.2.1 2021-03-05
3.2.0 2021-03-03
3.1.0 2020-11-06
3.0.0 2020-10-30
3.0.0rc1 2020-10-10
2.10.0 2019-09-07
2.9.0 2018-12-20
2.9.0rc1 2018-12-08
2.8.0 2018-06-05
2.8.0rc1 2018-03-09
2.7.1 2017-09-01
2.7.0 2017-03-19
2.7.0rc2 2017-01-04
2.6.0 2016-07-06
2.5.0 2015-04-08
2.4.0 2015-01-06
2.4.0b1 2014-11-03
2.3.1 2014-08-01
2.3.0 2014-04-22
2.3.0b1 2014-03-14
2.2.1 2014-02-01