This is a major version update! Many changes have taken place in this version:
Breaking changes
When `hierarchical` argument of `hssm.HSSM` is set to `True`, HSSM will look into the
`data` provided for the `participant_id` field. If it does not exist, an error will
be thrown.
New features
- Added `link_settings` and `prior_settings` arguments to `hssm.HSSM`, which allows HSSM
to use intelligent default priors and link functions for complex hierarchical models.
- Added an `hssm.plotting` submodule with `plot_posterior_predictive()` and
`plot_quantile_probability` for creating posterior predictive plots and quantile
probability plots.
- Added an `extra_fields` argument to `hssm.HSSM` to pass additional data to the
likelihood function computation.
- Limited `PyMC`, `pytensor`, `numpy`, and `jax` dependency versions for compatibility.
0.1.x