Skip to content

Commit a5408fb

Browse files
authored
1 parent add8870 commit a5408fb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.39.6
2+
3+
Bumped compatibility of AbstractPPL to include 0.13.
4+
15
# 0.39.5
26

37
Fixed a bug where sampling with an `externalsampler` would not set the log probability density inside the resulting chain.

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.39.5"
3+
version = "0.39.6"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -50,7 +50,7 @@ TuringOptimExt = "Optim"
5050
[compat]
5151
ADTypes = "1.9"
5252
AbstractMCMC = "5.5"
53-
AbstractPPL = "0.11, 0.12"
53+
AbstractPPL = "0.11, 0.12, 0.13"
5454
Accessors = "0.1"
5555
AdvancedHMC = "0.3.0, 0.4.0, 0.5.2, 0.6, 0.7, 0.8"
5656
AdvancedMH = "0.8"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
4141
[compat]
4242
ADTypes = "1"
4343
AbstractMCMC = "5"
44-
AbstractPPL = "0.11, 0.12"
44+
AbstractPPL = "0.11, 0.12, 0.13"
4545
AdvancedMH = "0.6, 0.7, 0.8"
4646
AdvancedPS = "=0.6.0"
4747
AdvancedVI = "0.4"

0 commit comments

Comments
 (0)