Skip to content

Commit 0164e84

Browse files
committed
Merge remote-tracking branch 'origin/main' into breaking
2 parents a6f2c9d + a5408fb commit 0164e84

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[...]
44

5+
# 0.39.6
6+
7+
Bumped compatibility of AbstractPPL to include 0.13.
8+
59
# 0.39.5
610

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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)