Releases: JuliaGaussianProcesses/AbstractGPs.jl
Releases · JuliaGaussianProcesses/AbstractGPs.jl
v0.5.14
AbstractGPs v0.5.14
Closed issues:
- 1D regression inconsistent with other package (#327)
- ERROR: MethodError: no method matching Int64(::Irrational{:log2π}) (#333)
- Tidy up example 0 (#350)
Merged pull requests:
- CompatHelper: bump compat for EllipticalSliceSampling to 1 for package 0-intro-1d, (keep existing compat) (#326) (@github-actions[bot])
- Fixes #327, example documentation typo (#328) (@Jmcjack)
- Update the intro example (#334) (@devmotion)
- Add buildkite configuration (#335) (@devmotion)
- Improve docs (#336) (@devmotion)
- Remove Soss tests (#337) (@devmotion)
- Set seed to fix failing docs (#338) (@devmotion)
- Do not re-evaluate the objective function (#339) (@devmotion)
- CompatHelper: bump compat for CairoMakie to 0.9 for package 3-parametric-heteroscedastic, (keep existing compat) (#340) (@github-actions[bot])
- CompatHelper: bump compat for Turing to 0.22 for package ppl, (keep existing compat) (#341) (@github-actions[bot])
- Fix broken link in docs (#343) (@simsurace)
- CompatHelper: bump compat for LogDensityProblems to 2 for package 0-intro-1d, (keep existing compat) (#345) (@github-actions[bot])
- Bump LogDensityProblems (#349) (@willtebbutt)
- Improve intro example (#351) (@devmotion)
- CompatHelper: bump compat for Turing to 0.24 for package ppl, (keep existing compat) (#353) (@github-actions[bot])
- CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) (#354) (@github-actions[bot])
v0.5.13
AbstractGPs v0.5.13
Merged pull requests:
- CompatHelper: bump compat for StatsFuns to 1 for package 0-intro-1d, (keep existing compat) (#320) (@github-actions[bot])
- CompatHelper: bump compat for CairoMakie to 0.8 for package 3-parametric-heteroscedastic, (keep existing compat) (#321) (@github-actions[bot])
- Opt out of
rruleformean(#323) (@devmotion)
v0.5.12
AbstractGPs v0.5.12
Closed issues:
- AD tests (#311)
Merged pull requests:
- use JuliaGPsDocs (#312) (@st--)
- reactivate AD tests: mean functions (#313) (@st--)
- reactivate AD tests: FiniteGP (#314) (@st--)
- clean up mean_function tests without reactivating AD (#315) (@st--)
- update docs/make.jl (#316) (@st--)
- CompatHelper: bump compat for Flux to 0.13 for package 2-deep-kernel-learning, (keep existing compat) (#317) (@github-actions[bot])
v0.5.11
AbstractGPs v0.5.11
Merged pull requests:
v0.5.10
AbstractGPs v0.5.10
Closed issues:
- Broken data link in introductory example (#295)
Merged pull requests:
- Minor changes towards GPU compatibility (#236) (@st--)
- deep-kernel-learning example, ported over from KernelFunctions.jl#322 (#293) (@st--)
- Update examples/mauna-loa/Manifest.toml (#294) (@st--)
- Update data link in
intro-1dexample (#296) (@jvaverka) - CompatHelper: add new compat entry for KernelFunctions at version 0.10 for package 2-deep-kernel-learning, (keep existing compat) (#302) (@github-actions[bot])
- bump compat: 0-intro-1d (#303) (@st--)
- bump compat: 1-mauna-loa (#304) (@st--)
v0.5.9
v0.5.8
AbstractGPs v0.5.8
Closed issues:
- [QUESTION] Using AbstractGPs.jl with Zygote (#285)
- Minor typo in Readme.md? (#289)
- Standard Error at a Point (#292)
Merged pull requests:
- Parametric Heteroscedastic Example (#273) (@willtebbutt)
- test_util.jl -> TestUtils.jl in line with the (sub)module name (#274) (@st--)
- Update README (#275) (@willtebbutt)
- CompatHelper: bump compat for Turing to 0.21 for package ppl, (keep existing compat) (#276) (@github-actions[bot])
- fix a few typos (#286) (@st--)
- Add compat entries (#287) (@willtebbutt)
- Improve
diag_At_Aanddiag_At_Befficiency (#288) (@sharanry) - Fix minor typo in README.md (Issue #289) (#291) (@vikram-s-narayan)
v0.5.7
AbstractGPs v0.5.7
Merged pull requests:
- CompatHelper: bump compat for Turing to 0.20 for package ppl, (keep existing compat) (#266) (@github-actions[bot])
- CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#267) (@github-actions[bot])
- CompatHelper: bump compat for FillArrays to 0.13 for package test, (keep existing compat) (#268) (@github-actions[bot])
- Update recommended audience for API docs (#269) (@willtebbutt)
- Fix sparse GP docstring inconsistencies (#271) (@sharanry)
v0.5.6
AbstractGPs v0.5.6
Closed issues:
GP's call should not accept matrix (without RowVecs/ColVecs) (#257)
Merged pull requests:
- Deprecate implicit
obsdimkeyword argument and improve tests (#264) (@devmotion)
v0.5.5
AbstractGPs v0.5.5
Closed issues:
Merged pull requests:
- update concrete_features.md (#263) (@st--)
- TestUtil Jitter (#265) (@willtebbutt)