Skip to content

Commit d77181e

Browse files
authored
Re-export elementwise_loglikelihoods and generated_quantities (#1420)
1 parent 96a79f3 commit d77181e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.14.4"
3+
version = "0.14.5"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -39,7 +39,7 @@ Bijectors = "0.8"
3939
Distributions = "0.23.3"
4040
DistributionsAD = "0.6"
4141
DocStringExtensions = "0.8"
42-
DynamicPPL = "0.9.1"
42+
DynamicPPL = "0.9.2"
4343
EllipticalSliceSampling = "0.2, 0.3"
4444
ForwardDiff = "0.10.3"
4545
Libtask = "0.4"

src/Turing.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ end
6666
###########
6767
# Exports #
6868
###########
69+
# `using` statements for stuff to re-export
70+
using DynamicPPL: elementwise_loglikelihoods, generated_quantities, logprior, logjoint
6971

7072
# Turing essentials - modelling macros and inference algorithms
7173
export @model, # modelling
@@ -116,5 +118,10 @@ export @model, # modelling
116118
LogPoisson,
117119
NamedDist,
118120
filldist,
119-
arraydist
121+
arraydist,
122+
123+
elementwise_loglikelihoods,
124+
genereated_quantities,
125+
logprior,
126+
logjoint
120127
end

0 commit comments

Comments
 (0)