Releases: maximtrp/tmplot
tmplot: v0.1.3
This release fixes a number of bugs in report
method and slightly improves type hinting (thanks to @Nfsaavedra and @franciee2): #11, #13
tmplot: v0.1.2
tmplot: v0.1.1
This release fixes the lower bound error in TSNE perplexity setting (#6, #9, thanks to @caicai555, @Yif18). It also includes minor code and package improvements.
tmplot: v0.1.0
This release fixes an error in get_phi
method, adds some basic tests (to be added more in future), and updates packaging configs.
tmplot: v0.0.10
This release introduces improvements to entropy calculation method.
tmplot: v0.0.9
This release fixes a bug in topic scatter plot (#6) and optimizes t-SNE parameters for calculating topics 2D coordinates for scatter plot. It also includes minor cosmetic changes and fixes.
tmplot: v0.0.8
This release adds the method for calculation of Renyi entropy (tmplot.entropy
).
tmplot: v0.0.7
This release fixes a bug in topics scatter plot visualization and a bug in f-string shown when a topic modeling package is not installed.
tmplot: v0.0.6
This release includes the functions for selecting stable topics and some minor fixes.
tmplot: v0.0.5
This release improves docstrings and fixes a bug in the report interface: default lambda_
value was used on topic selection.