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