Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps torchmetrics from 1.6.0 to 1.6.1.

Release notes

Sourced from torchmetrics's releases.

Minor patch release

[1.6.1] - 2024-12-25

Changed

  • Enabled specifying weights path for FID (#2867)
  • Delete Device2Host caused by comm with device and host (#2840)

Fixed

  • Fixed plotting of multilabel confusion matrix (#2858)
  • Fixed issue with shared state in metric collection when using dice score (#2848)
  • Fixed top_k for multiclassf1score with one-hot encoding (#2839)
  • Fixed slow calculations of classification metrics with MPS (#2876)

Key Contributors

@​Isalia20, @​nkaenzig, @​podgorki, @​rittik9, @​yuvalkirstain, @​zhaozheng09

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


Full Changelog: Lightning-AI/torchmetrics@v1.6.0...v1.6.1

Changelog

Sourced from torchmetrics's changelog.

[1.6.1] - 2024-12-24

Changed

  • Enabled specifying weights path for FID (#2867)
  • Delete Device2Host caused by comm with device and host (#2840)

Fixed

  • Fixed plotting of multilabel confusion matrix (#2858)
  • Fixed issue with shared state in metric collection when using dice score (#2848)
  • Fixed top_k for multiclassf1score with one-hot encoding (#2839)
  • Fixed slow calculations of classification metrics with MPS (#2876)
Commits
  • 07224d3 releasing 1.6.1
  • 8b47970 Revert "build(deps): update transformers requirement from <4.47.0,>4.4.0 to >...
  • 7bda8f7 build(deps): bump mypy from 1.13.0 to 1.14.0 in /requirements (#2880)
  • aca022a build(deps): update lightning requirement from <2.5.0,>=1.8.0 to >=1.8.0,<2.6...
  • 6ba395d fix slow calculations of classification metrics (#2876)
  • 4d9c843 Fix top_k for multiclass-f1score (#2839)
  • 8827e64 Bugfix so multilabel confusion matrix can plot for 2 or more labels (#2858)
  • a7284e2 enable specifying weights path for fid (#2867)
  • 3ff199c Delete Device2Host caused by comm with device and host (#2840)
  • b9ab4bc bump: testing with next PyTorch 2.6 (#2836)
  • 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 30, 2024
@dependabot dependabot bot requested a review from a team December 30, 2024 05:59
Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/Lightning-AI/torchmetrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/v1.6.1/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: torchmetrics
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/runtimes/mlflow/torchmetrics-1.6.1 branch from 864f990 to f32e671 Compare January 13, 2025 21:18
@sakoush sakoush merged commit b9a7017 into master Jan 22, 2025
50 checks passed
@sakoush sakoush deleted the dependabot/pip/runtimes/mlflow/torchmetrics-1.6.1 branch January 22, 2025 17:05
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.

2 participants