Skip to content

Releases: maximtrp/tmplot

tmplot: v0.1.3

19 Sep 13:28
17acb8b
Compare
Choose a tag to compare

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

26 Jan 08:31
6efa380
Compare
Choose a tag to compare

This release fixes relevance calculation (#10, thanks to @ed9w2in6) and improves entropy test.

tmplot: v0.1.1

27 Oct 20:31
Compare
Choose a tag to compare

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

17 May 19:34
d8de89f
Compare
Choose a tag to compare

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

22 Oct 06:31
Compare
Choose a tag to compare

This release introduces improvements to entropy calculation method.

tmplot: v0.0.9

20 Aug 10:42
Compare
Choose a tag to compare

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

26 Mar 20:11
917a30d
Compare
Choose a tag to compare

This release adds the method for calculation of Renyi entropy (tmplot.entropy).

tmplot: v0.0.7

24 Jan 16:08
Compare
Choose a tag to compare

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

22 Dec 07:28
Compare
Choose a tag to compare

This release includes the functions for selecting stable topics and some minor fixes.

tmplot: v0.0.5

13 Oct 22:03
Compare
Choose a tag to compare

This release improves docstrings and fixes a bug in the report interface: default lambda_ value was used on topic selection.