messense/jieba-rs (jieba-rs)
### [`v0.7.0`](https://togithub.com/messense/jieba-rs/releases/tag/v0.7.0)
[Compare Source](https://togithub.com/messense/jieba-rs/compare/v0.6.8...v0.7.0)
#### What's Changed
- Break lifetime entanglement of TextExtract, TFIDF and Jieba by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/100](https://togithub.com/messense/jieba-rs/pull/100)
- Update actions to latest versions by [@messense](https://togithub.com/messense) in [https://github.com/messense/jieba-rs/pull/102](https://togithub.com/messense/jieba-rs/pull/102)
- Try use std hashmap instead of hashbrown by [@messense](https://togithub.com/messense) in [https://github.com/messense/jieba-rs/pull/103](https://togithub.com/messense/jieba-rs/pull/103)
- Add doctest support into coverage by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/105](https://togithub.com/messense/jieba-rs/pull/105)
- Add KeywordExtractConfigBuilder by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/104](https://togithub.com/messense/jieba-rs/pull/104)
- Complete KeywordExtractConfigBuilder coverage. Clean code. by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/106](https://togithub.com/messense/jieba-rs/pull/106)
- Extract HmmContext struct. by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/107](https://togithub.com/messense/jieba-rs/pull/107)
- Replace magic number 4 with NUM_STATES. Add comments. by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/108](https://togithub.com/messense/jieba-rs/pull/108)
#### New Contributors
- [@awong-dev](https://togithub.com/awong-dev) made their first contribution in [https://github.com/messense/jieba-rs/pull/100](https://togithub.com/messense/jieba-rs/pull/100)
**Full Changelog**: https://github.com/messense/jieba-rs/compare/v0.6.8...v0.7.0
oxc-project/oxc (oxlint)
### [`v0.4.0`](https://togithub.com/oxc-project/oxc/compare/754d9f4c98aab052cf6b2756f7af12557042708d...e5337f00b1c7b49cb09d28b860e112d4ebad3233)
[Compare Source](https://togithub.com/oxc-project/oxc/compare/754d9f4c98aab052cf6b2756f7af12557042708d...e5337f00b1c7b49cb09d28b860e112d4ebad3233)
yarnpkg/berry (yarn)
### [`v4.2.2`](https://togithub.com/yarnpkg/berry/compare/bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf...effc932614d5351bbfeed8e0e6aa4b2c6c52821d)
[Compare Source](https://togithub.com/yarnpkg/berry/compare/bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf...effc932614d5351bbfeed8e0e6aa4b2c6c52821d)
### [`v4.2.1`](https://togithub.com/yarnpkg/berry/compare/9a853e35cfe44d1cbd17b9739f68e90d1c79c96e...bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf)
[Compare Source](https://togithub.com/yarnpkg/berry/compare/9a853e35cfe44d1cbd17b9739f68e90d1c79c96e...bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf)
### [`v4.2.0`](https://togithub.com/yarnpkg/berry/compare/6b7621f0736ef7ed423672392882d68592d61c81...9a853e35cfe44d1cbd17b9739f68e90d1c79c96e)
[Compare Source](https://togithub.com/yarnpkg/berry/compare/6b7621f0736ef7ed423672392882d68592d61c81...9a853e35cfe44d1cbd17b9739f68e90d1c79c96e)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.6
->0.7
^0.3.5
->^0.4.0
4.1.1
->4.2.2
Release Notes
messense/jieba-rs (jieba-rs)
### [`v0.7.0`](https://togithub.com/messense/jieba-rs/releases/tag/v0.7.0) [Compare Source](https://togithub.com/messense/jieba-rs/compare/v0.6.8...v0.7.0) #### What's Changed - Break lifetime entanglement of TextExtract, TFIDF and Jieba by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/100](https://togithub.com/messense/jieba-rs/pull/100) - Update actions to latest versions by [@messense](https://togithub.com/messense) in [https://github.com/messense/jieba-rs/pull/102](https://togithub.com/messense/jieba-rs/pull/102) - Try use std hashmap instead of hashbrown by [@messense](https://togithub.com/messense) in [https://github.com/messense/jieba-rs/pull/103](https://togithub.com/messense/jieba-rs/pull/103) - Add doctest support into coverage by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/105](https://togithub.com/messense/jieba-rs/pull/105) - Add KeywordExtractConfigBuilder by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/104](https://togithub.com/messense/jieba-rs/pull/104) - Complete KeywordExtractConfigBuilder coverage. Clean code. by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/106](https://togithub.com/messense/jieba-rs/pull/106) - Extract HmmContext struct. by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/107](https://togithub.com/messense/jieba-rs/pull/107) - Replace magic number 4 with NUM_STATES. Add comments. by [@awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/108](https://togithub.com/messense/jieba-rs/pull/108) #### New Contributors - [@awong-dev](https://togithub.com/awong-dev) made their first contribution in [https://github.com/messense/jieba-rs/pull/100](https://togithub.com/messense/jieba-rs/pull/100) **Full Changelog**: https://github.com/messense/jieba-rs/compare/v0.6.8...v0.7.0oxc-project/oxc (oxlint)
### [`v0.4.0`](https://togithub.com/oxc-project/oxc/compare/754d9f4c98aab052cf6b2756f7af12557042708d...e5337f00b1c7b49cb09d28b860e112d4ebad3233) [Compare Source](https://togithub.com/oxc-project/oxc/compare/754d9f4c98aab052cf6b2756f7af12557042708d...e5337f00b1c7b49cb09d28b860e112d4ebad3233)yarnpkg/berry (yarn)
### [`v4.2.2`](https://togithub.com/yarnpkg/berry/compare/bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf...effc932614d5351bbfeed8e0e6aa4b2c6c52821d) [Compare Source](https://togithub.com/yarnpkg/berry/compare/bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf...effc932614d5351bbfeed8e0e6aa4b2c6c52821d) ### [`v4.2.1`](https://togithub.com/yarnpkg/berry/compare/9a853e35cfe44d1cbd17b9739f68e90d1c79c96e...bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf) [Compare Source](https://togithub.com/yarnpkg/berry/compare/9a853e35cfe44d1cbd17b9739f68e90d1c79c96e...bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf) ### [`v4.2.0`](https://togithub.com/yarnpkg/berry/compare/6b7621f0736ef7ed423672392882d68592d61c81...9a853e35cfe44d1cbd17b9739f68e90d1c79c96e) [Compare Source](https://togithub.com/yarnpkg/berry/compare/6b7621f0736ef7ed423672392882d68592d61c81...9a853e35cfe44d1cbd17b9739f68e90d1c79c96e)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.