Skip to content

0.12.2

Compare
Choose a tag to compare
@bab2min bab2min released this 06 Sep 11:20
· 126 commits to main since this release
20a44b0
  • 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.