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
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.