Skip to content

Commit fadf16a

Browse files
Merge pull request #2705 from SciML/devmotion-patch-1
Support SciMLOperators 0.4 in subpackages
2 parents 6bc7647 + 994fc9d commit fadf16a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 2 additions & 2 deletions
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.24.0"
4+
version = "1.25.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -72,7 +72,7 @@ RecursiveArrayTools = "2.36, 3"
7272
Reexport = "1.0"
7373
SafeTestsets = "0.1.0"
7474
SciMLBase = "2.68"
75-
SciMLOperators = "0.3"
75+
SciMLOperators = "0.3, 0.4"
7676
SciMLStructures = "1"
7777
SimpleUnPack = "1"
7878
Static = "0.8, 1"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 2 additions & 2 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.7.0"
4+
version = "1.8.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -42,7 +42,7 @@ OrdinaryDiffEqCore = "1.21"
4242
Random = "<0.0.1, 1"
4343
SafeTestsets = "0.1.0"
4444
SciMLBase = "2"
45-
SciMLOperators = "0.3.13"
45+
SciMLOperators = "0.3.13, 0.4"
4646
SparseArrays = "1"
4747
SparseMatrixColorings = "0.4.14"
4848
StaticArrayInterface = "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.10.0"
4+
version = "1.11.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -42,7 +42,7 @@ RecursiveArrayTools = "3.27.0"
4242
Reexport = "1.2.2"
4343
SafeTestsets = "0.1.0"
4444
SciMLBase = "2.60.0"
45-
SciMLOperators = "0.3.9"
45+
SciMLOperators = "0.3.9, 0.4"
4646
Test = "<0.0.1, 1"
4747
julia = "1.10"
4848
JET = "0.9.18, 0.10.4"

lib/OrdinaryDiffEqLinear/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqLinear"
22
uuid = "521117fe-8c41-49f8-b3b6-30780b3f0fb5"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.1.0"
4+
version = "1.2.0"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -27,7 +27,7 @@ RecursiveArrayTools = "3.27.0"
2727
Reexport = "1.2.2"
2828
SafeTestsets = "0.1.0"
2929
SciMLBase = "2.48.1"
30-
SciMLOperators = "0.3.9"
30+
SciMLOperators = "0.3.9, 0.4"
3131
Test = "<0.0.1, 1"
3232
julia = "1.10"
3333
JET = "0.9.18, 0.10.4"

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqNonlinearSolve"
22
uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
33
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "1.7.0"
4+
version = "1.8.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -46,7 +46,7 @@ Random = "<0.0.1, 1"
4646
RecursiveArrayTools = "3.27.0"
4747
SafeTestsets = "0.1.0"
4848
SciMLBase = "2.48.1"
49-
SciMLOperators = "0.3.9"
49+
SciMLOperators = "0.3.9, 0.4"
5050
SciMLStructures = "1.4.2"
5151
SimpleNonlinearSolve = "1.12.0, 2"
5252
StaticArrays = "1.9.7"

0 commit comments

Comments
 (0)