File python-sidpy.changes of Package failed_python-sidpy
-------------------------------------------------------------------
Sun Mar 27 17:22:16 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Reenable python311 with dask
- Fix requirements
- PEP517
-------------------------------------------------------------------
Mon Mar 27 16:09:40 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable python3.11 build, python-dask dependency doesn't support
python3.11 yet.
-------------------------------------------------------------------
Wed Feb 8 12:27:54 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.11.2
* compatibility to numpy >1.24
- 0.11.1
* Minor release. Small fixes to image windowing, four dimensional visualizer,
and adding of a structure attribute to the sidpy.dataset object.
- 0.11
* Added CHANNEL dimension type for sidpy dimensions (for example of usage see
this link) . This is useful for multi-channel spectral datasets, which can
now be plotted using the intrinsic .plot() method
* Added updated capability on spectral visualizer to enable plotting of
multi-channel spectra
* Small changes with set_dimension() method to be more robust
* Minor bug fixes
* Updates to various tests
- 0.10
* This release adds a few 'under the hood' changes to the sidpy dataset
object, with respect to chunking and folding/unfolding. Some minor edits to
some visualization functions were also made. A new method
visualize_fit_results() to the SidFitter class was added to aid in
visualization of functional fits.
- 0.0.9
* Added fitter class and improved tests.
-------------------------------------------------------------------
Fri Oct 21 12:10:57 UTC 2022 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
Tue Apr 26 06:17:09 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove skip for Python 3.10, dask is now available.
-------------------------------------------------------------------
Sun Feb 6 08:11:00 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.0.8
* Support of thumbnails for icon view of directory
* updated for new version of ipyfilechooser
* better support of dask functions (thanks Mani).
* nested dictionaries are now written and read from hdf5 files
* support of 4D image sets in plotting.
* Minor bug fixes
-------------------------------------------------------------------
Sat Feb 5 12:58:10 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Skip build for python 3.10: python-dask is not (yet) compatible.
-------------------------------------------------------------------
Tue Dec 14 08:21:42 UTC 2021 - pgajdos@suse.com
- pytest-runner is not required for build
-------------------------------------------------------------------
Wed Apr 14 18:15:43 UTC 2021 - andy great <andythe_great@pm.me>
- Update to version 0.0.5.
* Mathematical operations return sidpy.Dataset now instead of
dask.array.
-------------------------------------------------------------------
Mon Jan 18 21:55:27 UTC 2021 - andy great <andythe_great@pm.me>
- Disable build for python 2 and python3.6 because numpy and scipy
don't support them.
-------------------------------------------------------------------
Mon Dec 21 15:52:20 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 0.0.4a.
* range of bug fixes
* greatly expanded tests
* added ore docstrings
* simplified imports and removed unnecessary functions
* compatibility with single core machines
* changes to write_simple_attrs method, to now include ability to write enum objects
* changes to minimum dimension size
-------------------------------------------------------------------
Mon Nov 23 14:05:29 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 0.0.3.
* sidpy.Dataset extend dask.array
* sidpy.Dimension extends numpy.ndarray
* Improved unit testing for core functions
-------------------------------------------------------------------
Fri Sep 18 21:08:25 UTC 2020 - andy great <andythe_great@pm.me>
- Remove fix_tests_dir_in_site_package.patch, fix in sidpy 0.0.2.
- Update to version 0.0.2.
* Submodules of the main modules can be imported directly.
E.g. import sidpy.hdf_utils instead of sidpy.hdf.hdf_utils
* Preventing tests from being deployed into site-packages
* Fixed bugs in sidpy.io.interface_utils.py that was causing
problems when importing sidpy
* Added python 3.8 support and testing
* Improvements and bug fixes to dataset.py
* Added plotting utilities written to support upcoming
Dataset.plot().
* Ported additional hdf_utils functions for copying datasets
(now in hdf_utils) and provenance tracking within HDF files
(now in prov_utils)
* Added Reader class to do half the job of the existing
Translator class
* Translator class now shows a deprecation warning prompting
users to start using Reader instead and populate ScopeReaders
-------------------------------------------------------------------
Fri Aug 14 16:26:38 UTC 2020 - andy great <andythe_great@pm.me>
- Initial package release.