python-h5py
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.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / python-h5py
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:numeric/python-h5py && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000146 146 Bytes | |
_multibuild | 0000000058 58 Bytes | |
h5py-3.11.0.tar.gz | 0000406519 397 KB | |
python-h5py.changes | 0000026762 26.1 KB | |
python-h5py.spec | 0000004647 4.54 KB |
Revision 50 (latest revision is 59)
Dirk Mueller (dirkmueller)
committed
(revision 50)
- update to 3.11.0: * h5py is now compatible with Numpy 2.0 * New methods :meth:`.Group.visit_links` and :meth:`.Group.visititems_links` that include links when visiting groups (:pr:`2360`).
Comments 0