Skip to content

v1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 16:01
· 132 commits to main since this release

v1.9.0 (2024-08-22)

Build

  • build: set specific meson and meson-python versions (e395ba2)

  • build: remove support for Python 3.13 until in stable

Python 3.13 build takes too long or fails, add specific dependency version for meson-python (d6dd0e6)

Chore

  • chore: update .gitignore

remove docs/source/**/generated/ files (be86072)

Feature

  • feat(batch_mode.py): add parameter data_range to export_metadata (00cb4c4)

  • feat: add parameter to set order of scaling in batch_mode.py (0c3886c)

Fix

  • fix: add Exception and warning to handle non 3D volumes in qmeasure.py (33e288a)