Skip to content

Releases: TuringLang/AbstractMCMC.jl

v5.6.0

28 Oct 05:50
bc760b0
Compare
Choose a tag to compare

AbstractMCMC v5.6.0

Diff since v5.5.0

Merged pull requests:

  • Add a model argument to getparams and setparams!! functions (#150) (@sunxd3)

Closed issues:

  • (Possibly) provide a unified interface for transitions (#145)

v5.5.0

15 Oct 11:47
467b076
Compare
Choose a tag to compare

AbstractMCMC v5.5.0

Diff since v5.4.0

This PR introduce two functions on sampler state, getparams and setparams!!. getparams allows retrieving the values of the parameters as a vector. setparams!! is the counter part of getparams.

This is part of the effort of making interaction between samplers easier. The motivation of this PR is that a "high-order" MCMC (e.g. Gibbs) can use getparams and setparams!! without having to know the exact type of the sampler state, thus paving way to a more generalized sampler design and implementation.

Merged pull requests:

v5.4.0

04 Oct 12:29
a18c12f
Compare
Choose a tag to compare

AbstractMCMC v5.4.0

Diff since v5.3.0

Merged pull requests:

Closed issues:

  • Non-dev docs not deploying (#140)

v5.3.0

12 Sep 11:10
8431b31
Compare
Choose a tag to compare

AbstractMCMC v5.3.0

Diff since v5.2.0

Merged pull requests:

v5.2.0

26 Feb 23:25
2a77f53
Compare
Choose a tag to compare

AbstractMCMC v5.2.0

Diff since v5.1.0

Merged pull requests:

  • Add option to mute the logging for setprogress! function (#138) (@sunxd3)
  • Fix docs for new silent argument to setprogress!. (#139) (@yebai)

v5.1.0

14 Feb 19:20
acff38f
Compare
Choose a tag to compare

AbstractMCMC v5.1.0

Diff since v5.0.0

Merged pull requests:

v5.0.0

25 Oct 19:00
dfb33b5
Compare
Choose a tag to compare

AbstractMCMC v5.0.0

Diff since v4.4.2

Merged pull requests:

  • Allow specification of initial state for sample (#119) (@torfjelde)
  • Use _init_parmas for MCMCThreads and MCMCDistributed too (#126) (@torfjelde)
  • CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#127) (@github-actions[bot])
  • Update callback signature in docs (#130) (@devmotion)
  • Breaking release: v5.0.0 (#134) (@torfjelde)

Closed issues:

  • Error if init_params has not been specified for all chains (#125)
  • Docs on callback is missing state argument (#129)

v4.4.2

20 Jun 18:58
d7c549f
Compare
Choose a tag to compare

AbstractMCMC v4.4.2

Diff since v4.4.1

Merged pull requests:

v4.4.1

02 May 13:36
e149f9f
Compare
Choose a tag to compare

AbstractMCMC v4.4.1

Diff since v4.4.0

Merged pull requests:

  • Do not test Atom/Juno (#115) (@devmotion)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#121) (@github-actions[bot])

v4.4.0

10 Jan 13:09
33487da
Compare
Choose a tag to compare

AbstractMCMC v4.4.0

Diff since v4.3.0

Merged pull requests: