Skip to content

0.12.0

Compare
Choose a tag to compare
@bab2min bab2min released this 29 Apr 16:48
· 154 commits to main since this release
  • Now tomotopy.DMRModel and tomotopy.GDMRModel support multiple values of metadata (see https://github.com/bab2min/tomotopy/blob/main/examples/dmr_multi_label.py )
  • The performance of tomotopy.GDMRModel was improved.
  • A copy() method has been added for all topic models to do a deep copy.
  • An issue was fixed where words that are excluded from training (by min_cf, min_df) have incorrect topic id. Now all excluded words have -1 as topic id.
  • Now all exceptions and warnings that generated by tomotopy follow standard Python types.
  • Compiler requirements have been raised to C++14.