We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a140fda commit 03a34e3Copy full SHA for 03a34e3
HISTORY.md
@@ -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
6
## 0.13.0
7
8
Minimum compatibility has been bumped to Julia 1.10.
src/AbstractPPL.jl
@@ -18,7 +18,9 @@ export VarName,
18
prefix,
19
unprefix,
20
getvalue,
21
- hasvalue
+ hasvalue,
22
+ varname_leaves,
23
+ varname_and_value_leaves
24
25
# Abstract model functions
26
export AbstractProbabilisticProgram,
0 commit comments