Skip to content

Commit 87d8e19

Browse files
committed
1 parent 92f6eea commit 87d8e19

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# DynamicPPL Changelog
22

3+
## 0.36.14
4+
5+
Added compatibility with [email protected].
6+
37
## 0.36.13
48

59
Added documentation for the `returned(::Model, ::MCMCChains.Chains)` method.

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.36.13"
3+
version = "0.36.14"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -46,7 +46,7 @@ DynamicPPLMooncakeExt = ["Mooncake"]
4646
[compat]
4747
ADTypes = "1"
4848
AbstractMCMC = "5"
49-
AbstractPPL = "0.11"
49+
AbstractPPL = "0.11, 0.12"
5050
Accessors = "0.1"
5151
BangBang = "0.4.1"
5252
Bijectors = "0.13.18, 0.14, 0.15"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
1414
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
1515

1616
[compat]
17-
AbstractPPL = "0.11"
17+
AbstractPPL = "0.11, 0.12"
1818
Accessors = "0.1"
1919
DataStructures = "0.18"
2020
Distributions = "0.25"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3030
[compat]
3131
ADTypes = "1"
3232
AbstractMCMC = "5"
33-
AbstractPPL = "0.11"
33+
AbstractPPL = "0.11, 0.12"
3434
Accessors = "0.1"
3535
Aqua = "0.8"
3636
Bijectors = "0.15.1"

0 commit comments

Comments
 (0)