Skip to content

Releases: TuringLang/AbstractMCMC.jl

v3.3.1

23 Feb 00:05
93284f0
Compare
Choose a tag to compare

AbstractMCMC v3.3.1

Diff since v3.3.0

Merged pull requests:

v3.3.0

21 Feb 19:07
6dae58b
Compare
Choose a tag to compare

AbstractMCMC v3.3.0

Diff since v3.2.1

Closed issues:

  • Passing state + kwargs to callback (#55)
  • Interrupting and resuming sampling (#73)
  • Docs typo: isdone signature (#90)

Merged pull requests:

v3.2.1

30 Jun 16:10
2fe2dff
Compare
Choose a tag to compare

AbstractMCMC v3.2.1

Diff since v3.2.0

Closed issues:

  • Standard InferenceData-like API (#74)

Merged pull requests:

v3.2.0

14 May 00:04
686a341
Compare
Choose a tag to compare

AbstractMCMC v3.2.0

Diff since v3.1.0

Merged pull requests:

v3.1.0

11 Apr 20:02
0f0146b
Compare
Choose a tag to compare

AbstractMCMC v3.1.0

Diff since v3.0.2

Merged pull requests:

v3.0.2

10 Apr 23:51
2f6d220
Compare
Choose a tag to compare

AbstractMCMC v3.0.2

Diff since v3.0.1

Closed issues:

  • Update convergence sampling signature to use state (#67)

Merged pull requests:

v3.0.1

10 Apr 22:16
232fb36
Compare
Choose a tag to compare

AbstractMCMC v3.0.1

Diff since v3.0.0

Merged pull requests:

  • fix callback signature in convergence mcmcsample (#66) (@mileslucas)

v3.0.0

07 Apr 13:26
d961513
Compare
Choose a tag to compare

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:

v2.5.0

22 Mar 14:07
12a0969
Compare
Choose a tag to compare

AbstractMCMC v2.5.0

Diff since v2.4.0

Merged pull requests:

  • Use TerminalLoggers also on Windows for Julia >= 1.5.3 (#61) (@devmotion)

v2.4.0

20 Mar 20:57
1474452
Compare
Choose a tag to compare

AbstractMCMC v2.4.0

Diff since v2.1.0

Closed issues:

  • Option to thin (#49)
  • TagBot trigger issue (#52)
  • Documentation on role of AbstractModel instances for MCMC (#54)

Merged pull requests: