Releases: JuliaGaussianProcesses/ApproximateGPs.jl
Releases · JuliaGaussianProcesses/ApproximateGPs.jl
v0.1.2
v0.1.1
ApproximateGPs v0.1.1
v0.1.0
ApproximateGPs v0.1.0
Closed issues:
- Cholesky factorisation fails for inducing points (#1)
- Quadrature (and Monte Carlo) for computing variational expectations (#3)
- Testing (#4)
- Code Review (#8)
- Refactoring the ELBO (#13)
- CI etc (#14)
- Package name (#34)
- Improve parametrisation in examples (#35)
- References in notebooks not working correctly (#36)
Merged pull requests:
- Equivalence tests (#5) (@rossviljoen)
- [WIP] Equivalence tests (#6) (@rossviljoen)
- Base implementation of SVGP (#9) (@rossviljoen)
- Add CI and license (#16) (@rossviljoen)
- Add compat entries (#30) (@rossviljoen)
- Remove CRC 1.0 compat (#31) (@rossviljoen)
- Proper documentation (#32) (@rossviljoen)
- Refactor
posterior
&elbo
(#33) (@rossviljoen) - Use ParamHandling's
positive_definite
(#40) (@rossviljoen) - CompatHelper: add new compat entry for "Reexport" at version "1" (#41) (@github-actions[bot])
- Rename the package to
ApproximateGPs
(#44) (@rossviljoen) - Update dependencies (#46) (@st--)