Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 21:16
· 295 commits to main since this release

v1.1.0 (2024-01-31)

Feature

  • feat(image_processing): made cropping CT and segmentation its own function (5202cc2)

  • feat(image_processing): add option to display CT and segmentation cropped to ROI (120524c)

Fix

  • fix(pipeline): fixed check for existing radiomic features file, had incorrect file name (1819d3d)

  • fix(negative_controls): fixed function call for randomized_sample_full in applyNegativeControl (06a2f9c)

  • fix(image_processing): moved crop to top of displayOverlay function to get correct centre slice index and array conversion happens after crop (c1037d9)

Unknown

  • Merge pull request #8 from bhklab/development_katy

Added display functions for CT and CT with segmentation overlaid
Fixed function call for randomized sample full image
Fixed check for existing radiomic features file (ba4a9fe)

  • Merge pull request #7 from bhklab/development_mogtaba

Fixed CTtoSegmentation merge issue and fixed negative control settings (7bbf3b7)

  • fixed merge between SEGs and CTs, in matchCTtoSegmentation (fc1dda1)

  • added new negative controls to --negative_control flag (9aaf76c)