Changelog for
python312-fabio-2024.4-16.17.x86_64.rpm :
* Thu Jul 04 2024 Steve Kowalik
- 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 01 2024 Ben Greiner - 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 2022 Daniel Garcia - Remove python-six dependency- Remove python_module macro definition- More specific python_sitelib in %files
* Fri Jun 10 2022 Yogalakshmi Arunachalam - 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 2022 Steve Kowalik - 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 2021 andy great - 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 2021 andy great - Skip python36 because python-numpy does not support it.
* Sun Sep 06 2020 andy great - Initial package release.