We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acac44d commit b4ee208Copy full SHA for b4ee208
HISTORY.md
@@ -1,5 +1,9 @@
1
# DynamicPPL Changelog
2
3
+## 0.36.15
4
+
5
+Bumped minimum Julia version to 1.10.8 to avoid potential crashes with `Core.Compiler.widenconst` (which Mooncake uses).
6
7
## 0.36.14
8
9
Added compatibility with [email protected].
Project.toml
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
-version = "0.36.14"
+version = "0.36.15"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -72,4 +72,4 @@ Random = "1.6"
72
Requires = "1"
73
Statistics = "1"
74
Test = "1.6"
75
-julia = "1.10"
+julia = "1.10.8"
0 commit comments