Releases: silx-kit/fabio
Releases · silx-kit/fabio
FabIO-2024.09.0
What's new:
- 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
New Contributors
Full Changelog: v2024.4...v2024.9.0
v2024.4
What's Changed
- Support for new style GE-files (contribution from Patrick Avery)
- Support sparse frames without background (for XPCS)
- Fix documentation (Thanks Wout)
- Automatize the release (Thanks Thomas)
- Support for Numpy v2.0
- Support Python 3.7-3.12
New Contributors
Full Changelog: v2023.10...v2024.4
FabIO-2023.10
- New tutorial on the creation 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
- 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 release #528
FabIO-2023.4
- Convert stack of images into full CrysalisPro projects, including mask & scan description
- Support Python 3.7 to 3.11 with support of Cython 0.21 up to 3.0
FabIO 2022.12.1
New release to fix packaging issues
linked to the migration setuptools -> meson
No feature changed vs 2022.12.
FabIO 2022.12
- 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 behaviour
- Drop Python-3.6 (declared EOL 12-2021)
Fabio v0.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
FabIO-0.13.0
Changelog:
- Allow files to be larger than 2GB (Thanks Wout)
- Simplify the
eiger2cbf
tool - Correct densification with missing wavelength
- Correct issue with EDF headers (#459)
- Update documentation (Thanks Loïc)
- 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.