Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Dec 11, 2023
1 parent 9d7f5c0 commit b3dc55d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
4 changes: 3 additions & 1 deletion document/document_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
<a class="homelink" rel="home" title="tomotopy Home" href="/tomotopy" style="display:block; font-size:2em; font-weight:bold; color:#555; padding-bottom:.5em; border-bottom:1px solid silver;"> <img src="/tomotopy/tomoto.png" alt="" style="height:1.5em;"> tomotopy </a>
<a id='lang-en' href="../en/index.html">English</a> <a id='lang-kr' href="../kr/index.html">한국어</a>
<div id="version-link">
<span>v0.12.4</span>
<span>v0.12.6</span>
<ul>
<li><a href='/tomotopy/v0.12.6/en'>v0.12.6</a></li>
<li><a href='/tomotopy/v0.12.5/en'>v0.12.5</a></li>
<li><a href='/tomotopy/v0.12.4/en'>v0.12.4</a></li>
<li><a href='/tomotopy/v0.12.3/en'>v0.12.3</a></li>
<li><a href='/tomotopy/v0.12.2/en'>v0.12.2</a></li>
Expand Down
2 changes: 1 addition & 1 deletion tomotopy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.5'
__version__ = '0.12.6'
14 changes: 12 additions & 2 deletions tomotopy/documentation.kr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,20 @@ tomotopy의 Python3 예제 코드는 https://github.com/bab2min/tomotopy/blob/ma

역사
-------
* 0.12.6 (2023-12-11)
* 신규 기능
* `tomotopy.LDAModel.train`과 `tomotopy.LDAModel.set_word_prior`에 몇가지 편의 기능을 추가했습니다.
* `LDAModel.train`가 이제 학습 진행상황을 모니터링할 수 있는 `callback`, `callback_interval`, `show_progres` 인자를 지원합니다.
* `LDAModel.set_word_prior`가 이제 `prior` 인자로 `Dict[int, float]` 타입도 받을 수 있게 되었습니다.

* 0.12.5 (2023-08-03)
* 신규 기능
* Linux ARM64 아키텍처에 대한 지원을 추가했습니다.

* 0.12.4 (2023-01-22)
* New features
* 신규 기능
* macOS ARM64 아키텍처에 대한 지원을 추가했습니다.
* Bug fixes
* 버그 수정
* `tomotopy.Document.get_sub_topic_dist()`가 bad argument 예외를 발생시키는 문제를 해결했습니다.
* 예외 발생이 종종 크래시를 발생시키는 문제를 해결했습니다.

Expand Down
10 changes: 10 additions & 0 deletions tomotopy/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,16 @@ meaning you can use it for any reasonable purpose and remain in complete ownersh

History
-------
* 0.12.6 (2023-12-11)
* New features
* Added some convenience features to `tomotopy.LDAModel.train` and `tomotopy.LDAModel.set_word_prior`.
* `LDAModel.train` now has new arguments `callback`, `callback_interval` and `show_progres` to monitor the training progress.
* `LDAModel.set_word_prior` now can accept `Dict[int, float]` type as its argument `prior`.

* 0.12.5 (2023-08-03)
* New features
* Added support for Linux ARM64 architecture.

* 0.12.4 (2023-01-22)
* New features
* Added support for macOS ARM64 architecture.
Expand Down

0 comments on commit b3dc55d

Please sign in to comment.