Skip to content

Releases: theogf/BayesianQuadrature.jl

v0.2.2

08 Mar 13:25
2fccf47
Compare
Choose a tag to compare

BayesianQuadrature v0.2.2

Diff since v0.2.1

Merged pull requests:

  • CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compat) (#37) (@github-actions[bot])

v0.2.1

07 Dec 17:07
326570b
Compare
Choose a tag to compare

BayesianQuadrature v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

21 Oct 11:38
181acbe
Compare
Choose a tag to compare

BayesianQuadrature v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Adding the Log transformation approach from Osborne et al. 2012 (#18) (@theogf)
  • Build some more complete docs (#34) (@theogf)

v0.1.0

23 Jul 10:08
0cbb969
Compare
Choose a tag to compare

BayesianQuadrature v0.1.0

Closed issues:

  • Storing samples (#2)
  • Rename BMC (#10)
  • log integrand in BayesModel (#13)
  • Callback function argument (#16)

Merged pull requests:

  • First structure with implementation of Bayesian Monte Carlo (#3) (@theogf)
  • CompatHelper: add new compat entry for "AbstractGPs" at version "0.2" (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Distributions" at version "0.24" (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for "KernelFunctions" at version "0.8" (#7) (@github-actions[bot])
  • Rewrite of BMC to BayesQuad and MonteCarlo to PriorSampling (#11) (@theogf)
  • fix logjoint (#12) (@johannesgiersdorf)
  • using logarithm of the integrand #13 (#14) (@johannesgiersdorf)
  • CompatHelper: bump compat for "PDMats" to "0.11" (#17) (@github-actions[bot])
  • CompatHelper: bump compat for "KernelFunctions" to "0.9" (#20) (@github-actions[bot])
  • Add the possibility to have a callback function (#22) (@theogf)
  • fix negative values due to numerical error #24 (#25) (@johannesgiersdorf)
  • CompatHelper: bump compat for "Distributions" to "0.25" (#26) (@github-actions[bot])
  • used new style of transform for Kernelfunctions (#28) (@johannesgiersdorf)
  • Improve numerical stability (#29) (@theogf)