File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name = " ApproximateGPs"
22uuid = " 298c2ebc-0411-48ad-af38-99e88101b606"
33authors = [" JuliaGaussianProcesses Team" ]
4- version = " 0.2.7 "
4+ version = " 0.2.8 "
55
66[deps ]
77AbstractGPs = " 99985d1d-32ba-4be9-9821-2ec096f28918"
@@ -26,7 +26,7 @@ Distributions = "0.25"
2626FastGaussQuadrature = " 0.4"
2727FillArrays = " 0.12"
2828ForwardDiff = " 0.10"
29- GPLikelihoods = " 0.1, 0.2 "
29+ GPLikelihoods = " 0.3 "
3030IrrationalConstants = " 0.1"
3131PDMats = " 0.11"
3232Reexport = " 1"
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ function expected_loglik(
151151 :: Analytic ,
152152 y:: AbstractVector{<:Real} ,
153153 q_f:: AbstractVector{<:Normal} ,
154- lik:: GammaLikelihood{<:Any, ExpLink} ,
154+ lik:: GammaLikelihood{ExpLink} ,
155155)
156156 f_μ = mean .(q_f)
157157 return sum (
@@ -160,4 +160,4 @@ function expected_loglik(
160160 )
161161end
162162
163- _default_quadrature (:: GammaLikelihood{<:Any, ExpLink} ) = Analytic ()
163+ _default_quadrature (:: GammaLikelihood{ExpLink} ) = Analytic ()
You can’t perform that action at this time.
0 commit comments