Skip to content

Commit 6b0aae3

Browse files
github-actions[bot]CompatHelper Juliayebaipenelopeysm
authored
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#2522)
* CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) * CompatHelper: bump compat for ForwardDiff to 1 for package test, (keep existing compat) (#2523) Co-authored-by: CompatHelper Julia <[email protected]> * Changelog --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hong Ge <[email protected]> Co-authored-by: Penelope Yong <[email protected]>
1 parent c2605d5 commit 6b0aae3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.38.5
2+
3+
Added compatibility with ForwardDiff v1.
4+
15
# Release 0.38.4
26

37
The minimum Julia version was increased to 1.10.2 (from 1.10.0).

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.38.4"
3+
version = "0.38.5"
4+
45

56
[deps]
67
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -64,7 +65,7 @@ DocStringExtensions = "0.8, 0.9"
6465
DynamicHMC = "3.4"
6566
DynamicPPL = "0.36.3"
6667
EllipticalSliceSampling = "0.5, 1, 2"
67-
ForwardDiff = "0.10.3"
68+
ForwardDiff = "0.10.3, 1"
6869
Libtask = "0.8.8"
6970
LinearAlgebra = "1"
7071
LogDensityProblems = "2"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ DistributionsAD = "0.6.3"
5555
DynamicHMC = "2.1.6, 3.0"
5656
DynamicPPL = "0.36.6"
5757
FiniteDifferences = "0.10.8, 0.11, 0.12"
58-
ForwardDiff = "0.10.12 - 0.10.32, 0.10"
58+
ForwardDiff = "0.10.12 - 0.10.32, 0.10, 1"
5959
HypothesisTests = "0.11"
6060
LinearAlgebra = "1"
6161
LogDensityProblems = "2"

0 commit comments

Comments
 (0)