Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@ uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "6.95.1"

[sources]
OrdinaryDiffEqAdamsBashforthMoulton = {path = "lib/OrdinaryDiffEqAdamsBashforthMoulton"}
OrdinaryDiffEqBDF = {path = "lib/OrdinaryDiffEqBDF"}
OrdinaryDiffEqCore = {path = "lib/OrdinaryDiffEqCore"}
OrdinaryDiffEqDefault = {path = "lib/OrdinaryDiffEqDefault"}
OrdinaryDiffEqDifferentiation = {path = "lib/OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqExplicitRK = {path = "lib/OrdinaryDiffEqExplicitRK"}
OrdinaryDiffEqExponentialRK = {path = "lib/OrdinaryDiffEqExponentialRK"}
OrdinaryDiffEqExtrapolation = {path = "lib/OrdinaryDiffEqExtrapolation"}
OrdinaryDiffEqFIRK = {path = "lib/OrdinaryDiffEqFIRK"}
OrdinaryDiffEqFeagin = {path = "lib/OrdinaryDiffEqFeagin"}
OrdinaryDiffEqFunctionMap = {path = "lib/OrdinaryDiffEqFunctionMap"}
OrdinaryDiffEqHighOrderRK = {path = "lib/OrdinaryDiffEqHighOrderRK"}
OrdinaryDiffEqIMEXMultistep = {path = "lib/OrdinaryDiffEqIMEXMultistep"}
OrdinaryDiffEqLinear = {path = "lib/OrdinaryDiffEqLinear"}
OrdinaryDiffEqLowOrderRK = {path = "lib/OrdinaryDiffEqLowOrderRK"}
OrdinaryDiffEqLowStorageRK = {path = "lib/OrdinaryDiffEqLowStorageRK"}
OrdinaryDiffEqNonlinearSolve = {path = "lib/OrdinaryDiffEqNonlinearSolve"}
OrdinaryDiffEqNordsieck = {path = "lib/OrdinaryDiffEqNordsieck"}
OrdinaryDiffEqPDIRK = {path = "lib/OrdinaryDiffEqPDIRK"}
OrdinaryDiffEqPRK = {path = "lib/OrdinaryDiffEqPRK"}
OrdinaryDiffEqQPRK = {path = "lib/OrdinaryDiffEqQPRK"}
OrdinaryDiffEqRKN = {path = "lib/OrdinaryDiffEqRKN"}
OrdinaryDiffEqRosenbrock = {path = "lib/OrdinaryDiffEqRosenbrock"}
OrdinaryDiffEqSDIRK = {path = "lib/OrdinaryDiffEqSDIRK"}
OrdinaryDiffEqSSPRK = {path = "lib/OrdinaryDiffEqSSPRK"}
OrdinaryDiffEqStabilizedIRK = {path = "lib/OrdinaryDiffEqStabilizedIRK"}
OrdinaryDiffEqStabilizedRK = {path = "lib/OrdinaryDiffEqStabilizedRK"}
OrdinaryDiffEqSymplecticRK = {path = "lib/OrdinaryDiffEqSymplecticRK"}
OrdinaryDiffEqTsit5 = {path = "lib/OrdinaryDiffEqTsit5"}
OrdinaryDiffEqVerner = {path = "lib/OrdinaryDiffEqVerner"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
3 changes: 3 additions & 0 deletions lib/ImplicitDiscreteSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "3263718b-31ed-49cf-8a0f-35a466e8af96"
authors = ["vyudu <[email protected]>"]
version = "0.1.2"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
Expand Down
4 changes: 4 additions & 0 deletions lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ uuid = "89bda076-bce5-4f1c-845f-551c83cdda9a"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.2.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
6 changes: 6 additions & 0 deletions lib/OrdinaryDiffEqBDF/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.5.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}
OrdinaryDiffEqSDIRK = {path = "../OrdinaryDiffEqSDIRK"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
7 changes: 7 additions & 0 deletions lib/OrdinaryDiffEqDefault/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ uuid = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqBDF = {path = "../OrdinaryDiffEqBDF"}
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqRosenbrock = {path = "../OrdinaryDiffEqRosenbrock"}
OrdinaryDiffEqTsit5 = {path = "../OrdinaryDiffEqTsit5"}
OrdinaryDiffEqVerner = {path = "../OrdinaryDiffEqVerner"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqDifferentiation/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "4302a76b-040a-498a-8c04-15b101fed76b"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "1.7.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqExplicitRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "9286f039-9fbf-40e8-bf65-aa933bdc4db0"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
6 changes: 6 additions & 0 deletions lib/OrdinaryDiffEqExponentialRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ uuid = "e0540318-69ee-4070-8777-9e2de6de23de"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.4.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqSDIRK = {path = "../OrdinaryDiffEqSDIRK"}
OrdinaryDiffEqVerner = {path = "../OrdinaryDiffEqVerner"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
4 changes: 4 additions & 0 deletions lib/OrdinaryDiffEqExtrapolation/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ uuid = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "1.5.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
5 changes: 5 additions & 0 deletions lib/OrdinaryDiffEqFIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.10.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqFeagin/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "101fe9f7-ebb6-4678-b671-3a81e7194747"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqFunctionMap/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "d3585ca7-f5d3-4ba6-8057-292ed1abd90f"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.1"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqHighOrderRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "d28bc4f8-55e1-4f49-af69-84c1a99f0f58"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
5 changes: 5 additions & 0 deletions lib/OrdinaryDiffEqIMEXMultistep/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ uuid = "9f002381-b378-40b7-97a6-27a27c83f129"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
5 changes: 5 additions & 0 deletions lib/OrdinaryDiffEqLinear/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ uuid = "521117fe-8c41-49f8-b3b6-30780b3f0fb5"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqTsit5 = {path = "../OrdinaryDiffEqTsit5"}
OrdinaryDiffEqVerner = {path = "../OrdinaryDiffEqVerner"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqLowOrderRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.2.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqLowStorageRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "b0944070-b475-4768-8dec-fb6eb410534d"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
4 changes: 4 additions & 0 deletions lib/OrdinaryDiffEqNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "1.6.1"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
4 changes: 4 additions & 0 deletions lib/OrdinaryDiffEqNordsieck/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ uuid = "c9986a66-5c92-4813-8696-a7ec84c806c8"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqTsit5 = {path = "../OrdinaryDiffEqTsit5"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
5 changes: 5 additions & 0 deletions lib/OrdinaryDiffEqPDIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ uuid = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqPRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "5b33eab2-c0f1-4480-b2c3-94bc1e80bda1"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqQPRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "04162be5-8125-4266-98ed-640baecc6514"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqRKN/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "af6ede74-add8-4cfd-b1df-9a4dbb109d7a"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
4 changes: 4 additions & 0 deletions lib/OrdinaryDiffEqRosenbrock/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ uuid = "43230ef6-c299-4910-a778-202eb28ce4ce"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.9.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
5 changes: 5 additions & 0 deletions lib/OrdinaryDiffEqSDIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqSSPRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
5 changes: 5 additions & 0 deletions lib/OrdinaryDiffEqStabilizedIRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ uuid = "e3e12d00-db14-5390-b879-ac3dd2ef6296"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqStabilizedRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "358294b1-0aab-51c3-aafe-ad5ab194a2ad"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqSymplecticRK/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "fa646aed-7ef9-47eb-84c4-9443fc8cbfa8"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqTaylorSeries/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "9c7f1690-dd92-42a3-8318-297ee24d8d39"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqTsit5/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "b1df2697-797e-41e3-8120-5422d3b24e4a"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqVerner/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "79d7bb75-1356-48c1-b8c0-6832512096c2"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.2.0"

[sources]
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down
Loading