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
fix problem with not installing all required packages
0.7.3 - 2018-09-17 (last release to support Python 2.7)
new options in corpus module for converting Windows linebreaks to Unix linebreaks
0.7.2 - 2018-07-23
new option for exclude_topics: return_new_topic_mapping
fixed issue #7 (results entry about model gets overwritten)
0.7.1 - 2018-06-18
fix stupid missing import
0.7.0 - 2018-06-18
added sub-package bow with functions for DTM creation and statistics
fixed problems with evaluation and parallel calculation of gensim models (#5)
added Gensim evaluation example
0.6.3 - 2018-06-01
made get_vocab_and_terms more memory-efficient
updated requirements (fixes #6)
0.6.2 - 2018-04-27
added new function exclude_topics to model_stats
0.6.1 - 2018-04-27
better figure title placement, grouped subplots and other improvements in plot_eval_results
bugfix in model_stats due to missing unicode literals
0.6.0 - 2018-04-25
API restructured: (uninstall package first when upgrading!)
sub-package lda_utils is now called topicmod
no more common module in topicmod -> divided into evaluate (including evaluation metrics from former eval_metrics), model_io, model_stats, and parallel