Skip to content

Commit 32f9054

Browse files
committed
Bump JET.jl compatibility to include 0.10
1 parent 5cab7dd commit 32f9054

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

HISTORY.md

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

3+
## 0.36.4
4+
5+
Added a compatibility entry for JET.jl 0.10.
6+
This should only affect you if you are using DynamicPPL on the Julia 1.12 pre-release.
7+
38
## 0.36.3
49

510
Moved the `bijector(model)`, where `model` is a `DynamicPPL.Model`, function from the Turing main repo.

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

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

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DocumenterMermaid = "0.1, 0.2"
2323
DynamicPPL = "0.36"
2424
FillArrays = "0.13, 1"
2525
ForwardDiff = "0.10"
26-
JET = "0.9"
26+
JET = "0.9, 0.10"
2727
LogDensityProblems = "2"
2828
MCMCChains = "5, 6"
2929
StableRNGs = "1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ DistributionsAD = "0.6.3"
4646
Documenter = "1"
4747
EnzymeCore = "0.6 - 0.8"
4848
ForwardDiff = "0.10.12"
49-
JET = "0.9"
49+
JET = "0.9, 0.10"
5050
LogDensityProblems = "2"
5151
MCMCChains = "6.0.4"
5252
MacroTools = "0.5.6"

0 commit comments

Comments
 (0)