cases
cases copied to clipboard
Bump jieba-rs from 0.6.8 to 0.7.0
Bumps jieba-rs from 0.6.8 to 0.7.0.
Release notes
Sourced from jieba-rs's releases.
v0.7.0
What's Changed
- Break lifetime entanglement of TextExtract, TFIDF and Jieba by
@awong-dev
in messense/jieba-rs#100- Update actions to latest versions by
@messense
in messense/jieba-rs#102- Try use std hashmap instead of hashbrown by
@messense
in messense/jieba-rs#103- Add doctest support into coverage by
@awong-dev
in messense/jieba-rs#105- Add KeywordExtractConfigBuilder by
@awong-dev
in messense/jieba-rs#104- Complete KeywordExtractConfigBuilder coverage. Clean code. by
@awong-dev
in messense/jieba-rs#106- Extract HmmContext struct. by
@awong-dev
in messense/jieba-rs#107- Replace magic number 4 with NUM_STATES. Add comments. by
@awong-dev
in messense/jieba-rs#108New Contributors
@awong-dev
made their first contribution in messense/jieba-rs#100Full Changelog: https://github.com/messense/jieba-rs/compare/v0.6.8...v0.7.0
Commits
ca78b4a
Bump version to 0.7.05f541da
Replace magic number 4 with NUM_STATES. Add comments. (#108)46e4273
Extract HmmContext struct. (#107)f7e5793
Complete KeywordExtractConfigBuilder coverage. Clean code. (#106)1391b3d
Add KeywordExtractConfigBuilder (#104)18dfe4e
Add doctest support into coverage (#105)e5129f0
Use rust-cache action v22df5b80
Upgrade ordered-float to 4.092d5d21
Try use std hashmap instead of hashbrown (#103)698bc86
Fix cargo codspeed run- 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)