This release fixes a number of bugs in `report` method and slightly improves type hinting (thanks to Nfsaavedra and franciee2): 11, 13
0.1.2
This release fixes relevance calculation (10, thanks to ed9w2in6) and improves entropy test.
0.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.
0.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.
0.0.10
This release introduces improvements to [entropy calculation method](https://tmplot.readthedocs.io/en/latest/tmplot_metrics.html#tmplot.entropy).
0.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.