Skip to content

Commit bb493ae

Browse files
committed
Bugfix for evaluate!! and AbstractContext (#59)
They are not defined and hence not actually exported currently. This explains also the test errors in the PRs in DynamicPPL and why the integration test did not complain when these functions were added to AbstractPPL.
1 parent 2e0485a commit bb493ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.5.0"
6+
version = "0.5.1"
77

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

src/AbstractPPL.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export AbstractModelTrace
1414
include("varname.jl")
1515
include("abstractmodeltrace.jl")
1616
include("abstractprobprog.jl")
17+
include("evaluate.jl")
1718
include("deprecations.jl")
1819

1920
# GraphInfo

0 commit comments

Comments
 (0)