- Reduce pymedio dependency in volume calculation
- Use pymedio to open files instead of torchio
- Refactor for consistency with other projects and code quality
- Add lesion count to report
- Add helper metric calculator class
- Add per lesion metric report CLI for a prediction/truth segmentation pair
- Add more summary statistics to report
- Add segmentation volume to report and fix minor bugs
- Fix minor bug in IoU per lesion computation
- Make package compliant with mypy
- Add lesion volume calculation
- Add support for IoU threshold for LTPR and LFPR
- Fix type hints in volume correlation
- Correct name of LFPR (lesion false positive rate) to LFDR (lesion false discovery rate)
- Fix correlation computation in CLI and other minor typos.
- Update code style to black and improve docs.
- Fix repo name.
- First release on PyPI.