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.
0.0.8
This release adds the method for calculation of Renyi entropy (`tmplot.entropy`).
0.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.
0.0.6
This release includes the [functions](https://tmplot.readthedocs.io/en/latest/tmplot_stab.html) for selecting stable topics and some minor fixes.
0.0.5
This release improves docstrings and fixes a bug in the report interface: default `lambda_` value was used on topic selection.
0.0.4
This release adds [LTSA method](https://scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html) for Locally Linear Embedding (LLE) to `tmplot.get_topics_scatter()` function.