v0.4.0
SliceSampling v0.4.0
Breaking Changes
- Univariate slice samplers now need to wrapped into
RandPermGibbs
to be used on multivariate targets.
New Features
- Added the hit-and-run sampling strategy for using univariate slice samplers on multivariate targets.
Merged pull requests:
- Add hit-and-run sampler, separate Gibbs sampling interface (#8) (@Red-Portal)
- enable docs for PRs (#9) (@Red-Portal)