0.8.1
- A bug where
tomotopy.LDAModel.used_vocabs
returned an incorrect value was fixed. - Now
tomotopy.CTModel.prior_cov
returns a covariance matrix with shape[k, k]
. - Now
tomotopy.CTModel.get_correlations
with empty arguments returns a correlation matrix with shape[k, k]
.