Skip to content

0.10.1

Compare
Choose a tag to compare
@bab2min bab2min released this 14 Feb 13:56
· 190 commits to main since this release
f2c1310
  • An issue was fixed where tomotopy.utils.Corpus.extract_ngrams craches with empty input.
  • An issue was fixed where tomotopy.LDAModel.infer raises exception with valid input.
  • An issue was fixed where tomotopy.HLDAModel.infer generates wrong tomotopy.Document.path.
  • Since a new parameter freeze_topics for tomotopy.HLDAModel.train was added, you can control whether to create a new topic or not when training.