SliceSampling v0.7.0
Breaking changes
- The default value for
max_proposals
has been tightened to10_000
. This means that applying one of the samplers inSliceSampling
on a degenerate model might throw an error with a higher probability starting from v0.7.
Merged pull requests:
- Tweak default
max_proposals
limit (#16) (@Red-Portal) - Setup formatter (#17) (@Red-Portal)