Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 16:21
· 108 commits to main since this release

Warning

Package has wrong version number (1.11.0dev0 instead of 1.11.0)

v1.11.0 (2024-09-02)

Chore

  • chore: update .pre-commit-config.yaml

add submodule checkout, add custom autoupdate commit message, change sphinx building stage to pre-push (8998a73)

  • chore: update LICENSE.txt

include License statement for qmeasure submodule, fix file paths, update style (4ec7e17)

Ci

  • ci: add recursive checkout (ef72c4a)

  • ci: make checkout branch variable for wheel and sdist building

set checkout branch for semantic_release to main (59d0375)

  • ci: remove sleep step in job test_install (fde39ba)

Feature

  • feat: add function to crop images

cal cropping function during loading if parameter roi is given (140d101)

Refactor

  • refactor: add warning to visualize method in class ImageArray

add warning that parameter slices will be ignored if method is called on a 2D image (cd496be)

  • refactor: handle data loading in interface classes

move data loading and checking to score methods of metrics interface classes (1ad011b)

  • refactor: use qmeasure submodule (1c1ae61)