Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 13:26
d961513

AbstractMCMC v3.0.0

Diff since v2.5.0

Breaking
callback functions passed to sample now also take the kwargs passed to samples as well as the current state, i.e. one must follow the following signature:

callback(rng, model, sampler, sample, state, iteration; kwargs...)

Merged pull requests: