Skip to content

Commit

Permalink
Merge pull request #17 from bab2min/develop
Browse files Browse the repository at this point in the history
0.4.0
  • Loading branch information
bab2min authored Nov 18, 2019
2 parents b3b708c + 07ece00 commit 9d00b9e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.kr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tomotopy 란?

더 자세한 정보는 https://bab2min.github.io/tomotopy/index.kr.html 에서 확인하시길 바랍니다.

tomotopy의 가장 최신버전은 0.3.1 입니다.
tomotopy의 가장 최신버전은 0.4.0 입니다.

시작하기
---------------
Expand Down Expand Up @@ -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()`가 지역 토픽에 대한 분포도 함께 반환하도록 수정하였습니다..
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 4 additions & 1 deletion tomotopy/documentation.kr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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()`가 지역 토픽에 대한 분포도 함께 반환하도록 수정하였습니다..
Expand Down
5 changes: 4 additions & 1 deletion tomotopy/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9d00b9e

Please sign in to comment.