Skip to content

build(deps-dev): bump torchmetrics from 1.6.1 to 1.7.2 in /runtimes/mlflow#2171

Merged
RobertSamoilescu merged 1 commit into
masterfrom
dependabot/pip/runtimes/mlflow/torchmetrics-1.7.2
Jun 4, 2025
Merged

build(deps-dev): bump torchmetrics from 1.6.1 to 1.7.2 in /runtimes/mlflow#2171
RobertSamoilescu merged 1 commit into
masterfrom
dependabot/pip/runtimes/mlflow/torchmetrics-1.7.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2025

Copy link
Copy Markdown
Contributor

Bumps torchmetrics from 1.6.1 to 1.7.2.

Release notes

Sourced from torchmetrics's releases.

Minor patch release

[1.7.2] - 2025-05-27

Changed

  • Enhance: improve performance of _rank_data (#3103)

Fixed

  • Fixed UnboundLocalError in MatthewsCorrCoef (#3059)
  • Fixed MIFID incorrectly converts inputs to byte dtype with custom encoders (#3064)
  • Fixed ignore_index in MultilabelExactMatch (#3085)
  • Fixed: disable non-blocking on MPS (#3101)

Key Contributors

@​ahmedhshahin, @​gratus907, @​rittik9, @​ZhiyuanChen

If we forgot someone due to not matching commit email with GitHub account, let us know :]


Full Changelog: Lightning-AI/torchmetrics@v1.7.1...v1.7.2

Minor patch release

[1.7.1] - 2025-04-06

Changed

  • Enhance Support Adding a MetricCollection to Another MetricCollection in add_metrics Function (#3032)

Fixed

  • Fixed absent class MeanIOU (#2892)
  • Fixed detection IoU ignores predictions without ground truth (#3025)
  • Fixed error raised in MulticlassAccuracy when top_k>1 (#3039)

Key Contributors

@​Isalia20, @​rittik9, @​SkafteNicki

If we forgot someone due to not matching commit email with GitHub account, let us know :]


Full Changelog: Lightning-AI/torchmetrics@v1.7.0...v1.7.1

... (truncated)

Changelog

Sourced from torchmetrics's changelog.

[1.7.2] - 2025-05-27

Changed

  • Enhance: improve performance of _rank_data (#3103)

Fixed

  • Fixed UnboundLocalError in MatthewsCorrCoef (#3059)
  • Fixed MIFID incorrectly converts inputs to byte dtype with custom encoders (#3064)
  • Fixed ignore_index in MultilabelExactMatch (#3085)
  • Fixed: disable non-blocking on MPS (#3101)

[1.7.1] - 2025-04-06

Changed

  • Enhance Support Adding a MetricCollection to Another MetricCollection in add_metrics Function (#3032)

Fixed

  • Fixed absent class MeanIOU (#2892)
  • Fixed detection IoU ignores predictions without ground truth (#3025)
  • Fixed error raised in MulticlassAccuracy when top_k>1 (#3039)

[1.7.0] - 2025-03-20

Added

  • Additions to image domain:
    • Added ARNIQA metric (#2953)
    • Added DeepImageStructureAndTextureSimilarity (#2993)
    • Added support for more models and processors in CLIPScore (#2978)
  • Added JensenShannonDivergence metric to regression package (#2992)
  • Added ClusterAccuracy metric to cluster package (#2777)
  • Added Equal Error Rate (EER) to classification package (#3013)
  • Added functional interface to MeanAveragePrecision metric (#3011)

Changed

  • Making num_classes optional for one-hot inputs in MeanIoU (#3012)

Removed

  • Removed Dice from classification (#3017)

Fixed

... (truncated)

Commits
  • 6587b6a releasing 1.7.2
  • 280bb56 drop deprecated dependabot reviewers (#3109)
  • 5536a89 enhancement: improve performance of _rank_data (#3103)
  • 3870a52 fix: disable non-blocking on MPS (#3101)
  • 6333c33 build(deps): update huggingface-hub requirement from <0.32 to <0.33 in /requi...
  • f5203bb build(deps): bump pytest-xdist from 3.6.1 to 3.7.0 in /requirements (#3108)
  • 42d702c Docs: Clarify reference format differences between TorchMetrics and original ...
  • a2354a5 build(deps): update huggingface-hub requirement from <0.31 to <0.32 in /requi...
  • b0b6513 build(deps): bump pytest-rerunfailures from 15.0 to 15.1 in /requirements (#3...
  • 586c5e4 build(deps): update onnxruntime requirement from <1.22,>=1.12.0 to >=1.12.0,<...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot
dependabot Bot requested a review from a team June 2, 2025 06:33
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 2, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Jun 2, 2025
@RobertSamoilescu
RobertSamoilescu merged commit 7792bf1 into master Jun 4, 2025
@RobertSamoilescu
RobertSamoilescu deleted the dependabot/pip/runtimes/mlflow/torchmetrics-1.7.2 branch June 4, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant