Skip to content

Releases: theogf/AugmentedGaussianProcesses.jl

v0.11.5

19 Jul 17:46
2b90bc3
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.11.5

Diff since v0.11.4

Closed issues:

  • Erroneous function call (#115)

Merged pull requests:

  • CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compat) (#116) (@github-actions[bot])
  • Fix warning message (#125) (@theogf)

v0.11.4

06 Jun 20:14
74169ce
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.11.4

Diff since v0.11.3

Merged pull requests:

v0.11.3

25 Nov 20:23
71a9264
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.11.3

Diff since v0.11.2

Merged pull requests:

v0.11.2

23 Nov 10:11
fdc70d2
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.11.2

Diff since v0.11.1

Merged pull requests:

  • Replace first by only when needed and divide by 2 instead of multiplying by 0.5 (#112) (@theogf)

v0.11.1

07 Oct 10:08
eb5eb7f
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.11.1

Diff since v0.11.0

Merged pull requests:

v0.11.0

23 Sep 09:15
b428774
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.11.0

For breaking points see #106.
Mostly SVGP and OnlineSVGP are affected:
SVGP(X, y, kernel, likelihood, inference, n_ind_points) becomes SVGP(kernel, likelihood, inference, Z)
and train!(model) becomes train!(model, X, y)

m = train!(m::OnlineSVGP, x, y) becomes m, new_state = train!(m, x, y, state)

Diff since v0.10.5

Merged pull requests:

v0.10.5

08 Sep 16:00
96e8eff
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.10.5

Diff since v0.10.4

Merged pull requests:

  • CompatHelper: bump compat for "KernelFunctions" to "0.10" (#97) (@github-actions[bot])
  • CompatHelper: bump compat for "AdvancedHMC" to "0.3" (#100) (@github-actions[bot])
  • Update AGP to InducingPoints 0.2 and ChainRulesCore 1 (#101) (@github-actions[bot])

v0.10.4

03 May 08:18
6eaa234
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.10.4

Diff since v0.10.3

Merged pull requests:

  • CompatHelper: bump compat for "Distributions" to "0.25" (#96) (@github-actions[bot])

v0.10.3

09 Apr 09:23
d5dab2c
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.10.3

Diff since v0.10.2

Merged pull requests:

  • CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#94) (@github-actions[bot])

v0.10.2

06 Apr 13:34
c26f74e
Compare
Choose a tag to compare

AugmentedGaussianProcesses v0.10.2

Diff since v0.10.1

Merged pull requests:

  • Integrating AbstractMCMC and fixing predictions (#93) (@theogf)