From e86e5092965b6b39b268e0611750b79a4ea592a2 Mon Sep 17 00:00:00 2001 From: Minchul Lee Date: Mon, 18 Nov 2019 23:19:12 +0900 Subject: [PATCH 1/2] 0.4.0 --- README.kr.rst | 3 +++ README.rst | 3 +++ setup.py | 2 +- tomotopy/documentation.kr.rst | 3 +++ tomotopy/documentation.rst | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.kr.rst b/README.kr.rst index 9e56475..877db99 100644 --- a/README.kr.rst +++ b/README.kr.rst @@ -197,6 +197,9 @@ tomotopy의 Python3 예제 코드는 https://github.com/bab2min/tomotopy/blob/ma 역사 ------- +* 0.4.0 (2019-11-18) + * `tomotopy.PLDAModel`와 `tomotopy.HLDAModel` 토픽 모델이 새로 추가되었습니다. + * 0.3.1 (2019-11-05) * `min_cf` 혹은 `rm_top`가 설정되었을 때 `get_topic_dist()`의 반환값이 부정확한 문제를 수정하였습니다. * `tomotopy.MGLDAModel` 모델의 문헌의 `get_topic_dist()`가 지역 토픽에 대한 분포도 함께 반환하도록 수정하였습니다.. diff --git a/README.rst b/README.rst index a32d266..fa9a45e 100644 --- a/README.rst +++ b/README.rst @@ -202,6 +202,9 @@ meaning you can use it for any reasonable purpose and remain in complete ownersh History ------- +* 0.4.0 (2019-11-18) + * New models including `tomotopy.PLDAModel` and `tomotopy.HLDAModel` were added into the package. + * 0.3.1 (2019-11-05) * An issue where `get_topic_dist()` returns incorrect value when `min_cf` or `rm_top` is set was fixed. * The return value of `get_topic_dist()` of `tomotopy.MGLDAModel` document was fixed to include local topics. diff --git a/setup.py b/setup.py index b3ff28e..957f7cb 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( name='tomotopy', - version='0.3.2', + version='0.4.0', description='Tomoto, The Topic Modeling Tool for Python', long_description=long_description, diff --git a/tomotopy/documentation.kr.rst b/tomotopy/documentation.kr.rst index 4295b81..61564b9 100644 --- a/tomotopy/documentation.kr.rst +++ b/tomotopy/documentation.kr.rst @@ -239,6 +239,9 @@ tomotopy의 Python3 예제 코드는 https://github.com/bab2min/tomotopy/blob/ma 역사 ------- +* 0.4.0 (2019-11-18) + * `tomotopy.PLDAModel`와 `tomotopy.HLDAModel` 토픽 모델이 새로 추가되었습니다. + * 0.3.1 (2019-11-05) * `min_cf` 혹은 `rm_top`가 설정되었을 때 `get_topic_dist()`의 반환값이 부정확한 문제를 수정하였습니다. * `tomotopy.MGLDAModel` 모델의 문헌의 `get_topic_dist()`가 지역 토픽에 대한 분포도 함께 반환하도록 수정하였습니다.. diff --git a/tomotopy/documentation.rst b/tomotopy/documentation.rst index 9afde8e..fb69b91 100644 --- a/tomotopy/documentation.rst +++ b/tomotopy/documentation.rst @@ -242,6 +242,9 @@ meaning you can use it for any reasonable purpose and remain in complete ownersh History ------- +* 0.4.0 (2019-11-18) + * New models including `tomotopy.PLDAModel` and `tomotopy.HLDAModel` were added into the package. + * 0.3.1 (2019-11-05) * An issue where `get_topic_dist()` returns incorrect value when `min_cf` or `rm_top` is set was fixed. * The return value of `get_topic_dist()` of `tomotopy.MGLDAModel` document was fixed to include local topics. From 07ece008fa40d22e04c7ca8e6e9fe0f9bf6a9140 Mon Sep 17 00:00:00 2001 From: Minchul Lee Date: Mon, 18 Nov 2019 23:22:17 +0900 Subject: [PATCH 2/2] 0.4.0 --- README.kr.rst | 2 +- README.rst | 2 +- tomotopy/documentation.kr.rst | 2 +- tomotopy/documentation.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.kr.rst b/README.kr.rst index 877db99..4b01f70 100644 --- a/README.kr.rst +++ b/README.kr.rst @@ -30,7 +30,7 @@ tomotopy 란? 더 자세한 정보는 https://bab2min.github.io/tomotopy/index.kr.html 에서 확인하시길 바랍니다. -tomotopy의 가장 최신버전은 0.3.1 입니다. +tomotopy의 가장 최신버전은 0.4.0 입니다. 시작하기 --------------- diff --git a/README.rst b/README.rst index fa9a45e..2062c66 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ The current version of `tomoto` supports several major topic models including Please visit https://bab2min.github.io/tomotopy to see more information. -The most recent version of tomotopy is 0.3.1. +The most recent version of tomotopy is 0.4.0. Getting Started --------------- diff --git a/tomotopy/documentation.kr.rst b/tomotopy/documentation.kr.rst index 61564b9..91cd0a8 100644 --- a/tomotopy/documentation.kr.rst +++ b/tomotopy/documentation.kr.rst @@ -16,7 +16,7 @@ tomotopy 란? * Hierarchical PA (`tomotopy.HPAModel`) * Correlated Topic Model (`tomotopy.CTModel`) -tomotopy의 가장 최신버전은 0.3.1 입니다. +tomotopy의 가장 최신버전은 0.4.0 입니다. .. image:: https://badge.fury.io/py/tomotopy.svg diff --git a/tomotopy/documentation.rst b/tomotopy/documentation.rst index fb69b91..43b6681 100644 --- a/tomotopy/documentation.rst +++ b/tomotopy/documentation.rst @@ -16,7 +16,7 @@ The current version of `tomoto` supports several major topic models including * Hierarchical PA (`tomotopy.HPAModel`) * Correlated Topic Model (`tomotopy.CTModel`). -The most recent version of tomotopy is 0.3.1. +The most recent version of tomotopy is 0.4.0. .. image:: https://badge.fury.io/py/tomotopy.svg