Releases: JuliaGaussianProcesses/AbstractGPs.jl
Releases · JuliaGaussianProcesses/AbstractGPs.jl
v0.3.6
AbstractGPs v0.3.6
Closed issues:
- Type stability for GPs (#155)
Merged pull requests:
- Adds an Exact Gaussian Process Inference example to the file. (#106) (@4aHxKzD)
- Update Turing and Soss dependencies (#167) (@devmotion)
- Update Documenter (#172) (@devmotion)
- Support and test in-place sampling (#176) (@devmotion)
v0.3.5
AbstractGPs v0.3.5
Closed issues:
Merged pull requests:
- Add outdated warnings (#153) (@devmotion)
- Bump ChainRulesCore deps (#160) (@willtebbutt)
- Reorganize tests and update CI (#162) (@devmotion)
v0.3.4
AbstractGPs v0.3.4
Merged pull requests:
- CompatHelper: bump compat for "KernelFunctions" to "0.10" (#151) (@github-actions[bot])
v0.3.3
AbstractGPs v0.3.3
Merged pull requests:
- Reference BayesianLinearRegressors (#142) (@willtebbutt)
- Revert mistaken docs entry (oops) (#143) (@willtebbutt)
- CompatHelper: bump compat for "Distributions" to "0.25" (#145) (@github-actions[bot])
- CompatHelper: bump compat for "Distributions" to "0.25" for package test (#146) (@github-actions[bot])
v0.3.2
AbstractGPs v0.3.2
Closed issues:
- Gradients (#3)
- Plotting (#5)
- Mean function (#89)
- Logistic for inducing points locations (#107)
- MethodError: no method matching bijector(::AbstractGPs.FiniteGP) (#122)
sizeinconsistency (#136)- Better error messages for AbstractGP (#137)
Merged pull requests:
- Add basic API docs (#128) (@willtebbutt)
- Update README (#132) (@willtebbutt)
- Build stable docs (#133) (@devmotion)
- Add AbstractGPsMakie to README (#134) (@devmotion)
- Soss test (update of #62) (#135) (@devmotion)
- Update example to new syntax (#138) (@devmotion)
- Remove
structs in the example (#139) (@devmotion) - Added informative error message for AbstractGPs methods (#140) (@theogf)
v0.3.1
AbstractGPs v0.3.1
Merged pull requests:
- Fix plotting example in README.md (#127) (@devmotion)
- No failure of cleanup for non-existing previews (#129) (@devmotion)
- Reformat code with JuliaFormatter (BlueStyle) (#130) (@devmotion)
- Make
sampleplotconsistent withplot(#131) (@devmotion)
v0.3.0
AbstractGPs v0.3.0
Closed issues:
- MethodError: no method matching bijector(::AbstractGPs.FiniteGP) (#122)
Merged pull requests:
- Derive FiniteGP from AbstractMvNormal (#123) (@andreaskoher)
v0.2.25
AbstractGPs v0.2.25
Merged pull requests:
v0.2.24
AbstractGPs v0.2.24
Closed issues:
- Rename
cov_diagtovar? (#124)
Merged pull requests:
- Replace
cov_diagandmean_and_cov_diagwithvarandmean_and_var(#125) (@devmotion)
v0.2.23
AbstractGPs v0.2.23
Closed issues:
- Binder setup incorrect (#101)
Merged pull requests:
- Remove links to binder (since it's broken) (#120) (@devmotion)
- Reorganize plotting commands (#121) (@devmotion)