File python-fabio.changes of Package python-fabio
-------------------------------------------------------------------
Fri Jan 10 12:36:15 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 2024.09.0
* Link peak from sparse dataset to the dense one when using
densify_Bragg
* New tool hdf2neggia which converts any HDF5 file compatible into
something compatible with XDS+neggia plug-in
* support new detector: LambdaImage
* Fix endianness issue in several file-format
* Fix bug in edf.fast_data_read
* Fix warnings which became errors in gcc14
* Supports Python 3.8-3.12
-------------------------------------------------------------------
Thu Jul 4 07:20:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2024.4:
* Support for new style GE-files (contribution from Patrick Avery)
* Support sparse frames without background (for XPCS)
* Support for Numpy v2.0
* Support Python 3.7-3.12
-------------------------------------------------------------------
Fri Mar 1 18:00:38 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2023.10
* New tutorial on the ccreation of multiframe Tiff
* Fix regression related to the depreciation of fopen on MSVC compilers (validation code)
* Clean-up packaging
* Support Python 3.7-3.12
- FabIO-2023.6.0:
* Move source code to src
* Remove anything related to setup.py (i.e. exit setuptools and numpy.distutils)
* Debian build works only on debian12 (impossible to meet requirements on former versions)
* Supports python 3.7 - 3.11
- FabIO-2023.4.1:
* Bugfix (#528) wrong checksum with small CBF files
- FabIO-2023.04:
* eiger2crysalis generates full CrysalisPro projects, including mask & scan description
* Support Python 3.7 to 3.11 with Cython 0.21-3.0
- FabIO-2022.12: (12/12/2022):
* First version declared stable
* Change the versioning system to calendar
* Change build-system from numpy.distutils to meson-python
* Deprecate the usage of setup.py (will be removed in next release)
* Fix Tif-reader for wrong photometric interpretation
* Update HiPiCimage
* Support BigTIFF
* Improvement of test-coverage
* Fix issue in ProgressBar in the viewer
* Fix memory leak in densify
* Fix EigerImage behavour
* Drop Python-3.6 (declared EOL 12-2021)
-------------------------------------------------------------------
Tue Nov 29 12:11:46 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-six dependency
- Remove python_module macro definition
- More specific python_sitelib in %files
-------------------------------------------------------------------
Fri Jun 10 19:19:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 0.14.0:
* fix infinite loop when iterating over lima/eiger image files (#468)
* fix typo when saving in pilatus/CBF format (#471)
* fix noisy test on densification (#440)
* limit version of setuptools (related to the PEP517 and associated regressions)
* Change logo in documentation
* Support for Python versions 3.6 to 3.10, tested on amd64, ppc64le and arm64
* Linux is officially the main platform, Windows and MacOS are supported in best effort mode.
-------------------------------------------------------------------
Thu Apr 21 06:35:48 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.13.0:
* Allow files to be larger than 2GB (Thanks Wout)
* Simplify the eiger2cbf tool
* Correct densification with missing wavelength
* Correct issue with EDF headers (#459)
* Support for Python versions 3.6 to 3.10, tested on amd64, ppc64le and
arm64
* Densification of sparse data (densify-Bragg) produced by pyFAI
(sparsify-Bragg)
* Writer for EigerImage format
* Writer for LimaImage format
* Refactor all CLI tools
* Disable the mask calculation by default in eiger2crysalis
* Clean-up some debuging prints in CbfImage
* Correct MrcImage format (and change in tests)
- Use run_tests rather than setup.py tests to run the testsuite.
-------------------------------------------------------------------
Fri Feb 19 09:14:27 UTC 2021 - andy great <andythe_great@pm.me>
- Update to version 0.11.0.
* New support for Esperanto image format
(includes bitfield compression) read & write
* New support for HDF5 files generated by LImA (read-only so far)
* New support for HDF5 files generated by Bragg-sparsify
(definitevely read-only)
* Improved support for CBF: Magic bytes, headers, + other bug
corrections
* Improved supportfor Tiff: Miss interpretation of colormap tags
* Improved support for GE files gernerated at APS
* Improved support for Bruker100 image format (read & write)
* Stop testing for 32-bit operating systems.
- Removed fix_test_brukerimage.py_assertionerror.patch, which was
included in upstream.
-------------------------------------------------------------------
Fri Feb 19 08:38:55 UTC 2021 - andy great <andythe_great@pm.me>
- Skip python36 because python-numpy does not support it.
-------------------------------------------------------------------
Sun Sep 6 22:45:20 UTC 2020 - andy great <andythe_great@pm.me>
- Initial package release.