stgit
stgit copied to clipboard
build(deps): bump strsim from 0.10.0 to 0.11.0
Bumps strsim from 0.10.0 to 0.11.0.
Release notes
Sourced from strsim's releases.
Release 0.11.0
Changed
improve OSA implementation
- reduce runtime
- reduce binary size by more than
25%reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
- reduce memory usage from
O(N*M)toO(N+M)- reduce runtime in our own benchmark by more than
70%- reduce binary size by more than
25%only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
- Fix transposition counting in Jaro and Jaro-Winkler.
- Limit common prefix in Jaro-Winkler to 4 characters
Release 0.10.1
Changed
improve OSA implementation
- reduce runtime
- reduce binary size by more than
25%reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
- reduce memory usage from
O(N*M)toO(N+M)- reduce runtime in our own benchmark by more than
70%- reduce binary size by more than
25%only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
- Fix transposition counting in Jaro and Jaro-Winkler.
- Limit common prefix in Jaro-Winkler to 4 characters
Changelog
Sourced from strsim's changelog.
[0.11.0] - (2024-01-07)
Changed
improve OSA implementation
- reduce runtime
- reduce binary size by more than
25%reduce binary size of Levenshtein distance
improve Damerau-Levenshtein implementation
- reduce memory usage from
O(N*M)toO(N+M)- reduce runtime in our own benchmark by more than
70%- reduce binary size by more than
25%only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
Fixed
- Fix transposition counting in Jaro and Jaro-Winkler.
- Limit common prefix in Jaro-Winkler to 4 characters
Commits
09fd5d9fix version numbere7a3b55Update the installation instructionsd9f10d5release version 0.10.1a5cc615add maintainer20e3bddonly boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7f6a7593limit common prefix in jaro-winkler15e1a03improve error message on test failure98fd0ecUpdate links to reference the rapidfuzz org82d13e9remove superfluous module around benchmarks (#66)1d92c1dfix or ignore all clippy warnings- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.