Skip to content

Commit 48f7182

Browse files
sunxd3torfjelde
andauthored
Remove graphinfo.jl (#85)
* Remove `graphinfo.jl` * No need for minor version bump * Bump minor version * Update Project.toml Co-authored-by: Tor Erlend Fjelde <[email protected]> --------- Co-authored-by: Tor Erlend Fjelde <[email protected]>
1 parent 0f28920 commit 48f7182

File tree

3 files changed

+1
-559
lines changed

3 files changed

+1
-559
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
33
keywords = ["probablistic programming"]
44
license = "MIT"
55
desc = "Common interfaces for probabilistic programming"
6-
version = "0.6.3"
6+
version = "0.7.0"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

src/AbstractPPL.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,4 @@ include("abstractprobprog.jl")
2626
include("evaluate.jl")
2727
include("deprecations.jl")
2828

29-
# GraphInfo
30-
module GraphPPL
31-
include("graphinfo.jl")
32-
end
33-
3429
end # module

0 commit comments

Comments
 (0)