Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AbstractGPs"
uuid = "99985d1d-32ba-4be9-9821-2ec096f28918"
authors = ["JuliaGaussianProcesses Team"]
version = "0.5.3"
version = "0.6.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
AbstractGPs = "0.4, 0.5"
AbstractGPs = "0.4, 0.5, 0.6"
Documenter = "0.27"
4 changes: 0 additions & 4 deletions src/AbstractGPs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export GP,
VFE,
DTC,
update_posterior,
LatentGP,
ColVecs,
RowVecs

Expand All @@ -53,9 +52,6 @@ include("exact_gpr_posterior.jl")
# Approximate sparse GP inference for Gaussian likelihood.
include("sparse_approximations.jl")

# LatentGP and LatentFiniteGP objects to accommodate GPs with non-Gaussian likelihoods.
include("latent_gp.jl")

# Plotting utilities.
include("util/plotting.jl")

Expand Down
50 changes: 0 additions & 50 deletions src/latent_gp.jl

This file was deleted.

19 changes: 0 additions & 19 deletions test/latent_gp.jl

This file was deleted.

2 changes: 1 addition & 1 deletion test/ppl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Soss = "8ce77f84-9b61-11e8-39ff-d17a774bf41c"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
AbstractGPs = "0.5"
AbstractGPs = "0.6"
Distributions = "0.24, 0.25"
SampleChainsDynamicHMC = "0.2, 0.3"
Soss = "0.19, 0.20"
Expand Down
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ include("test_util.jl")
println(" ")
@info "Ran posterior_gp tests"

include("latent_gp.jl")
println(" ")
@info "Ran latent_gp tests"

include("deprecations.jl")
println(" ")
@info "Ran deprecation tests"
Expand Down