Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps wtpsplit from 1.0.1 to 1.3.0.

Release notes

Sourced from wtpsplit's releases.

Release 1.3.0

Release 1.2.3

  • fix error with text where length is not a multiple of 4 and shorter than 512 characters in canine-s-* models (#98).

Release 1.2.2

  • add strip_whitespace flag.
  • fix bug with some zero-length sentences being returned if there is lots of trailing whitespace.

Release 1.2.1

  • fix argument propagation from model wrapper (#95 #97)

Release 1.2.0

  • Speed up pre- & postprocessing via better vectorization (#94).
  • Proper onnxruntime support for the wtp-bert-* models, although onnx models are currently not much faster (or even slower) than PyTorch models for some reason. Will continue to look into that.
  • Adds missing pandas requirement (fixing #92).
  • Lower bounds on transformers and other requirements to make sure all the functionality we need is there.
  • Removes torch from requirements since users will want to install it themselves depending on their hardware setup, and it's not required anymore when using only the onnx models.

Release 1.1.0

  • Added missing get_threshold function
  • wtp.split adapted to some style now also allows changing the threshold via wtp.split(..., threshold=threshold). Was previously overwritten by the default.
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
wtpsplit [>= 2.dev0, < 3]

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 [wtpsplit](https://github.com/segment-any-text/wtpsplit) from 1.0.1 to 1.3.0.
- [Release notes](https://github.com/segment-any-text/wtpsplit/releases)
- [Changelog](https://github.com/segment-any-text/wtpsplit/blob/main/RELEASE.md)
- [Commits](segment-any-text/wtpsplit@1.0.1...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2024
Copy link

@coveralls
Copy link

Coverage Status

coverage: 52.821% (-0.04%) from 52.859%
when pulling a47880e on dependabot/pip/wtpsplit-1.3.0
into 97b9613 on dev.

@bact bact merged commit 76936ff into dev Dec 16, 2024
38 of 41 checks passed
@dependabot dependabot bot deleted the dependabot/pip/wtpsplit-1.3.0 branch December 16, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants