Skip to content

v0.3.6

Choose a tag to compare

@jyangch jyangch released this 25 Jan 09:37
· 63 commits to main since this release

1, Removed the tinvloved model. Since the add and mul models now support time evolution, an independent tinv model is no longer necessary.
2, The Infer class now has two subclasses: BayesInfer and MaxLikeFit. The former handles Bayesian Inference (via multinest and emcee), while the latter handles the new Maximum Likelihood Estimation (via lmfit).
3, Added HTML information tables for outputs in Jupyter Notebooks.