v0.3.0
v0.3.0 (2023-12-21)
Build
-
build: updated semantic release variables (
5e24044) -
build: updated semantic release and added package build steps (
5a51e07) -
build: remove publish to PyPI (
f276b76)
Documentation
- docs(pipeline): fixed typo in data directory help message (
7a19b5a)
Feature
-
feat: add ability to run pipeline using poetry run (
ced5e67) -
feat(gitignore): ignore vscode directory with configurations (
7e30be2) -
feat(pipeline): main pipeline function to run radiomic feature extraction (
929573d) -
feat(metadata): added check for csv type on imgFileListPath argument (
ac09625) -
feat(metadata): made function to find the segmentation type from the list of image files (
8dd4ddf)
Fix
-
fix(test_feature_extraction): fixed expected output path for radiomicFeatureExtraction (
53c9db3) -
fix(image_processing): fixed usage of ctDirPath variable in padSegToMatchCT (
892c8d7) -
fix: move size mismatch handling back to radiomicFeatureExtraction because image file paths are available in that function (
ccbe852) -
fix(feature_extraction): moved error handling into singleRadiomicFeatureExtraction and added catch for wrong pyradiomics parameter file (
41a3901) -
fix: change radiomic features file output name (
ea0b963) -
fix(feature_extraction): add check for None in pyradiomics parameter file spot, use default if that's the case (
5340f57) -
fix(yarea): renamed this file because it had import issues being named the same as the package (
833c5b4)
Style
- style(feature_extraction): changed ctFolderPath to ctDirPath for consistency (
b7b452e)
Test
- test(test_metadata): testing for getSegmentationType function (
57768cf)