Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Nov 8, 2024
1 parent 08ba43e commit 854fcca
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions lib/OrdinaryDiffEqBDF/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqBDF"
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.2"
version = "1.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -32,7 +32,7 @@ LinearAlgebra = "<0.0.1, 1"
MacroTools = "0.5.13"
MuladdMacro = "0.2.4"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqCore = "1.11"
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.10.0"
version = "1.11.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
4 changes: 2 additions & 2 deletions lib/OrdinaryDiffEqDefault/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqDefault"
uuid = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -25,7 +25,7 @@ EnumX = "1.0.4"
LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
OrdinaryDiffEqBDF = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqRosenbrock = "<0.0.1, 1"
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
OrdinaryDiffEqVerner = "<0.0.1, 1"
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqExponentialRK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqExponentialRK"
uuid = "e0540318-69ee-4070-8777-9e2de6de23de"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -26,8 +26,8 @@ FastBroadcast = "0.3.5"
LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqSDIRK = "<0.0.1, 1"
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
OrdinaryDiffEqVerner = "<0.0.1, 1"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqExtrapolation/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqExtrapolation"
uuid = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "1.2.1"
version = "1.3.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -23,8 +23,8 @@ FastBroadcast = "0.3.5"
FastPower = "1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
Polyester = "0.7.16"
Random = "<0.0.1, 1"
RecursiveArrayTools = "3.27.0"
Expand Down
6 changes: 3 additions & 3 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.2.0"
version = "1.3.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -34,8 +34,8 @@ LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Polynomials = "4.0.11"
Random = "<0.0.1, 1"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqIMEXMultistep/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqIMEXMultistep"
uuid = "9f002381-b378-40b7-97a6-27a27c83f129"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -16,8 +16,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
Reexport = "1.2.2"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqPDIRK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqPDIRK"
uuid = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.1"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -20,8 +20,8 @@ DiffEqBase = "6.152.2"
DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Polyester = "0.7.16"
Random = "<0.0.1, 1"
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.2.0"
version = "1.3.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -34,8 +34,8 @@ LinearSolve = "2.32.0"
MacroTools = "0.5.13"
MuladdMacro = "0.2.4"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
Polyester = "0.7.16"
PrecompileTools = "1.2.1"
Preferences = "1.4.3"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqSDIRK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqSDIRK"
uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -25,8 +25,8 @@ FastBroadcast = "0.3.5"
LinearAlgebra = "<0.0.1, 1"
MacroTools = "0.5.13"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
RecursiveArrayTools = "3.27.0"
Expand Down
6 changes: 3 additions & 3 deletions lib/OrdinaryDiffEqStabilizedIRK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqStabilizedIRK"
uuid = "e3e12d00-db14-5390-b879-ac3dd2ef6296"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.1.0"
version = "1.2.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand All @@ -21,8 +21,8 @@ DiffEqDevTools = "2.44.4"
FastBroadcast = "0.3.5"
LinearAlgebra = "<0.0.1, 1"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
OrdinaryDiffEqCore = "1.11"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
Random = "<0.0.1, 1"
RecursiveArrayTools = "3.27.0"
Expand Down

0 comments on commit 854fcca

Please sign in to comment.