Recent Releases of segmetrics
segmetrics - 1.5
What's Changed
- Refactor the code basis in https://github.com/BMCV/segmetrics/pull/11
- Refactor class structure of performance measures in https://github.com/BMCV/segmetrics/pull/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 https://github.com/BMCV/segmetrics/pull/14:
- Add
geometric-meanaggregation method - Rename
obj-meantoobject-mean
- Add
- Add type hints in https://github.com/BMCV/segmetrics/pull/15
- Minimum required Python version now is 3.8
Full Changelog: https://github.com/BMCV/segmetrics/compare/1.4.1...1.5
- Python
Published by kostrykin almost 2 years ago
segmetrics - 1.4.1
What's Changed
- Fix deprecation warning in boundary.py by @kostrykin in https://github.com/BMCV/segmetrics/pull/2
- Add test coverage by @kostrykin in https://github.com/BMCV/segmetrics/pull/3, https://github.com/BMCV/segmetrics/pull/6
Full Changelog: https://github.com/BMCV/segmetrics/compare/1.4...1.4.1
- Python
Published by kostrykin about 2 years ago
segmetrics - segmetrics-1.4
See change log on https://segmetrics.readthedocs.io/en/latest/changelog.html
Install via: conda install -c bioconda segmetrics=1.4
- Python
Published by kostrykin over 2 years ago