Namedivider-python

Latest version: v0.3.1

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

Scan your dependencies

Page 1 of 2

0.3.1

Main Changes
- **Support for Python 3.13:** Officially supports the new version, Python 3.13.
- **End of Support for Python 3.8:** Support for Python 3.8 has been discontinued.

48

Improvements
- **Reduction of Dependencies:**
- Replaced the `requests` library with the standard library's `urllib`. 49
- Replaced the `tqdm` library with `typer.progressbar`. 50
- **Speed improvement:**
- Improved performance of GBDTNameDivider 51

0.3.0

New Features

- Added ability to customize rule-based algorithms
- source: https://github.com/rskmoi/namedivider-python/pull/40
- docs: https://github.com/rskmoi/namedivider-python/commit/41c0c6ec4a0666699348ce3656ee19ce65ad2cd0

- (beta) Added divider for names consisting entirely of katakana
- source and docs: https://github.com/rskmoi/namedivider-python/pull/42 , https://github.com/rskmoi/namedivider-python/pull/45
- additional docs: https://github.com/rskmoi/namedivider-python/pull/43/commits/268899b83f15199b69e7c2b410f4481360a40b45

Improvements
- Fixed unintended behavior in rule-based algorithms
- https://github.com/rskmoi/namedivider-python/pull/41

0.2.3

- Support Python 3.12
- Measure coverage and report coverage in CI

beta_bert

0.2.2

- Fixed a bug related to long names
- Use hatch, mypy, ruff, black

0.2.1

- Remove support for Python 3.7 and add support for Python 3.11
- Fixed bug on windows
- Add Multi OS tests

0.2.0

Add GBDTNamedivider

Algorithm using GBDT is added. Accuracy has been improved from 99.2% to 99.9%.


Changed API Structure

The API structure has been changed; the NameDivider class is now deprecated. Please use BasicNameDivider instead.

Models

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.