python-h5py

Edit Package 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.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000058 58 Bytes
h5py-3.10.0.tar.gz 0000403716 394 KB
python-h5py.changes 0000026425 25.8 KB
python-h5py.spec 0000004623 4.51 KB
Revision 28 (latest revision is 30)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1133632 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
- update to 3.10.0:
  * The read-only S3 file driver ('ros3') now accepts an AWS session
    token as part of the credentials (:pr:`2301`). Pass session_token
    when opening a :class:`.File` (along with the other S3 parameters).
    This requires HDF5 1.14.2 or later, with the ROS3 feature built.
  * Support for the HDF5 1.8 series was dropped, along with early 1.10
    releases. The minimum required HDF5 version is now 1.10.4.
  * Exposing HDF5 functions
  * H5Pget_fapl_ros3_token & H5Pset_fapl_ros3_token
  * Various nasty bugs when using nested compound and vlen data types
    have been fixed (:pr:`2134`).
  * Fixed an OverflowError in some cases when registering a filter
    with :func:`h5z.register_filter`, especially on 32-bit
    architectures (:pr:`2318`).
  * Sequential slicing/indexing operations on a :class:`.VirtualSource`
    object (e.g. source[:10][::2]) now raise an error, rather than
    giving incorrect results (:pr:`2280`).

- Add fix_failing_x86_test.patch
  Changes from 2.8.0 are too numerous to list here, complete changelog
  - no changelog
- python3 package added
Comments 0
openSUSE Build Service is sponsored by