Skip to content

Releases: silx-kit/fabio

FabIO-2024.09.0

12 Sep 11:24
@kif kif
v2024.9.0
acea978
Compare
Choose a tag to compare

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

12 Apr 06:36
@kif kif
v2024.4
Compare
Choose a tag to compare

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

26 Oct 15:50
@kif kif
v2023.10
99d5388
Compare
Choose a tag to compare
  • 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

21 Jun 12:41
@kif kif
v2023.6
Compare
Choose a tag to compare
  • 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

18 Apr 09:37
@kif kif
v2023.4.1
Compare
Choose a tag to compare

Bugfix release #528

FabIO-2023.4

03 Apr 11:08
@kif kif
v2023.4
Compare
Choose a tag to compare
  • 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

13 Dec 14:27
@kif kif
v2022.12.1
Compare
Choose a tag to compare

New release to fix packaging issues
linked to the migration setuptools -> meson
No feature changed vs 2022.12.

FabIO 2022.12

12 Dec 16:24
@kif kif
v2022.12
Compare
Choose a tag to compare
  • 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

02 Jun 15:04
@kif kif
v0.14.0
Compare
Choose a tag to compare
  • 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

14 Jan 09:03
@kif kif
v0.13.0
Compare
Choose a tag to compare

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.