Skip to content

Commit

Permalink
Setup ADTypes release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 21, 2024
1 parent 3921078 commit ba3ced4
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 20 deletions.
2 changes: 0 additions & 2 deletions lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

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

[compat]
ADTypes = "1.7.1"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import OrdinaryDiffEqLowOrderRK: BS3ConstantCache, BS3Cache, RK4ConstantCache, R
import RecursiveArrayTools: recursivefill!
using MuladdMacro, FastBroadcast
import Static: False
import ADTypes: AutoForwardDiff, AbstractADType
import OrdinaryDiffEqCore

using Reexport
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqBDF/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"

[compat]
ADTypes = "1.11"
ArrayInterface = "7.15.0"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
Expand All @@ -32,7 +33,7 @@ LinearAlgebra = "<0.0.1, 1"
MacroTools = "0.5.13"
MuladdMacro = "0.2.4"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
OrdinaryDiffEqSDIRK = "<0.0.1, 1"
Expand Down
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqCore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqCore"
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.13.0"
version = "1.14.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqDefault/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
EnumX = "1.0.4"
LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
OrdinaryDiffEqBDF = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqRosenbrock = "<0.0.1, 1"
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
OrdinaryDiffEqVerner = "<0.0.1, 1"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqDifferentiation/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqDifferentiation"
uuid = "4302a76b-040a-498a-8c04-15b101fed76b"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "1.2.0"
version = "1.3.0"

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

[compat]
ADTypes = "1"
ADTypes = "1.11"
ArrayInterface = "7"
DiffEqBase = "6"
DiffEqDevTools = "2.44.4"
Expand All @@ -31,7 +31,7 @@ ForwardDiff = "0.10"
FunctionWrappersWrappers = "0.1"
LinearAlgebra = "1.10"
LinearSolve = "2"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqCore = "1.14"
Random = "<0.0.1, 1"
SafeTestsets = "0.1.0"
SciMLBase = "2"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqExponentialRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
ExponentialUtilities = "1.26.1"
FastBroadcast = "0.3.5"
LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.13"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqSDIRK = "<0.0.1, 1"
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqExtrapolation/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
FastPower = "1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.13"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
Polyester = "0.7.16"
Random = "<0.0.1, 1"
Expand Down
5 changes: 3 additions & 2 deletions lib/OrdinaryDiffEqFIRK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqFIRK"
uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.5.0"
version = "1.6.0"

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

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
Expand All @@ -30,7 +31,7 @@ LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqIMEXMultistep/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqPDIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Polyester = "0.7.16"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqRosenbrock/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqRosenbrock"
uuid = "43230ef6-c299-4910-a778-202eb28ce4ce"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.1"
version = "1.4.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -23,7 +23,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"

[compat]
ADTypes = "1.7.1"
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
Expand All @@ -34,7 +34,7 @@ LinearSolve = "2.32.0"
MacroTools = "0.5.13"
MuladdMacro = "0.2.4"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
Polyester = "0.7.16"
PrecompileTools = "1.2.1"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqSDIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
LinearAlgebra = "<0.0.1, 1"
MacroTools = "0.5.13"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
Expand Down
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqStabilizedIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ADTypes = "1.11"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
LinearAlgebra = "<0.0.1, 1"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqCore = "1.14"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
Expand Down

0 comments on commit ba3ced4

Please sign in to comment.