
h5py 3.15.1
0
Read and write HDF5 files from Python
Contents
Read and write HDF5 files from Python
Stars: 2203, Watchers: 2203, Forks: 555, Open Issues: 309The h5py/h5py repo was created 13 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 2203 github stars!
How to Install h5py
You can install h5py using pip
pip install h5py
or add it to a project with poetry
poetry add h5py
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/h5py/
- Documentation:
- https://docs.h5py.org/en/stable/
- GitHub Repo:
- https://github.com/h5py/h5py
Classifiers
- Database
- Scientific/Engineering
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common h5py errors.
Code Examples
Here are some h5py code examples and snippets.
GitHub Issues
The h5py package has 309 open issues on GitHub
- Improvements for storing reference objects
- Build(deps): Bump sphinx from 8.2.3 to 9.1.0 in /docs
- Build(deps): Bump docutils from 0.21.2 to 0.22.4 in /docs
- Use a WeakValueDictionary for the object registry
- Use PyDict_DelItem to remove objects from registry
- Add native ppc64le wheel builds alongside existing platforms.
- Memory leak in h5py 3.15 (for attrs and dataset)
- Run pytest-run-parallel in CI
- EXP: debug API docs build with Sphinx 9
- h5py v4 planning
- Add arguments to Group.get to configure external link access
- Quadratic-time behavior in Group.visititems() / visititems_links() on deep nested hierarchies (with PoC)
- Support for native complex number datatypes in HDF5-2.0
- CI: Enable GitHub Actions CI for ppc64le (Power architecture) support
- ENH: add a
filepathattribute toFileandExternalLinkinstances
pythonfix