Releases: BMCV/segmetrics
Releases · BMCV/segmetrics
1.5
What's Changed
- Refactor the code basis in #11
- Refactor class structure of performance measures in #12:
- Add support for object-based Dice and other region-based measures
- All asymmetric performance measures now have
.reversed()
and.symmetric()
methods
- Update aggregation methods in #14:
- Add
geometric-mean
aggregation method - Rename
obj-mean
toobject-mean
- Add
- Add type hints in #15
- Minimum required Python version now is 3.8
Full Changelog: 1.4.1...1.5
1.4.1
What's Changed
- Fix deprecation warning in boundary.py by @kostrykin in #2
- Add test coverage by @kostrykin in #3, #6
Full Changelog: 1.4...1.4.1
segmetrics-1.4
See change log on https://segmetrics.readthedocs.io/en/latest/changelog.html
Install via: conda install -c bioconda segmetrics=1.4