Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

build(deps): update torchmetrics[text] requirement from <1.1.0,>0.5.0 to >0.5.0,<1.2.0 in /requirements #1690

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Updates the requirements on torchmetrics[text] to permit the latest version.

Release notes

Sourced from torchmetrics[text]'s releases.

Weekly patch release

[1.1.2] - 2023-09-11

Fixed

  • Fixed tie breaking in ndcg metric (#2031)
  • Fixed bug in BootStrapper when very few samples were evaluated that could lead to crash (#2052)
  • Fixed bug when creating multiple plots that lead to not all plots being shown (#2060)
  • Fixed performance issues in RecallAtFixedPrecision for large batch sizes (#2042)
  • Fixed bug related to MetricCollection used with custom metrics have prefix/postfix attributes (#2070)

Contributors

@​GlavitsBalazs, @​SkafteNicki

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

Changelog

Sourced from torchmetrics[text]'s changelog.

[1.1.2] - 2023-09-11

Fixed

  • Fixed tie breaking in ndcg metric (#2031)
  • Fixed bug in BootStrapper when very few samples were evaluated that could lead to crash (#2052)
  • Fixed bug when creating multiple plots that lead to not all plots being shown (#2060)
  • Fixed performance issues in RecallAtFixedPrecision for large batch sizes (#2042)
  • Fixed bug related to MetricCollection used with custom metrics have prefix/postfix attributes (#2070)

[1.1.1] - 2023-08-29

Added

  • Added average argument to MeanAveragePrecision (#2018)

Fixed

  • Fixed bug in PearsonCorrCoef is updated on single samples at a time (#2019)
  • Fixed support for pixel-wise MSE (#2017)
  • Fixed bug in MetricCollection when used with multiple metrics that return dicts with same keys (#2027)
  • Fixed bug in detection intersection metrics when class_metrics=True resulting in wrong values (#1924)
  • Fixed missing attributes higher_is_better, is_differentiable for some metrics (#2028)

[1.1.0] - 2023-08-22

Added

  • Added source aggregated signal-to-distortion ratio (SA-SDR) metric (#1882
  • Added VisualInformationFidelity to image package (#1830)
  • Added EditDistance to text package (#1906)
  • Added top_k argument to RetrievalMRR in retrieval package (#1961)
  • Added support for evaluating "segm" and "bbox" detection in MeanAveragePrecision at the same time (#1928)
  • Added PerceptualPathLength to image package (#1939)
  • Added support for multioutput evaluation in MeanSquaredError (#1937)
  • Added argument extended_summary to MeanAveragePrecision such that precision, recall, iou can be easily returned (#1983)
  • Added warning to ClipScore if long captions are detected and truncate (#2001)
  • Added CLIPImageQualityAssessment to multimodal package (#1931)
  • Added new property metric_state to all metrics for users to investigate currently stored tensors in memory (#2006)

[1.0.3] - 2023-08-08

Added

  • Added warning to MeanAveragePrecision if too many detections are observed (#1978)

Fixed

... (truncated)

Commits
  • 520625c releasing 1.1.2
  • 813f3c0 Bugfix for custom prefix/postfix and metric collection (#2070)
  • 5c2db0b Fix tie breaking in ndcg metric (#2031)
  • 725f493 Clarify language about one-vs-rest for classification metrics (#2051)
  • 7325d6f Fix bootstrapping with few samples (#2052)
  • 10243d7 Fix plot splitter (#2060)
  • 3f15c0d build(deps): bump pytest from 7.4.0 to 7.4.1 in /requirements (#2055)
  • d13d637 build(deps): update jiwer requirement from <=3.0.2,>=2.3.0 to >=2.3.0,<3.1.0 ...
  • cfc6ca1 Docs: fix code reference links (#2044)
  • 7f25079 build(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#2043)
  • Additional commits viewable in compare view

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)

Updates the requirements on [torchmetrics[text]](https://github.com/Lightning-AI/torchmetrics) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/torchmetrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v0.5.1...v1.1.2)

---
updated-dependencies:
- dependency-name: torchmetrics[text]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the enhancement New feature or request label Sep 18, 2023
@dependabot dependabot bot requested a review from a team September 18, 2023 11:45
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #1690 (b39de85) into master (686fb03) will decrease coverage by 34%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1690     +/-   ##
========================================
- Coverage      85%     51%    -34%     
========================================
  Files         291     291             
  Lines       12859   12859             
========================================
- Hits        10985    6571   -4414     
- Misses       1874    6288   +4414     

@Borda Borda enabled auto-merge (squash) September 18, 2023 13:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #1692.

@dependabot dependabot bot closed this Sep 25, 2023
auto-merge was automatically disabled September 25, 2023 11:12

Pull request was closed

@dependabot dependabot bot deleted the dependabot-pip-requirements-torchmetrics-text--gt-0.5.0-and-lt-1.2.0 branch September 25, 2023 11:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant