Revisions of python-h5py

buildservice-autocommit accepted request 1177282 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 53)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 52)
- Disable test for ppc64le because of Insufficient precision
  bsc#1225381
buildservice-autocommit accepted request 1167623 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 51)
baserev update by copy to link target
Dirk Mueller's avatar 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`).
buildservice-autocommit accepted request 1133632 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 49)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 48)
- 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
buildservice-autocommit accepted request 1119890 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 47)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1119634 from Nicolas Morey's avatar Nicolas Morey (NMorey) (revision 46)
- Drop support for obsolete openmpi[123]
- Prepare support for openmpi5
buildservice-autocommit accepted request 1105464 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 45)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1105322 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 44)
- Update to 3.9.0
  * This version of h5py requires Python 3.8 or above.
  ## New features
  * New out argument to read_direct_chunk() to allow passing the
    output buffer (PR 2232).
  * The objects from Dataset.asstr() and Dataset.astype() now
    implement the __array__() method (PR 2269). This speeds up
    access for functions that support it, such as np.asarray().
  * Validate key types when creating groups and attributes, giving
    better error messages when invalid types are used (PR 2266).
  ## Deprecations & removals
  * Using Dataset.astype() as a context manager has been removed,
    after being deprecated in h5py 3.6. Read data by slicing the
    returned object instead: dset.astype('f4')[:].
  * Exposing HDF5 functions
  * H5Pget_elink_acc_flags & H5Pset_elink_acc_flags as
    h5py.h5p.PropLAID.get_elink_acc_flags() &
    h5py.h5p.PropLAID.set_elink_acc_flags(): access the external
    link file access traversal flags in a link access property list
    (PR 2244).
  * H5Zregister as h5py.h5z.register_filter(): register an HDF5
    filter (PR 2229).
  ## Bug fixes
  * Group.__contains__ and Group.get now use the default link
    access property list systematically (PR 2244).
  * Removed various calls to the deprecated numpy.product function
    (PR 2242 & PR 2273).
  * Fix the IPython tab-completion integration in IPython 8.12 (PR
    2256).
  * Replacing attributes with AttributeManager.create() now deletes
buildservice-autocommit accepted request 1066151 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 43)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1066147 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 42)
- Clean up build and runtime requirements
- Drop python-h5py-relax-dependency-versions.patch -- it has become
  a noop at the last refresh.
- Only build for supported pythons (>= 3.7)
- PEP517 build
buildservice-autocommit accepted request 1065621 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 41)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1064739 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 40)
update to latest version
buildservice-autocommit accepted request 983717 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 983693 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 38)
- Update to version 3.7.0
- Refresh python-h5py-relax-dependency-versions.patch for updated version.
buildservice-autocommit accepted request 959731 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 959609 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 36)
(Sorry for the multiple sr's, took me a few tries to get it right)
* Update to version 3.6.0.
* Rebase python-h5py-relax-dependency-versions.patch to apply against updated version.
* Also enforce %requires_eq on hdf5 to force rebuilds when hdf5 gets version updates in Factory (boo#1196682).
* Skip tests marked with 'mpi_skip' when building with openmpi flavours (see e.g., https://github.com/h5py/h5py/issues/1997).
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 35)
- Correct order of definitions to generate multiple packages for
  multiple builds.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 916929 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 34)
update to latest version
Displaying revisions 1 - 20 of 53
openSUSE Build Service is sponsored by