Skip to content

Commit 55bd93b

Browse files
authored
Update compat of other subpackages
1 parent 43f426d commit 55bd93b

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqBDF"
22
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -33,7 +33,7 @@ LinearAlgebra = "<0.0.1, 1"
3333
MacroTools = "0.5.13"
3434
MuladdMacro = "0.2.4"
3535
ODEProblemLibrary = "0.1.8"
36-
OrdinaryDiffEqCore = "1.14"
36+
OrdinaryDiffEqCore = "1.19"
3737
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
3838
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
3939
OrdinaryDiffEqSDIRK = "<0.0.1, 1"

lib/OrdinaryDiffEqExponentialRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqExponentialRK"
22
uuid = "e0540318-69ee-4070-8777-9e2de6de23de"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.3.0"
4+
version = "1.4.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -27,7 +27,7 @@ FastBroadcast = "0.3.5"
2727
LinearAlgebra = "<0.0.1, 1"
2828
LinearSolve = "2.32.0, 3"
2929
MuladdMacro = "0.2.4"
30-
OrdinaryDiffEqCore = "1.13"
30+
OrdinaryDiffEqCore = "1.19"
3131
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3232
OrdinaryDiffEqSDIRK = "<0.0.1, 1"
3333
OrdinaryDiffEqTsit5 = "<0.0.1, 1"

lib/OrdinaryDiffEqExtrapolation/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqExtrapolation"
22
uuid = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4"
33
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "1.5.0"
4+
version = "1.6.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -24,7 +24,7 @@ FastBroadcast = "0.3.5"
2424
FastPower = "1"
2525
LinearSolve = "2.32.0, 3"
2626
MuladdMacro = "0.2.4"
27-
OrdinaryDiffEqCore = "1.18"
27+
OrdinaryDiffEqCore = "1.19"
2828
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
2929
Polyester = "0.7.16"
3030
Random = "<0.0.1, 1"

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 2 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.8.0"
4+
version = "1.9.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -32,7 +32,7 @@ LinearAlgebra = "<0.0.1, 1"
3232
LinearSolve = "2.32.0, 3"
3333
MuladdMacro = "0.2.4"
3434
ODEProblemLibrary = "0.1.8"
35-
OrdinaryDiffEqCore = "1.18"
35+
OrdinaryDiffEqCore = "1.19"
3636
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3737
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
3838
Polyester = "0.7.16"

lib/OrdinaryDiffEqIMEXMultistep/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqIMEXMultistep"
22
uuid = "9f002381-b378-40b7-97a6-27a27c83f129"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -17,7 +17,7 @@ ADTypes = "1.11"
1717
DiffEqBase = "6.152.2"
1818
DiffEqDevTools = "2.44.4"
1919
FastBroadcast = "0.3.5"
20-
OrdinaryDiffEqCore = "1.14"
20+
OrdinaryDiffEqCore = "1.19"
2121
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
2222
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
2323
Random = "<0.0.1, 1"

lib/OrdinaryDiffEqPDIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqPDIRK"
22
uuid = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
33
authors = ["ParamThakkar123 <[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 @@ DiffEqBase = "6.152.2"
2121
DiffEqDevTools = "2.44.4"
2222
FastBroadcast = "0.3.5"
2323
MuladdMacro = "0.2.4"
24-
OrdinaryDiffEqCore = "1.14"
24+
OrdinaryDiffEqCore = "1.19"
2525
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
2626
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
2727
Polyester = "0.7.16"

lib/OrdinaryDiffEqRosenbrock/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqRosenbrock"
22
uuid = "43230ef6-c299-4910-a778-202eb28ce4ce"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.6.0"
4+
version = "1.7.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -34,7 +34,7 @@ LinearSolve = "2.32.0, 3"
3434
MacroTools = "0.5.13"
3535
MuladdMacro = "0.2.4"
3636
ODEProblemLibrary = "0.1.8"
37-
OrdinaryDiffEqCore = "1.18"
37+
OrdinaryDiffEqCore = "1.19"
3838
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3939
Polyester = "0.7.16"
4040
PrecompileTools = "1.2.1"

lib/OrdinaryDiffEqSDIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqSDIRK"
22
uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -26,7 +26,7 @@ FastBroadcast = "0.3.5"
2626
LinearAlgebra = "<0.0.1, 1"
2727
MacroTools = "0.5.13"
2828
MuladdMacro = "0.2.4"
29-
OrdinaryDiffEqCore = "1.14"
29+
OrdinaryDiffEqCore = "1.19"
3030
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
3131
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
3232
Random = "<0.0.1, 1"

lib/OrdinaryDiffEqStabilizedIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqStabilizedIRK"
22
uuid = "e3e12d00-db14-5390-b879-ac3dd2ef6296"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -22,7 +22,7 @@ DiffEqDevTools = "2.44.4"
2222
FastBroadcast = "0.3.5"
2323
LinearAlgebra = "<0.0.1, 1"
2424
MuladdMacro = "0.2.4"
25-
OrdinaryDiffEqCore = "1.14"
25+
OrdinaryDiffEqCore = "1.19"
2626
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
2727
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
2828
Random = "<0.0.1, 1"

0 commit comments

Comments
 (0)