Skip to content

Releases: maximtrp/tmplot

tmplot: v0.3.0

13 Sep 11:13

Choose a tag to compare

  • Fixed Jensen-Shannon and symmetric Kullback-Leibler divergence calculation (was using incorrect formulas)
  • Fixed variable name bug in report interface
  • Fixed sklearn MDS FutureWarning
  • Added comprehensive input validation for probability matrices
  • Cached phi matrix calculations to reduce redundant calls
  • Added error handling for edge cases (division by zero, log(0))
  • Added bounds checking and empty data validation
  • Improved numerical stability with named constants
  • Enhanced error messages for better debugging

tmplot: v0.2.0

15 Mar 23:11

Choose a tag to compare

This release fixed issues in marginal distribution and saliency calculations.

tmplot: v0.1.3

19 Sep 13:28
17acb8b

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

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

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

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

Choose a tag to compare

This release introduces improvements to entropy calculation method.

tmplot: v0.0.9

20 Aug 10:42

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

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

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.