Skip to content

Commit

Permalink
Remove graphinfo.jl (#85)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
sunxd3 and torfjelde authored Oct 25, 2023
1 parent 0f28920 commit 48f7182
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 559 deletions.
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.0"

[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

0 comments on commit 48f7182

Please sign in to comment.