Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove graphinfo.jl #85

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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
Expand Up @@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
keywords = ["probablistic programming"]
license = "MIT"
desc = "Common interfaces for probabilistic programming"
version = "0.6.3"
version = "0.7.1"
sunxd3 marked this conversation as resolved.
Show resolved Hide resolved

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down
5 changes: 0 additions & 5 deletions src/AbstractPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ include("abstractprobprog.jl")
include("evaluate.jl")
include("deprecations.jl")

# GraphInfo
module GraphPPL
include("graphinfo.jl")
end

end # module
Loading