diff --git a/Project.toml b/Project.toml index cb5a87cb..e6900f3f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ApproximateGPs" uuid = "298c2ebc-0411-48ad-af38-99e88101b606" authors = ["JuliaGaussianProcesses Team"] -version = "0.2.6" +version = "0.2.7" [deps] AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918" diff --git a/src/deprecations.jl b/src/deprecations.jl index fab42428..e5ab4641 100644 --- a/src/deprecations.jl +++ b/src/deprecations.jl @@ -1 +1 @@ -@deprecate SVGP SparseVariationalApproximation +@deprecate SVGP(args...) SparseVariationalApproximation(Centered(), args...)