Skip to content

Releases: harmslab/dataprob

better plotting experience with unstable models

18 Sep 03:52
39af49c
Compare
Choose a tag to compare

Small update that improves the user experience when analyzing models that are numerically unstable. The plotting functions now work, even if the model has failed to converge.

v0.9.3: Merge pull request #15 from harmsm/main

06 Sep 17:04
8aac336
Compare
Choose a tag to compare

v0.9.2

04 Sep 02:30
b6ffef6
Compare
Choose a tag to compare

Adds Bayesian MCMC convergence testing.

v0.9.1

02 Sep 22:38
16dd4f8
Compare
Choose a tag to compare

Changes

  • Added fit quality assessment statistics
  • Changed how parameters are summarized for bootstrap and Bayesian MCMC modes. Rather than reporting the parameter means, dataprob now reports the mode estimated via a Gaussian kernel density estimator applied to the pseudo-replicate or posterior distribution.
  • Updated and expanded docs and example notebooks

final api, pre-release

27 Aug 23:51
f46ca1c
Compare
Choose a tag to compare

Fully functional dataprob library.

This release has the final API that will go into the announcement release, with full documentation and a complete test suite. It is a pre-release to allow testing by users, as well as to test integration with pip, readthedocs, and colab.

v0.2.0

05 Aug 23:31
0e5d823
Compare
Choose a tag to compare

Added the ability to use gaussian priors in Bayesian inferences, increased test coverage, and fixed bugs throughout code.

v0.2.1

05 Aug 23:32
34300d1
Compare
Choose a tag to compare

Added the ability to use gaussian priors in Bayesian inferences, increased test coverage, and fixed bugs throughout code.

alpha release for pypi

23 Jul 00:11
f20a3ce
Compare
Choose a tag to compare
Merge pull request #8 from harmsm/main

finalize automatic pypi publishing

First release

23 Jul 00:06
3ee6ec6
Compare
Choose a tag to compare

Alpha release of code for calculating probability of data given specific models.