You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
An issue where calling convert_to_lda of tomotopy.HDPModel with min_cf > 0, min_df > 0 or rm_top > 0 causes a crash has been fixed.
A new argument from_pseudo_doc is added to tomotopy.Document.get_topics and tomotopy.Document.get_topic_dist.
This argument is only valid for documents of PTModel, it enables to control a source for computing topic distribution.
A default value for argument p of tomotopy.PTModel has been changed. The new default value is k * 10.
Using documents generated by make_doc without calling infer doesn't cause a crash anymore, but just print warning messages.
An issue where the internal C++ code isn't compiled at clang c++17 environment has been fixed.