Skip to content

Commit 714a6ac

Browse files
committed
JET 0.10
1 parent eed80e5 commit 714a6ac

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.35.7
4+
5+
Compatibility for JET.jl v0.10.
6+
37
## 0.35.6
48

59
Fixed the implementation of `.~`, such that running a model with it no longer requires DynamicPPL itself to be loaded.

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.35.6"
3+
version = "0.35.7"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -57,7 +57,7 @@ DocStringExtensions = "0.9"
5757
EnzymeCore = "0.6 - 0.8"
5858
ForwardDiff = "0.10.12"
5959
InteractiveUtils = "1"
60-
JET = "0.9"
60+
JET = "0.9, 0.10"
6161
KernelAbstractions = "0.9.33"
6262
LinearAlgebra = "1.6"
6363
LogDensityProblems = "2"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Documenter = "1"
1919
DocumenterMermaid = "0.1, 0.2"
2020
FillArrays = "0.13, 1"
2121
ForwardDiff = "0.10"
22-
JET = "0.9"
22+
JET = "0.9, 0.10"
2323
LogDensityProblems = "2"
2424
MCMCChains = "5, 6"
2525
StableRNGs = "1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DistributionsAD = "0.6.3"
4444
Documenter = "1"
4545
EnzymeCore = "0.6 - 0.8"
4646
ForwardDiff = "0.10.12"
47-
JET = "0.9"
47+
JET = "0.9, 0.10"
4848
LogDensityProblems = "2"
4949
MCMCChains = "6.0.4"
5050
MacroTools = "0.5.6"

0 commit comments

Comments
 (0)