chore(deps): bump sentencepiece from 0.2.0 to 0.2.1 in /generative_ai by dependabot[bot] · Pull Request #15 · developer982/python-docs-samples
Bumps sentencepiece from 0.2.0 to 0.2.1.
Release notes
Sourced from sentencepiece's releases.
v0.2.1
Major changes
- [Python] Supported wheels and builds for Python 3.13 and 3.14(rc1) #1134, #1127, #1121, #1111, #1110, #1104, #1103, #1099, #1091
- [Python] Added an experimental support for free-threading. #1134, #1127, #1110 https://github.com/google/sentencepiece/tree/master/python#free-threading-support
- [Python] Updated the supported Python version to 3.9 or later.
New features
- [ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (
-DSPM_DISABLE_EMBEDDED_DATA=ON). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.Bug fixes & minor changes
- [ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.
- [Python]: Deprecates the wheel package for Linux i686.
- [Python]: Supported wheel for Windows Arm64. #1114
- [Python]: Fixed the crash issue on batch decoding #1051
- [ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.
- [ALL]: Unused code and build mode cleanup.
v0.2.1pre2
Major changes
- [Python] Supported wheels and builds for Python 3.13 and 3.14(rc0)
- [Python] Added an experimental support for free-threading. https://github.com/google/sentencepiece/tree/master/python#free-threading-support
- [Python] Updated the supported Python version to 3.9 or later.
New features
- [ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (
-DSPM_DISABLE_EMBEDDED_DATA=ON). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.Bug fixes & minor changes
- [ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.
- [Python]: Deprecates the wheel package for Linux i686.
- [Python]: Supported wheel for Windows Arm64.
- [Python]: Fixed the crash issue on batch decoding #1051
- [ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.
- [ALL]: Unused code and build mode cleanup.
Commits
31646a4Merge pull request #1136 from crusaderky/pytest-run-parallelbcd44b9free-threading tests135747finstall twine before checking wheel69fe0b2install setuptools before making sdistee1422binstall setuptools before making sdist5ac2fd2use windows-11-arm runner to test ARM64 wheel on native env.36b9745use windows-11-arm runner to test ARM64 wheel on native env.4f043aeuse auto-mode to make wheel with the native binary.623196euses arm docker image to build and test wheel559fd65re-enable QEMU to enable arm execution- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.