Skip to content

Releases: Hizuru3/python-habachen

v0.5.1

14 Jan 15:03
1e5e879
Compare
Choose a tag to compare

Minor updates

  • The __text_signature__ attribute (used by the inspect module, for example) for the habachen functions is now available.

  • Improved portability.

v0.5.0

04 Dec 14:20
8db84b8
Compare
Choose a tag to compare
  • Added pyproject.toml, following PEP 517/518.

  • Slight performance improvement: now use the stack memory for fixed-size temporary buffers in hiragana_to_katakana() and katakana_to_hiragana().

  • More consistent and precise error handling: assure that hiragana_to_katakana() raises a ValueError when hankaku option is set to True and the ignore optional string contains characters that are not convertible to hankaku katakana. Previously, even though neither 'ゐ' (U+3090) nor 'ゟ' (U+309F) has a corresponding hankaku katakana, only the latter triggered an error.

v0.4.0

01 Nov 15:13
a83a201
Compare
Choose a tag to compare
  • Added wheels for major platforms on PyPI, by using cibuildwheel.

  • Speed up katakana_to_hiragana() function with gcc on x86-64.

v0.3.1

03 Oct 23:47
c501b5d
Compare
Choose a tag to compare

First public release

v0.3.0

03 Oct 23:19
4aac136
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Update _version.py