Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump torchmetrics from 1.6.0 to 1.6.1 in /requirements #2491

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 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)

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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Packaging and dependencies python Pull requests that update Python code labels Dec 26, 2024
@adamjstewart adamjstewart merged commit 801e947 into main Dec 26, 2024
17 checks passed
@adamjstewart adamjstewart deleted the dependabot/pip/requirements/torchmetrics-1.6.1 branch December 26, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant