Releases: maximtrp/tmplot
tmplot: v0.3.0
- 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
This release fixed issues in marginal distribution and saliency calculations.
tmplot: v0.1.3
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
tmplot: v0.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.
tmplot: v0.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.
tmplot: v0.0.10
This release introduces improvements to entropy calculation method.
tmplot: v0.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.
tmplot: v0.0.8
This release adds the method for calculation of Renyi entropy (tmplot.entropy).
tmplot: v0.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.