composer
composer copied to clipboard
Update torchmetrics requirement from <1.4.1,>=1.4.0.post0 to >=1.4.0.post0,<1.4.3
trafficstars
Updates the requirements on torchmetrics to permit the latest version.
Release notes
Sourced from torchmetrics's releases.
Minor patch release
[1.4.2] - 2022-09-12
Added
- Re-adding
Chrfimplementation (#2701)Fixed
- Fixed wrong aggregation in
segmentation.MeanIoU(#2698)- Fixed handling zero division error in binary IoU (Jaccard index) calculation (#2726)
- Corrected the padding related calculation errors in SSIM (#2721)
- Fixed compatibility of audio domain with new
scipy(#2733)- Fixed how
prefix/postfixworks inMultitaskWrapper(#2722)- Fixed flakiness in tests related to
torch.uniquewithdim=None(#2650)
Key Contributors
@Borda,@petertheprocess,@rittik9,@SkafteNicki,@vkinakhIf we forgot someone due to not matching commit email with GitHub account, let us know :]
Full Changelog: https://github.com/Lightning-AI/torchmetrics/compare/v1.4.1...v1.4.2
Changelog
Sourced from torchmetrics's changelog.
[1.4.2] - 2022-09-12
Added
- Re-adding
Chrfimplementation (#2701)Fixed
- Fixed wrong aggregation in
segmentation.MeanIoU(#2698)- Fixed handling zero division error in binary IoU (Jaccard index) calculation (#2726)
- Corrected the padding related calculation errors in SSIM (#2721)
- Fixed compatibility of audio domain with new
scipy(#2733)- Fixed how
prefix/postfixworks inMultitaskWrapper(#2722)- Fixed flakiness in tests related to
torch.uniquewithdim=None(#2650)[1.4.1] - 2024-08-02
Changed
- Calculate text color of
ConfusionMatrixplot based on luminance (#2590)- Updated
_safe_divideto allowAccuracyto run on the GPU (#2640)- Improved error messages for intersection detection metrics for wrong user input (#2577)
Removed
- Dropped
Chrfimplementation due to licensing issues with the upstream package (#2668)Fixed
- Fixed bug in
MetricCollectionwhen using compute groups andcomputeis called more than once (#2571)- Fixed class order of
panoptic_quality(..., return_per_class=True)output (#2548)- Fixed
BootstrapWrappernot being reset correctly (#2574)- Fixed integration between
ClasswiseWrapperandMetricCollectionwith custom_filter_kwargsmethod (#2575)- Fixed BertScore calculation: pred target misalignment (#2347)
- Fixed
_cumsumhelper function in multi-gpu (#2636)- Fixed bug in
MeanAveragePrecision.coco_to_tm(#2588)- Fixed missed f-strings in exceptions/warnings (#2667)
[1.4.0] - 2024-05-03
Added
... (truncated)
Commits
cd9fa1dreleasing1.4.2c4b32aatest: freezefaster-coco-eval==1.5.*be71a4cci/doc: install with-eto resolve source links (#2740)400aa91Fixsegmentation.MeanIoU(#2698)327f01cbump some testing requirements (#2736)89c4265fix: compatibility audio do with newscipy(#2733)082429eFix: handle zero division error in binary IoU calculation (#2726)c1b3027Fix howprefix/posfixworks inMultitaskWrapper(#2722)b5d3d15build(deps): bump torch from 2.4.0 to 2.4.1 in /requirements (#2729)d22344ddocs: fix link to WIP- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.