hBayesDM 2.0.0 (in development)

Major refactor; breaking changes.

Backend swap: rstan → cmdstanr

Tooling and prerequisites

API changes

Migration notes

If you have downstream code that calls rstan::extract(output$fit), replace it with one of:

posterior::as_draws_df(output$fit$draws())   # tidy data.frame
posterior::as_draws_rvars(output$fit$draws())
output$par_vals[["mu_k"]]                     # already-extracted samples

hBayesDM 2.0.0

hBayesDM 1.3.1

hBayesDM 1.3.0

hBayesDM 1.2.1

hBayesDM 1.2.0

hBayesDM 1.1.1

hBayesDM 1.1.0

hBayesDM 1.0.2

hBayesDM 1.0.1

hBayesDM 1.0.0

Major changes

Minor changes

hBayesDM 0.7.2

hBayesDM 0.7.1

hBayesDM 0.7.0

hBayesDM 0.6.3

hBayesDM 0.6.2

hBayesDM 0.6.1

hBayesDM 0.6.0

hBayesDM 0.5.1

hBayesDM 0.5.0

hBayesDM 0.4.0

hBayesDM 0.3.1

hBayesDM 0.3.0

hBayesDM 0.2.3.3

hBayesDM 0.2.3.2

hBayesDM 0.2.3.1

hBayesDM 0.2.3

hBayesDM 0.2.1

Bug fixes

Change

hBayesDM 0.2.0

Initially released.