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

build(deps): update sentencepiece requirement from <0.2,>=0.1 to >=0.2,<0.3 in /requirements #2393

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Updates the requirements on sentencepiece to permit the latest version.

Release notes

Sourced from sentencepiece's releases.

v0.2.0

Major changes

N/A

New features

  • [ALL] Added SentencePieceNormalizer class in C++/Python. It supports almost the equivalent feature of spm_normalize. Python Sample C++ Sample
  • [ALL] Added SentencePieceProcessor::Normalize method in C++/Python Python Sample C++ Sample
  • [ALL] Added functionality to override the normalization spec before the processing. Python Sample

Bug fixes & minor changes

  • Introduce better support of using external abseil and protobuf google/sentencepiece#869
  • Build universal binary in OSX release package google/sentencepiece#892
  • Add the set_min_log_level function to python to change the loglevel from the python wrapper. google/sentencepiece#893
  • Uses the logsumexp techniques in marginal probabilities of n-best tokenization to avoid underflow.
  • Support Python 3.12 google/sentencepiece#932
  • Improves the thread utilization in batch encoding/decoding.
  • Fix nasty bug in BPE position encoding.
  • Fix bugs in the handling of duplicated bigrams
Commits
  • 17d7580 suppress warnings in testharnress
  • 4a3cd1c Merge pull request #975 from google/dependabot/pip/dot-github/workflows/requi...
  • 670d2e7 Bump cryptography in /.github/workflows/requirements
  • 2b8772a Merge pull request #974 from xunkai55/patch-1
  • ffd8e9e Fix a typo in api.md
  • 03243af Merge pull request #970 from google/dependabot/pip/dot-github/workflows/requi...
  • d0fe405 Merge pull request #972 from google/dependabot/pip/dot-github/workflows/requi...
  • a8a618f Bump cryptography in /.github/workflows/requirements
  • bbbe548 Bump the build-time-deps group
  • 53de765 allows to load precomputed seed sentencepieces for unigram from a file.
  • 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)

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

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]>
@dependabot dependabot bot requested a review from SkafteNicki as a code owner February 19, 2024 23:49
@dependabot dependabot bot added the test / CI testing or CI label Feb 19, 2024
@dependabot dependabot bot requested a review from a team February 19, 2024 23:49
requirements/text.txt Outdated Show resolved Hide resolved
@Borda Borda changed the title build(deps): update sentencepiece requirement from <=0.1.99,>=0.1.98 to >=0.1.98,<=0.2.0 in /requirements build(deps): update sentencepiece requirement from <0.2,>=0.1 to >=0.2,<0.3 in /requirements Feb 20, 2024
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

Merging #2393 (41963bf) into master (7e2ebff) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #2393   +/-   ##
======================================
  Coverage      69%     69%           
======================================
  Files         307     307           
  Lines       17352   17352           
======================================
  Hits        11961   11961           
  Misses       5391    5391           

@mergify mergify bot added the ready label Feb 20, 2024
@Borda Borda merged commit 46b3abb into master Feb 22, 2024
69 checks passed
@Borda Borda deleted the dependabot-pip-requirements-sentencepiece-gte-0.1.98-and-lte-0.2.0 branch February 22, 2024 15:13
Borda pushed a commit that referenced this pull request Mar 16, 2024
…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)
Borda pushed a commit that referenced this pull request Mar 18, 2024
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready test / CI testing or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant