Skip to content

Commit

Permalink
fix SVGP deprecation: now gives Centered representation as it should …
Browse files Browse the repository at this point in the history
…have for backwards compatibility (#95)
  • Loading branch information
st-- authored Jan 18, 2022
1 parent 094bb40 commit 0532037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/deprecations.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@deprecate SVGP SparseVariationalApproximation
@deprecate SVGP(args...) SparseVariationalApproximation(Centered(), args...)

0 comments on commit 0532037

Please sign in to comment.