Skip to content

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 19 Aug 21:22
· 139 commits to main since this release

v1.7.4 (2024-08-19)

Fix

  • fix: use Optional for pyradiomicsParamFilePath in feature extraction functions for older python versions (a9aa977)

  • fix: filter out None values and ensure feature results are properly formatted as lists in radiomicFeatureExtraction function (53c68ff)

Refactor

  • refactor: simplify negative control region handling by removing unnecessary elif and raising ValueError in negative_controls.py (17ad253)

  • refactor: update logging format for better clarity in log messages, put the function name at the end of message in brackets to make it easier to read (bb8aa14)

  • refactor: address some type annotation errors, and add logging (79f342e)

Unknown

  • Merge pull request #33 from bhklab/feature_extraction_typeannt

fix: type annotations & refactor typing issues (b1ce1ed)