Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Releases: miurahr/pykakasi

v2.3.0b1: support Latin-1 characters

14 Apr 06:47
Compare
Choose a tag to compare
Pre-release
Update changelog

Signed-off-by: Hiroshi Miura <[email protected]>

V2.3.0a1; backtrack matching mechanism

14 Apr 06:47
Compare
Choose a tag to compare
Pre-release
Bump to 2.3.x

Signed-off-by: Hiroshi Miura <[email protected]>

Release v2.2.1

10 Jul 01:17
Compare
Choose a tag to compare
Fixed
-----
* Add Zenkaku-Question(\uFF1F) and other Zenkaku marks as endmark (#146)

Signed-off-by: Hiroshi Miura <[email protected]>

Release v2.2.0

10 Jul 01:11
Compare
Choose a tag to compare
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

19 May 07:39
Compare
Choose a tag to compare
Release v2.2.0b3 Pre-release
Pre-release
Changed
-------
* Refactoring main loop logics for convert()(#144)

Signed-off-by: Hiroshi Miura <[email protected]>

Release v2.2.0b2

19 May 04:41
Compare
Choose a tag to compare
Release v2.2.0b2 Pre-release
Pre-release
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

16 May 04:41
Compare
Choose a tag to compare
Release v2.2.0b1 Pre-release
Pre-release
Added
-----
* dictionary: noun and adjectives from UniDic(#140)

Signed-off-by: Hiroshi Miura <[email protected]>

Release v2.1.1 (Improve performance)

16 May 02:07
Compare
Choose a tag to compare
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)

07 May 05:08
Compare
Choose a tag to compare
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

04 May 06:45
Compare
Choose a tag to compare
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]>