Budoux

Latest version: v0.6.4

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.0

What's Changed
* Fix a mathematical bug by tushuhei in https://github.com/google/budoux/pull/78
* Add .js extension for better module portability by tushuhei in https://github.com/google/budoux/pull/79
* Remove the P features by tushuhei in https://github.com/google/budoux/pull/80
* Version up to 0.2.0 by tushuhei in https://github.com/google/budoux/pull/81

⚠️ **Breaking change**
- `thres` won't be available in the `parse` method and the CLI options any more. Please fix your program if it's relying on the `thres` parameter.
- The parsing logic is different to older versions due to the fix for a mathematical error and removal of some features around past results. See 78 and 80 for details.

**Full Changelog**: https://github.com/google/budoux/compare/v0.1.2...v0.2.0

0.1.2

What's Changed
* Improve package format by tushuhei in https://github.com/google/budoux/pull/75
* Fix when the `display` property is empty by kojiishi in https://github.com/google/budoux/pull/76
* Version up to 0.1.2 by tushuhei in https://github.com/google/budoux/pull/77


**Full Changelog**: https://github.com/google/budoux/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* Add isort and pytest to dev dependencies by eggplants in https://github.com/google/budoux/pull/56
* `--lang` option by eggplants in https://github.com/google/budoux/pull/55
* Add JavaScript `HTMLProcessor` class by kojiishi in https://github.com/google/budoux/pull/58
* Bump async from 2.6.3 to 2.6.4 in /demo by dependabot in https://github.com/google/budoux/pull/59
* Faster encode data by tushuhei in https://github.com/google/budoux/pull/61
* Faster preprocess by tushuhei in https://github.com/google/budoux/pull/62
* Change `applyElement` to call `HTMLProcessor` by kojiishi in https://github.com/google/budoux/pull/60
* Normalize weights not to overflow by tushuhei in https://github.com/google/budoux/pull/63
* Install Jax for GPU acceleration by tushuhei in https://github.com/google/budoux/pull/64
* Add py.typed for static analysis with mypy by ryu22e in https://github.com/google/budoux/pull/65
* Update gts to 4.0.0 by tushuhei in https://github.com/google/budoux/pull/69
* Fix Mypy GitHub Action by tushuhei in https://github.com/google/budoux/pull/70
* Output precision and recall during training by tushuhei in https://github.com/google/budoux/pull/71
* Upgrade dependencies by tushuhei in https://github.com/google/budoux/pull/72
* Version up to 0.1.1 by tushuhei in https://github.com/google/budoux/pull/73

New Contributors
* kojiishi made their first contribution in https://github.com/google/budoux/pull/58
* ryu22e made their first contribution in https://github.com/google/budoux/pull/65

**Full Changelog**: https://github.com/google/budoux/compare/v0.1.0...v0.1.1

0.1.0

- Simplified Chinese support added.
- Now the parser starts the segmentation process from the first character of the input sentence, in contrast to the old parser which starts the process from the third character assuming that the first phrase should be longer than 3 character long.
- While this old assumption holds in many cases in Japanese, it does not apply when it comes to Chinese. We removed this assumption according to the introduction of the Simplified Chinese model.

0.0.4

What's Changed
* Add thres arg to Python CLI by tushuhei in https://github.com/google/budoux/pull/32
* Add custom help formatter and shorthand of `--thres` by eggplants in https://github.com/google/budoux/pull/33
* Update dependent Node.js packages by tushuhei in https://github.com/google/budoux/pull/35
* Update build-demo.yml by tushuhei in https://github.com/google/budoux/pull/36
* mypy and flake8 by eggplants in https://github.com/google/budoux/pull/34
* Add description about CLI and deploy markdownlint CI by eggplants in https://github.com/google/budoux/pull/37
* Update style-check.yml by tushuhei in https://github.com/google/budoux/pull/38
* Specify python required version by eggplants in https://github.com/google/budoux/pull/40
* Add chunk-size option to reduce memory for model training by tamanyan in https://github.com/google/budoux/pull/41
* Bump follow-redirects from 1.14.7 to 1.14.8 in /demo by dependabot in https://github.com/google/budoux/pull/44
* Add thres parameter to Node.js CLI by tushuhei in https://github.com/google/budoux/pull/46
* Add a license header to .markdownlint.yaml by tushuhei in https://github.com/google/budoux/pull/47
* Take split_dataset out from fit by tushuhei in https://github.com/google/budoux/pull/42
* Dependencies version up by tushuhei in https://github.com/google/budoux/pull/50

New Contributors
* tamanyan made their first contribution in https://github.com/google/budoux/pull/41
* dependabot made their first contribution in https://github.com/google/budoux/pull/44

**Full Changelog**: https://github.com/google/budoux/compare/v0.0.3...v0.0.4

0.0.3

Featured changes
- Node.js CLI by junseinagao
- CI improvements by eggplants
- BudouX Web Components by tushuhei

What's Changed
* Fix Typos by hiro0218 in https://github.com/google/budoux/pull/22
* Add test CI for NodeJS by eggplants in https://github.com/google/budoux/pull/19
* Add badges (PyPI, npm) by eggplants in https://github.com/google/budoux/pull/21
* Fix version data by eggplants in https://github.com/google/budoux/pull/23
* Add cli test by eggplants in https://github.com/google/budoux/pull/16
* Add PR trigger to CI by eggplants in https://github.com/google/budoux/pull/24
* Add `npm link` to test CI by eggplants in https://github.com/google/budoux/pull/25
* Export the parser threshold value by tushuhei in https://github.com/google/budoux/pull/26
* Update .prettierrc.js by tushuhei in https://github.com/google/budoux/pull/27
* Implement a simple node.js cli tool. by junseinagao in https://github.com/google/budoux/pull/20
* Refactor tests of node.js cli by junseinagao in https://github.com/google/budoux/pull/28
* Add web components by tushuhei in https://github.com/google/budoux/pull/29
* Version bump by tushuhei in https://github.com/google/budoux/pull/30

New Contributors
* hiro0218 made their first contribution in https://github.com/google/budoux/pull/22
* junseinagao made their first contribution in https://github.com/google/budoux/pull/20

**Full Changelog**: https://github.com/google/budoux/compare/v0.0.2...v0.0.3

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.