Skip to content
Compare
Choose a tag to compare
@kostrykin kostrykin released this 14 Mar 09:43
· 2 commits to master since this release
1f34b61

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 to object-mean
  • Add type hints in #15
  • Minimum required Python version now is 3.8

Full Changelog: 1.4.1...1.5