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.
0.0.3
This release includes a cosmetic change in documents output (column name is not displayed in report now).