This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Releases: miurahr/pykakasi
Releases · miurahr/pykakasi
v2.3.0b1: support Latin-1 characters
Update changelog Signed-off-by: Hiroshi Miura <[email protected]>
V2.3.0a1; backtrack matching mechanism
Bump to 2.3.x Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.1
Fixed ----- * Add Zenkaku-Question(\uFF1F) and other Zenkaku marks as endmark (#146) Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.0
Added ----- * dictionary: add noun and adjectives from UniDic(#140) Changed ------- * Refactoring main loop logics for convert()(#144) Fixed ----- * Fix segmentation (wakati) when combination with Katakana and Hiragana(#142) Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.0b3
Changed ------- * Refactoring main loop logics for convert()(#144) Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.0b2
Added ----- * dictionary: add noun and adjectives from UniDic(#140) Fixed ----- * Fix segmentation (wakati) when combination with Katakana and Hiragana(#142, #143) Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.0b1
Added ----- * dictionary: noun and adjectives from UniDic(#140) Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.1.1 (Improve performance)
Added ----- * Provide Kakasi.normalize(text) class method * Add unidic data into data (not used yet), and add parse utility. Fixed ----- * Put type hint stub into package * Copyright notifications Changed ------- * Expand all cletter into dictionary (#139) * Change primary kanwadict index from str to int * test: gather all legacy test into test_pykakasi_legacy.py file. Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.1.0 (Speed)
Added ----- * Deprecation warning when using old api(#124) * Add type hint file(*.pyi) (#124) * Benchmark test codes(#122) Changed ------- * Cache internal results and improve performance about 30-40 times.(#128) * Use standard pickle for database file(#128) * Exceptions module is now `pykakasi`, not pykakasi.exceptions.* Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.0.8
Added ----- * test: Benchmark and profiling (#122) Changed ------- * Performance: avoid ord() when checking long-mark, speed up about 6% * Reformat code by black(#121) Signed-off-by: Hiroshi Miura <[email protected]>