From 29a92996487598119c70ae44413407397c87cb69 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 16 May 2021 11:04:38 +0900 Subject: [PATCH] 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 --- CHANGELOG.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c4bd0e..4569e84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,26 @@ Removed Security -------- +v2.1.1_ (16, May 2021) +====================== + +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. + + v2.1.0_ (6, May 2021) ===================== @@ -145,7 +165,8 @@ v2.0.0_ (31, May. 2020) ======================= -.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.1.0...HEAD +.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.1.1...HEAD +.. _v2.1.1: https://github.com/miurahr/pykakasi/compare/v2.1.0...v2.1.1 .. _v2.1.0: https://github.com/miurahr/pykakasi/compare/v2.0.8...v2.1.0 .. _v2.0.8: https://github.com/miurahr/pykakasi/compare/v2.0.7...v2.0.8 .. _v2.0.7: https://github.com/miurahr/pykakasi/compare/v2.0.6...v2.0.7