Minor patch release
[1.6.2] - 2024-02-28
Added
- Added
zero_divisionargument toDiceScorein segmentation package (#2860) - Added
cache_sessiontoDNSMOSmetric to control caching behavior (#2974) - Added
disableoption tonan_strategyin basic aggregation metrics (#2943)
Changed
- Make
num_classesoptional for classification in case of micro averaging (#2841) - Enhance
Clip_Scoreto calculate similarities between same modalities (#2875)
Fixed
- Fixed
DiceScorewhen there is zero overlap between predictions and targets (#2860) - Fixed
MeanAveragePrecisionforaverage="micro"when 0 label is not present (#2968) - Fixed corner-case in
PearsonCorrCoefwhen input is constant (#2975) - Fixed
MetricCollection.updategives identical results (#2944) - Fixed missing
kwargsinPITmetric for permutation wise mode (#2977) - Fixed multiple errors in the
_final_aggregationfunction forPearsonCorrCoef(#2980) - Fixed incorrect CLIP-IQA type hints (#2952)
Key Contributors
@baskrahmer, @czmrand, @rbedyakin, @rittik9, @SkafteNicki, @wooseopkim
If we forgot someone due to not matching commit email with GitHub account, let us know :]
Full Changelog: v1.6.1...v1.6.2