Skip to content

Commit 9a2607b

Browse files
authored
JET@0.11 (#1089)
1 parent 1b159a6 commit 9a2607b

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.38.2
4+
5+
Added a compatibility entry for JET@0.11.
6+
37
## 0.38.1
48

59
Added `from_linked_vec_transform` and `from_vec_transform` methods for `ProductNamedTupleDistribution`.

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.38.1"
3+
version = "0.38.2"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -62,7 +62,7 @@ DocStringExtensions = "0.9"
6262
EnzymeCore = "0.6 - 0.8"
6363
ForwardDiff = "0.10.12, 1"
6464
InteractiveUtils = "1"
65-
JET = "0.9, 0.10"
65+
JET = "0.9, 0.10, 0.11"
6666
KernelAbstractions = "0.9.33"
6767
LinearAlgebra = "1.6"
6868
LogDensityProblems = "2"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DocumenterMermaid = "0.1, 0.2"
2222
DynamicPPL = "0.38"
2323
FillArrays = "0.13, 1"
2424
ForwardDiff = "0.10, 1"
25-
JET = "0.9, 0.10"
25+
JET = "0.9, 0.10, 0.11"
2626
LogDensityProblems = "2"
2727
MarginalLogDensities = "0.4"
2828
MCMCChains = "5, 6, 7"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Distributions = "0.25"
4141
DistributionsAD = "0.6.3"
4242
Documenter = "1"
4343
ForwardDiff = "0.10.12, 1"
44-
JET = "0.9, 0.10"
44+
JET = "0.9, 0.10, 0.11"
4545
LogDensityProblems = "2"
4646
MCMCChains = "7.2.1"
4747
MacroTools = "0.5.6"

0 commit comments

Comments
 (0)