From 50b0296a9e1b666e5a09a41ec9e9284a2a9b608f Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Thu, 23 Jun 2022 01:07:20 +0900 Subject: [PATCH] Merge r9y9 0.2.0 (#13) * Workaround the installation issue #27 Not sure about the exact root cause, but the error messages suggested that there's issues with setuptools/pip. I can confirm we can fix the issue by changing the build-time setuptools requirement to --- docs/changelog.rst | 11 ++++++++++- lib/hts_engine_API | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fce3799..012d042 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,16 @@ Change log ========== -v0.1.6 <2021-xx-xx> +v0.2.0 <2022-02-06> ------------------- +* `#29`_: Update binary dependencies (hts_engine_API/open_jtalk) + +v0.1.6 <2022-01-29> +------------------- + +* `#27`_: pyopenjtalk cannot be installed in google colab + v0.1.5 <2021-09-18> ------------------- @@ -73,3 +80,5 @@ Initial release with OpenJTalk's text processsing functionality .. _#22: https://github.com/r9y9/pyopenjtalk/pull/22 .. _#24: https://github.com/r9y9/pyopenjtalk/pull/24 .. _#25: https://github.com/r9y9/pyopenjtalk/pull/25 +.. _#27: https://github.com/r9y9/pyopenjtalk/issues/27 +.. _#29: https://github.com/r9y9/pyopenjtalk/pull/29 diff --git a/lib/hts_engine_API b/lib/hts_engine_API index b7e1c8b..214e26d 160000 --- a/lib/hts_engine_API +++ b/lib/hts_engine_API @@ -1 +1 @@ -Subproject commit b7e1c8b51787e19ea4376176afd9707c3c9d599a +Subproject commit 214e26dfb7f728ff9db39c14a59db709abcc121d diff --git a/setup.py b/setup.py index 0f75369..6f4af65 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ platform_is_windows = sys.platform == "win32" -version = "0.1.6" +version = "0.2.0" min_cython_ver = "0.21.0" try: