Skip to content

0.11.0

Compare
Choose a tag to compare
@bab2min bab2min released this 26 Mar 09:22
· 167 commits to main since this release
  • A new topic model tomotopy.PTModel for short texts was added into the package.
  • An issue was fixed where tomotopy.HDPModel.infer causes a segmentation fault sometimes.
  • A mismatch of numpy API version was fixed.
  • Now asymmetric document-topic priors are supported.
  • Serializing topic models to bytes in memory is supported.
  • An argument normalize was added to get_topic_dist(), get_topic_word_dist() and get_sub_topic_dist() for controlling normalization of results.
  • Now tomotopy.DMRModel.lambdas and tomotopy.DMRModel.alpha give correct values.
  • Categorical metadata supports for tomotopy.GDMRModel were added (see https://github.com/bab2min/tomotopy/blob/main/examples/gdmr_both_categorical_and_numerical.py ).
  • Python3.5 support was dropped.