Skip to content

Commit ba3ced4

Browse files
Setup ADTypes release
1 parent 3921078 commit ba3ced4

File tree

14 files changed

+26
-20
lines changed

14 files changed

+26
-20
lines changed

lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["ParamThakkar123 <[email protected]>"]
44
version = "1.1.0"
55

66
[deps]
7-
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
87
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
98
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
109
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
@@ -16,7 +15,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1615
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1716

1817
[compat]
19-
ADTypes = "1.7.1"
2018
DiffEqBase = "6.152.2"
2119
DiffEqDevTools = "2.44.4"
2220
FastBroadcast = "0.3.5"

lib/OrdinaryDiffEqAdamsBashforthMoulton/src/OrdinaryDiffEqAdamsBashforthMoulton.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import OrdinaryDiffEqLowOrderRK: BS3ConstantCache, BS3Cache, RK4ConstantCache, R
1515
import RecursiveArrayTools: recursivefill!
1616
using MuladdMacro, FastBroadcast
1717
import Static: False
18-
import ADTypes: AutoForwardDiff, AbstractADType
1918
import OrdinaryDiffEqCore
2019

2120
using Reexport

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2323
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
2424

2525
[compat]
26+
ADTypes = "1.11"
2627
ArrayInterface = "7.15.0"
2728
DiffEqBase = "6.152.2"
2829
DiffEqDevTools = "2.44.4"
@@ -32,7 +33,7 @@ LinearAlgebra = "<0.0.1, 1"
3233
MacroTools = "0.5.13"
3334
MuladdMacro = "0.2.4"
3435
ODEProblemLibrary = "0.1.8"
35-
OrdinaryDiffEqCore = "1.11"
36+
OrdinaryDiffEqCore = "1.14"
3637
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
3738
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
3839
OrdinaryDiffEqSDIRK = "<0.0.1, 1"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqCore"
22
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.13.0"
4+
version = "1.14.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/OrdinaryDiffEqDefault/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1919
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2020

2121
[compat]
22+
ADTypes = "1.11"
2223
DiffEqBase = "6.152.2"
2324
DiffEqDevTools = "2.44.4"
2425
EnumX = "1.0.4"
2526
LinearAlgebra = "<0.0.1, 1"
2627
LinearSolve = "2.32.0"
2728
OrdinaryDiffEqBDF = "<0.0.1, 1"
28-
OrdinaryDiffEqCore = "1.11"
29+
OrdinaryDiffEqCore = "1.14"
2930
OrdinaryDiffEqRosenbrock = "<0.0.1, 1"
3031
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
3132
OrdinaryDiffEqVerner = "<0.0.1, 1"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqDifferentiation"
22
uuid = "4302a76b-040a-498a-8c04-15b101fed76b"
33
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -21,7 +21,7 @@ StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
2121
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2222

2323
[compat]
24-
ADTypes = "1"
24+
ADTypes = "1.11"
2525
ArrayInterface = "7"
2626
DiffEqBase = "6"
2727
DiffEqDevTools = "2.44.4"
@@ -31,7 +31,7 @@ ForwardDiff = "0.10"
3131
FunctionWrappersWrappers = "0.1"
3232
LinearAlgebra = "1.10"
3333
LinearSolve = "2"
34-
OrdinaryDiffEqCore = "1.1"
34+
OrdinaryDiffEqCore = "1.14"
3535
Random = "<0.0.1, 1"
3636
SafeTestsets = "0.1.0"
3737
SciMLBase = "2"

lib/OrdinaryDiffEqExponentialRK/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1919
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2020

2121
[compat]
22+
ADTypes = "1.11"
2223
DiffEqBase = "6.152.2"
2324
DiffEqDevTools = "2.44.4"
2425
ExponentialUtilities = "1.26.1"
2526
FastBroadcast = "0.3.5"
2627
LinearAlgebra = "<0.0.1, 1"
2728
LinearSolve = "2.32.0"
2829
MuladdMacro = "0.2.4"
29-
OrdinaryDiffEqCore = "1.11"
30+
OrdinaryDiffEqCore = "1.13"
3031
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3132
OrdinaryDiffEqSDIRK = "<0.0.1, 1"
3233
OrdinaryDiffEqTsit5 = "<0.0.1, 1"

lib/OrdinaryDiffEqExtrapolation/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1717
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1818

1919
[compat]
20+
ADTypes = "1.11"
2021
DiffEqBase = "6.152.2"
2122
DiffEqDevTools = "2.44.4"
2223
FastBroadcast = "0.3.5"
2324
FastPower = "1"
2425
LinearSolve = "2.32.0"
2526
MuladdMacro = "0.2.4"
26-
OrdinaryDiffEqCore = "1.11"
27+
OrdinaryDiffEqCore = "1.13"
2728
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
2829
Polyester = "0.7.16"
2930
Random = "<0.0.1, 1"

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqFIRK"
22
uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.5.0"
4+
version = "1.6.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -21,6 +21,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2121
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2222

2323
[compat]
24+
ADTypes = "1.11"
2425
DiffEqBase = "6.152.2"
2526
DiffEqDevTools = "2.44.4"
2627
FastBroadcast = "0.3.5"
@@ -30,7 +31,7 @@ LinearAlgebra = "<0.0.1, 1"
3031
LinearSolve = "2.32.0"
3132
MuladdMacro = "0.2.4"
3233
ODEProblemLibrary = "0.1.8"
33-
OrdinaryDiffEqCore = "1.11"
34+
OrdinaryDiffEqCore = "1.14"
3435
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3536
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
3637
Random = "<0.0.1, 1"

lib/OrdinaryDiffEqIMEXMultistep/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
1313
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414

1515
[compat]
16+
ADTypes = "1.11"
1617
DiffEqBase = "6.152.2"
1718
DiffEqDevTools = "2.44.4"
1819
FastBroadcast = "0.3.5"
19-
OrdinaryDiffEqCore = "1.11"
20+
OrdinaryDiffEqCore = "1.14"
2021
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
2122
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
2223
Random = "<0.0.1, 1"

0 commit comments

Comments
 (0)