v1.25.0
v1.25.0 (2024-12-16)
Features
Discovered an edge case when processing ISPY2 SEG files that have multiple regions in them that are identified by numeric values in the mask.
Need READII to be able to take a specific value so the correct mask is used when checking the mask, cropping the image, and performing feature extraction.
## Summary by CodeRabbit-
New Features - Introduced an optional
segmentationLabelparameter in the feature extraction process for enhanced flexibility. - Improved error handling during segmentation mask validation and image cropping. -
Bug Fixes - Enhanced robustness by catching and logging exceptions related to feature extraction.
-
Tests - Added new tests to verify behavior with the
segmentationLabelparameter and to validate error handling for invalid inputs.
Detailed Changes: v1.24.0...v1.25.0