Skip to content

Commit 439073e

Browse files
Release 0.42.2: HISTORY.md entry and missed Mooncake compat (#1437)
1 parent 551ab58 commit 439073e

7 files changed

Lines changed: 10 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.42.2
2+
3+
Widened the `Mooncake` compat bound to `0.4.147, 0.5, 0.6`. Mooncake 0.6 is a breaking release (forward-mode redesign), but the reverse-mode rule API `DynamicPPLMooncakeExt` uses (`Mooncake.@zero_derivative`) and the prepared-cache API it relies on via AbstractPPL are unchanged, so no code changes were needed.
4+
15
# 0.42.1
26

37
Fixed a type-inference failure that made nested submodels (a `~ to_submodel(...)` statement inside a model that is itself evaluated as a submodel) very slow.

benchmarks/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DynamicPPL = "0.42"
3030
Enzyme = "0.13"
3131
ForwardDiff = "1"
3232
LogDensityProblems = "2.1.2"
33-
Mooncake = "0.4, 0.5"
33+
Mooncake = "0.4, 0.5, 0.6"
3434
PrettyTables = "3"
3535
ReverseDiff = "1.15.3"
3636
StableRNGs = "1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DifferentiationInterface = "0.6.41, 0.7"
4848
DimensionalData = "0.30"
4949
Distributions = "0.25"
5050
Documenter = "1"
51-
DynamicPPL = "0.42.1"
51+
DynamicPPL = "0.42.2"
5252
ForwardDiff = "0.10.12, 1"
5353
InvertedIndices = "1"
5454
LogDensityProblems = "2"

test/ext/DynamicPPLEnzymeCoreExt/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ADTypes = "1.22.1"
1616
AbstractPPL = "0.15.4"
1717
Bijectors = "0.16.2"
1818
DifferentiationInterface = "0.7.20"
19-
DynamicPPL = "0.42.1"
19+
DynamicPPL = "0.42.2"
2020
Enzyme = "0.13.184"
2121
ForwardDiff = "1.4.1"

test/ext/DynamicPPLMarginalLogDensitiesExt/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ADTypes = "1"
1616
AbstractPPL = "0.15.4"
1717
Bijectors = "0.16"
1818
Distributions = "0.25"
19-
DynamicPPL = "0.42.1"
19+
DynamicPPL = "0.42.2"
2020
ForwardDiff = "0.10.12, 1"
2121
MarginalLogDensities = "0.4"

test/ext/DynamicPPLReverseDiffExt/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AbstractPPL = "0.15.4"
2020
Bijectors = "0.16.2"
2121
DifferentiationInterface = "0.6.41, 0.7"
2222
Distributions = "0.25.129"
23-
DynamicPPL = "0.42.1"
23+
DynamicPPL = "0.42.2"
2424
ForwardDiff = "1.4.1"
2525
LogDensityProblems = "2.2.0"
2626
ReverseDiff = "1"

test/floattypes/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ AbstractPPL = "0.15.4"
1818
Bijectors = "0.16.2"
1919
DifferentiationInterface = "0.7.20"
2020
Distributions = "0.25.129"
21-
DynamicPPL = "0.42.1"
21+
DynamicPPL = "0.42.2"
2222
ForwardDiff = "1.4.1"
2323
LogDensityProblems = "2.2.0"

0 commit comments

Comments
 (0)