Skip to content

Commit 03a34e3

Browse files
committed
Write changelog, add exports
1 parent a140fda commit 03a34e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.14.0
2+
3+
Moved the functions `varname_leaves` and `varname_and_value_leaves` to AbstractPPL.
4+
They are now part of the public API of AbstractPPL.
5+
16
## 0.13.0
27

38
Minimum compatibility has been bumped to Julia 1.10.

src/AbstractPPL.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ export VarName,
1818
prefix,
1919
unprefix,
2020
getvalue,
21-
hasvalue
21+
hasvalue,
22+
varname_leaves,
23+
varname_and_value_leaves
2224

2325
# Abstract model functions
2426
export AbstractProbabilisticProgram,

0 commit comments

Comments
 (0)