v1.2.0-beta
What's Changed
-
Logic
- Inference backend swapped from TensorFlow to ONNX Runtime.
- All segmentation models have been re-trained using a patch-wise approach for boosting recall performance, keeping the same AGU-Net architecture.
- Postoperative rest tumor segmentation has been included together with postoperative clinical reporting including extent of resection assessment.
-
GUI
- Overall palette updated, better consistency for widgets design overall, use of icons from Figma, new software logo.
- Possibility to load patient data corresponding to multiple timestamps (e.g., preoperative and postoperative).
- Improvement for the study/batch mode to hold and display all patients' statistics, and export them to csv.
- Redesign of the single patient mode to allow for multiple timestamps, and a dedicated actions tab.
- User preferences/settings widget storing convenience choices regarding segmentation and reporting.
-
Deployment
- Support for Apple M1 Chip computers, using the C++ ANTs backend, which in theory provides similar registration results as the Python-wrapped version.
Full Changelog: v1.1.0...v1.2.0-beta