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

releasing minor 1.3.2 [rebase & merge] #2454

Merged
merged 45 commits into from
Mar 18, 2024
Merged

releasing minor 1.3.2 [rebase & merge] #2454

merged 45 commits into from
Mar 18, 2024

Conversation

Borda
Copy link
Member

@Borda Borda commented Mar 16, 2024

What does this PR do?

regular patch release

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃


📚 Documentation preview 📚: https://torchmetrics--2454.org.readthedocs.build/en/2454/

SkafteNicki and others added 17 commits March 16, 2024 10:35
* fix dtype in pearson and spearman
* small refactor
* update classification
* update to new pytest format
* Apply suggestions from code review

---------

Co-authored-by: Jirka Borovec <[email protected]>

(cherry picked from commit f4ef8a8)
(cherry picked from commit dd58efa)
* lint: switch from Black to `ruff-format`
* manual fixes
* mypy

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

(cherry picked from commit 4c999b8)
Fix indentation

(cherry picked from commit 7e2ebff)
…2,<0.3 in /requirements (#2393)

* build(deps): update sentencepiece requirement in /requirements

Updates the requirements on [sentencepiece](https://github.com/google/sentencepiece) to permit the latest version.
- [Release notes](https://github.com/google/sentencepiece/releases)
- [Commits](google/sentencepiece@v0.1.98...v0.2.0)

---
updated-dependencies:
- dependency-name: sentencepiece
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 46b3abb)
(cherry picked from commit 3c07ebe)
s/+/*/

(cherry picked from commit 91dd704)
* lint: pyproject
* cleaning

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit 3de406f)
* apply to text
* fix _PATH_ALL_TESTS
* _cache-references
* separate_files
* cachier master
* Apply suggestions from code review

(cherry picked from commit 76f61a5)
(cherry picked from commit c9f3b13)
…4.4.0,<4.39.0 in /requirements (#2409)

build(deps): update transformers requirement in /requirements

Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.10.0...v4.38.1)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 8740244)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.1 to 7.4.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.1...7.4.3)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit fc95ed8)
* apply to base
* cachier ==3.0.0
* --show_hidden
* fix wrapper

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

(cherry picked from commit 42eefbd)
Borda and others added 23 commits March 16, 2024 15:17
* adding tests for mac M1

* RelativeAverageSpectralError
	Expected: tensor(5114.6641)
	Got: tensor(5114.6636)

* mecab
* Apply suggestions from code review

(cherry picked from commit 4230cfe)
…2419)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.12)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 043df7b)
…n /requirements (#2420)

* build(deps): update huggingface-hub requirement in /requirements

Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.0.1...v0.21.3)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Drop note

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 14741e2)
…ents (#2421)

build(deps): bump pytest-doctestplus in /requirements

Bumps [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases)
- [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst)
- [Commits](scientific-python/pytest-doctestplus@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: pytest-doctestplus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 2c2316e)
… `ClasswiseWrapper` when computing group metrics (#2390)

* fix: MetricCollection did not copy inner state of metric in ClasswiseWrapper when computing groups metrics

Issue Link: #2389

* fix: set _persistent and _reductions be same as internal metric

* test: check metric state_dict wrapped in `ClasswiseWrapper`

---------

Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 1951a06)
* add tests
* fix implementation
* tests
* changelog

(cherry picked from commit 1351009)
* add tests
* fix implementation
* tests
* changelog
* improve docs
* remove old stuff

(cherry picked from commit 017a077)
* docs update
* update higher is better property

(cherry picked from commit c056e6a)
* apply to whole repo
* ruff v0.3.0

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit c6dc46c)
* build(deps): bump pytest from 7.4.4 to 8.0.0 in /requirements

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update to new pytest format
* remove unused files
* pytest-doctestplus ==1.2.1
* assert len(recwarn) == 0
* recwarn
* imports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Jirka <[email protected]>

(cherry picked from commit 7a216bb)
* bump pytest 8.1
* TO 60
* less cache show
* --dist=load
* _select_rand_best_device()
* unittests._helpers
* shield cache
* mkdir -p /var/tmp/cached-references

(cherry picked from commit 5afc1d5)
(cherry picked from commit 5a63ae6)
(cherry picked from commit e7fc2d8)
…irements (#2445)

build(deps): update fire requirement in /requirements

Updates the requirements on [fire](https://github.com/google/python-fire) to permit the latest version.
- [Release notes](https://github.com/google/python-fire/releases)
- [Commits](google/python-fire@v0.1.0...v0.6.0)

---
updated-dependencies:
- dependency-name: fire
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit fa9674c)
…#2444)

Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1.
- [Commits](pytest-dev/pytest-timeout@2.2.0...2.3.1)

---
updated-dependencies:
- dependency-name: pytest-timeout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e2ee064)
(cherry picked from commit 4ed43e6)
…ods (#2437)

Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 0a6ad01)
* Implementation
* tests
* changelog

(cherry picked from commit 5980744)
* implementation
* add tests
* changelog

(cherry picked from commit 0a82679)
* lint: Ruff runs fix->format->check
* configure

(cherry picked from commit 6277311)
@Borda Borda changed the title releasing minor 1.3.2 [wip] releasing minor 1.3.2 [rebase & merge] Mar 16, 2024
@mergify mergify bot added the ready label Mar 18, 2024
@Borda Borda merged commit c1f8334 into release/stable Mar 18, 2024
66 checks passed
@Borda Borda deleted the releasing/1.3.2 branch March 18, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants