Skip to content

Releases: TuringLang/AdvancedHMC.jl

v0.2.11

05 Nov 12:47
v0.2.11
Compare
Choose a tag to compare

v0.2.11 (2019-11-05)

Diff since v0.2.10

Merged pull requests:

v0.2.10

04 Nov 02:49
v0.2.10
e384a5a
Compare
Choose a tag to compare

v0.2.10 (2019-11-04)

Diff since v0.2.9

Closed issues:

  • Add NUTS diagnostics (#118)

Merged pull requests:

v0.2.9

02 Nov 22:19
v0.2.9
b26d09d
Compare
Choose a tag to compare

v0.2.9 (2019-11-02)

Diff since v0.2.8

Merged pull requests:

v0.2.8

01 Nov 13:48
v0.2.8
Compare
Choose a tag to compare

v0.2.8 (2019-11-01)

Diff since v0.2.7

Closed issues:

  • Better names for sampling methods from trees (#99)
  • Add tests to check if random number generator is correct passed to all places (#46)

Merged pull requests:

v0.2.7

16 Oct 21:54
v0.2.7
7df8802
Compare
Choose a tag to compare

v0.2.6

10 Oct 19:25
v0.2.6
43077cb
Compare
Choose a tag to compare

v0.2.6 (2019-10-10)

Diff since v0.2.5

Closed issues:

  • Problem with show method for DenseEuclideanMetric (#105)
  • Cannot use HMC and PG together in .2.4 (#95)
  • Tempering with multiplication of momentum leap frog step (#52)
  • Identify divergent transition (#50)
  • Samples during adaption phase (#35)
  • Support mutable and immutable array types (#18)

Merged pull requests:

v0.2.5

17 Sep 09:01
v0.2.5
b33db2b
Compare
Choose a tag to compare

v0.2.5 (2019-09-16)

Diff since v0.2.4

Closed issues:

  • Initial mass matrix is reset to identity when n_adapts>0 (#98)

Merged pull requests:

v0.2.4

03 Sep 19:36
v0.2.4
2d448c9
Compare
Choose a tag to compare

v0.2.4 (2019-09-03)

Diff since v0.2.3

Closed issues:

  • More unit tests for HMC building blocks (#84)
  • Possible (algorithmic) speedups (#32)
  • Create a synthetic multivariate Gaussian test for pre-conditioning adaption (#25)
  • Testing against CuArrays (#12)

Merged pull requests:

v0.2.3

19 Aug 21:27
v0.2.3
Compare
Choose a tag to compare

v0.2.3 (2019-08-19)

Diff since v0.2.2

Closed issues:

  • How to convert the output into a MCMCChains Chains (#89)

Merged pull requests:

  • Update no-U-turn criteria and added some unit tests (#91) (xukai92)
  • Working with CuArrays (#90) (xukai92)

v0.2.2

28 Jul 15:18
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2019-07-26)

Diff since v0.2.1

Merged pull requests:

  • Improve code: naming and numerical stability (#86) (xukai92)
  • Fix mass matrix adaption resize function (#85) (xukai92)