File python-pyUSID.changes of Package python-pyUSID
-------------------------------------------------------------------
Tue Apr 22 01:40:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Tue Jul 9 05:28:41 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Restrict numpy to < 2.
-------------------------------------------------------------------
Thu Mar 14 10:09:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip python3.9 (numeric stack dependencies are gone)
-------------------------------------------------------------------
Fri Jan 26 15:44:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.0.12
* Minor update to previous pyUSID version with changes to ensure
compatibility with updated methods of slicing of h5 datasets in
h5py. This also resolves the errors thrown by visualization
utilizes that have plagued BGlib
- Release 0.0.11
* This version maintains compatibility with the latest numpy, and
also re-instates comp_utils that was removed from sidpy,
causing version incompatibility. Furthermore, some dependency
requirements have been updated. Whilst there are no feature
improvements, this release ensures continued functionality of
pyUSID.
- Drop pyUSID-pr84-np1.24.patch
- Drop abc_iterable.patch
-------------------------------------------------------------------
Sun Mar 26 16:26:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.0.10.post2
* Minor release to fix failing functions with updated versions of
pillow, and a minor bug fix to reshaping circumstance where
there is only one position in a spectral dataset.
- Add pyUSID-pr84-np1.24.patch gh#pycroscopy/pyUSID#84
- Fix requirements
-------------------------------------------------------------------
Thu Oct 20 12:20:20 UTC 2022 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
Wed May 4 22:02:36 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Skip failing tests (gh#pycroscopy/pyUSID#80).
- Add abc_iterable.patch to make tests compatible
(gh#pycroscopy/pyUSID#81).
-------------------------------------------------------------------
Sat Feb 5 22:22:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Disable python310 build: No dask yet
-------------------------------------------------------------------
Tue Dec 14 09:49:56 UTC 2021 - pgajdos@suse.com
- pytest-runner is not required for build
-------------------------------------------------------------------
Wed May 12 20:16:29 UTC 2021 - andy great <andythe_great@pm.me>
- Update to version 0.0.10.
* Minor bug fixes
* Function that writes sidpy.Dataset to USID formatted HDF5 files.
* Refactoring
* Renamed numpy_translator to array_translator
* Renamed write_utils to anc_build_utils
* Separate module for Dimension
* Removed unnecessary files like dtype_utils, io_utils
* Updated imports to use sidpy instead of pyUSID
- Remove fix_tests_h5py-3.0.patch as it has been upstreamed.
-------------------------------------------------------------------
Wed Jan 20 19:19:11 UTC 2021 - andy great <andythe_great@pm.me>
- Disable build for python36 because sidpy has no python36 build.
-------------------------------------------------------------------
Thu Dec 10 15:21:25 UTC 2020 - andy great <andythe_great@pm.me>
- Add fix_tests_h5py-3.0.patch to fix broken test from h5py 3.0.
-------------------------------------------------------------------
Tue Aug 18 06:54:31 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 0.0.9.
* Fixed bug regarding dask array transpose in USIDataset
* Not writing region references for ancillary datasets anymore
* Moved USID agnostic functions in pyUSID.io.reg_ref.py,
pyUSID.io.dtype_utils.py, pyUSID.io.hdf_utils.simple.py,
pyUSID.viz.plot_utils.py, pyUSID.viz.jupyter_utils.py,
pyUSID.processing.comp_utils.py to new package - sidpy
* Importing sidpy instead of local code copies for these modules
* Enabling multiple instances of Process class to be executed in
parallel via each MPI rank - ensemble / embarrassingly parallel
processing
* No longer pushing tests when deploying via pip
- Remove fix_tests_dir_in_site_package.patch
-------------------------------------------------------------------
Mon Aug 17 06:35:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the download url
-------------------------------------------------------------------
Thu Aug 6 19:24:48 UTC 2020 - andy great <andythe_great@pm.me>
- Initial package release.