Skip to content

Releases: JuliaGaussianProcesses/AbstractGPs.jl

v0.5.24

07 Apr 23:50
05deb6b

Choose a tag to compare

AbstractGPs v0.5.24

Diff since v0.5.23

Merged pull requests:

v0.5.23

16 Mar 16:07
28319c5

Choose a tag to compare

AbstractGPs v0.5.23

Diff since v0.5.22

Merged pull requests:

v0.5.22

24 Feb 13:23
5529310

Choose a tag to compare

AbstractGPs v0.5.22

Diff since v0.5.21

Merged pull requests:

Closed issues:

  • Zygote errors with parameterized mean functions and multidimensional input (#344)
  • Conflict between Zygote and AbstractGPs (#394)
  • CategoricalLikelihood compatibility with LatentGP (#404)

v0.5.21

10 Mar 12:25
8969233

Choose a tag to compare

AbstractGPs v0.5.21

Diff since v0.5.20

Merged pull requests:

  • CompatHelper: bump compat for EllipticalSliceSampling to 2 for package 0-intro-1d, (keep existing compat) (#381) (@github-actions[bot])
  • CompatHelper: bump compat for CairoMakie to 0.11 for package 3-parametric-heteroscedastic, (keep existing compat) (#387) (@github-actions[bot])
  • CompatHelper: bump compat for Turing to 0.30 for package ppl, (keep existing compat) (#388) (@github-actions[bot])
  • CompatHelper: bump compat for ParameterHandling to 0.5 for package 1-mauna-loa, (keep existing compat) (#392) (@github-actions[bot])
  • CompatHelper: bump compat for ParameterHandling to 0.5 for package 3-parametric-heteroscedastic, (keep existing compat) (#393) (@github-actions[bot])

v0.5.20

09 Mar 08:26
6dd5c12

Choose a tag to compare

AbstractGPs v0.5.20

Diff since v0.5.19

Merged pull requests:

  • CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#376) (@github-actions[bot])
  • CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#377) (@github-actions[bot])
  • CompatHelper: bump compat for AdvancedHMC to 0.6 for package 0-intro-1d, (keep existing compat) (#384) (@github-actions[bot])
  • Add compat entries for stdlibs (#386) (@devmotion)
  • Enable periodic kernel in example (#390) (@simsurace)

Closed issues:

  • Log-likelihood is lower after fitting the process? (#378)
  • AbstractGP shares array data - impossible to add new points to grid (bayesian optimisation) (#385)
  • GP for functions with 2D input (#389)

v0.5.19

25 Sep 19:16
6becdc2

Choose a tag to compare

AbstractGPs v0.5.19

Diff since v0.5.18

Merged pull requests:

  • CompatHelper: bump compat for AdvancedHMC to 0.5 for package 0-intro-1d, (keep existing compat) (#372) (@github-actions[bot])
  • CompatHelper: bump compat for Turing to 0.29 for package ppl, (keep existing compat) (#374) (@github-actions[bot])
  • Fix typo in intro example (#379) (@willtebbutt)
  • fix deprecation of dtc (#380) (@st--)

Closed issues:

  • rrule for MeanFunction types (#29)
  • Stuff that needs doing (#59)
  • Abstract vs concrete? (#104)
  • Some usability suggestions (#154)
  • plot() recipe returns unexpected prediction intervals (#173)
  • Arithmetic between GPs (#175)
  • Approximate Inference (#193)
  • JuliaGP landing webpage (#208)
  • Add posterior consistency test to standard tests (#215)
  • Unecessary computation for FiniteGP (#232)
  • Kernel for multidimensional output (#332)

v0.5.18

15 Sep 11:27
cb1097e

Choose a tag to compare

AbstractGPs v0.5.18

Diff since v0.5.17

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#365) (@github-actions[bot])
  • Docs improvements (#375) (@willtebbutt)

v0.5.17

08 May 14:11
1b7c135

Choose a tag to compare

AbstractGPs v0.5.17

Diff since v0.5.16

Closed issues:

  • Add API for (log) marginal likelihood approximation (#221)

Merged pull requests:

  • CompatHelper: bump compat for FillArrays to 1 for package 0-intro-1d, (keep existing compat) (#360) (@github-actions[bot])
  • Clarify API for GP approximations (#361) (@st--)
  • CompatHelper: bump compat for Turing to 0.25 for package ppl, (keep existing compat) (#362) (@github-actions[bot])
  • typofix (#363) (@st--)

v0.5.16

11 Apr 12:02
040247c

Choose a tag to compare

AbstractGPs v0.5.16

Diff since v0.5.15

Closed issues:

  • Stabilize MeanFunction API (#356)

Merged pull requests:

  • CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#358) (@github-actions[bot])

v0.5.15

04 Apr 09:44
2335017

Choose a tag to compare

AbstractGPs v0.5.15

Diff since v0.5.14

Closed issues:

  • Zygote v0.6.56 breaks tests (#355)

Merged pull requests:

  • CompatHelper: bump compat for CairoMakie to 0.10 for package 3-parametric-heteroscedastic, (keep existing compat) (#342) (@github-actions[bot])
  • CompatHelper: bump compat for Turing to 0.23 for package ppl, (keep existing compat) (#346) (@github-actions[bot])
  • MeanFunction API (#357) (@theogf)