Releases: JuliaGaussianProcesses/AbstractGPs.jl
Releases · JuliaGaussianProcesses/AbstractGPs.jl
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)
size
inconsistency (#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
struct
s 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
sampleplot
consistent 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_diag
tovar
? (#124)
Merged pull requests:
- Replace
cov_diag
andmean_and_cov_diag
withvar
andmean_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)
v0.2.22
AbstractGPs v0.2.22
Closed issues:
Merged pull requests:
- Update plot recipe and allow to specify independent
x
variable (#118) (@devmotion)
v0.2.21
AbstractGPs v0.2.21
Merged pull requests:
- Implement
cov_diag
andmean_and_cov_diag
forFiniteGP
s (#116) (@devmotion) - Use
eigmin
instead ofminimum ∘ eigvals
(#117) (@devmotion)
v0.2.20
AbstractGPs v0.2.20
Merged pull requests:
- Remove
Symmetric(::Diagonal)
type piracy (#115) (@devmotion)