Skip to content

Releases: rskmoi/namedivider-python

v0.3.1

14 Oct 04:27
Compare
Choose a tag to compare

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

v0.3.0

03 May 06:54
ac3b18d
Compare
Choose a tag to compare

New Features

  • Added ability to customize rule-based algorithms

  • (beta) Added divider for names consisting entirely of katakana

Improvements

  • Fixed unintended behavior in rule-based algorithms

v0.2.3

12 Nov 06:44
d9ab088
Compare
Choose a tag to compare
  • Support Python 3.12
  • Measure coverage and report coverage in CI

BERT Model

02 May 15:53
d9ab088
Compare
Choose a tag to compare
BERT Model Pre-release
Pre-release
Merge pull request #38 from rskmoi/v0.2.3

V0.2.3

v0.2.2

17 Jul 06:26
cdcc6ed
Compare
Choose a tag to compare
  • Fixed a bug related to long names
  • Use hatch, mypy, ruff, black

v0.2.1

15 Jun 06:53
e4f5f5b
Compare
Choose a tag to compare
  • Remove support for Python 3.7 and add support for Python 3.11
  • Fixed bug on windows
  • Add Multi OS tests

v0.2.0

29 May 09:26
bb9e091
Compare
Choose a tag to compare

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

29 May 05:22
409c413
Compare
Choose a tag to compare
Models Pre-release
Pre-release
Update README.md

v0.1.0

07 Nov 09:07
0ef5293
Compare
Choose a tag to compare

v0.1.0

NameDivider API

NameDivider API is a Docker container that provides an API for dividing the Japanese full name into a family name and a given name.

It is being developed to provide NameDivider functions to those using languages other than Python.

Goodbye Python3.6, Welcome Python3.9, 3,10

Changed the supported Python versions.

v0.0.2

15 Nov 09:16
Compare
Choose a tag to compare

First release.