File tree 6 files changed +12
-12
lines changed
OrdinaryDiffEqDifferentiation
OrdinaryDiffEqNonlinearSolve
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name = " OrdinaryDiffEq"
2
2
uuid = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
3
3
authors = [" Chris Rackauckas <accounts@chrisrackauckas.com>" , " Yingbo Ma <mayingbo5@gmail.com>" ]
4
- version = " 6.95.0 "
4
+ version = " 6.95.1 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -86,7 +86,7 @@ FastBroadcast = "0.2, 0.3"
86
86
FastClosures = " 0.3"
87
87
FillArrays = " 1.9"
88
88
FiniteDiff = " 2"
89
- ForwardDiff = " 0.10"
89
+ ForwardDiff = " 0.10, 1 "
90
90
FunctionWrappersWrappers = " 0.1"
91
91
InteractiveUtils = " 1.9"
92
92
LineSearches = " 7"
Original file line number Diff line number Diff line change 1
1
name = " OrdinaryDiffEqBDF"
2
2
uuid = " 6ad6398a-0878-4a85-9266-38940aa047c8"
3
3
authors = [" ParamThakkar123 <paramthakkar864@gmail.com>" ]
4
- version = " 1.5.0 "
4
+ version = " 1.5.1 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -28,7 +28,7 @@ ArrayInterface = "7.15.0"
28
28
DiffEqBase = " 6.152.2"
29
29
DiffEqDevTools = " 2.44.4"
30
30
FastBroadcast = " 0.3.5"
31
- ForwardDiff = " 0.10.36"
31
+ ForwardDiff = " 0.10.36, 1 "
32
32
LinearAlgebra = " <0.0.1, 1"
33
33
MacroTools = " 0.5.13"
34
34
MuladdMacro = " 0.2.4"
Original file line number Diff line number Diff line change 1
1
name = " OrdinaryDiffEqDifferentiation"
2
2
uuid = " 4302a76b-040a-498a-8c04-15b101fed76b"
3
3
authors = [" Chris Rackauckas <accounts@chrisrackauckas.com>" , " Yingbo Ma <mayingbo5@gmail.com>" ]
4
- version = " 1.7.0 "
4
+ version = " 1.7.1 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -34,7 +34,7 @@ DiffEqDevTools = "2.44.4"
34
34
DifferentiationInterface = " 0.6.48"
35
35
FastBroadcast = " 0.3"
36
36
FiniteDiff = " 2"
37
- ForwardDiff = " 0.10"
37
+ ForwardDiff = " 0.10, 1 "
38
38
FunctionWrappersWrappers = " 0.1"
39
39
LinearAlgebra = " 1.10"
40
40
LinearSolve = " 2, 3"
Original file line number Diff line number Diff line change 1
1
name = " OrdinaryDiffEqNonlinearSolve"
2
2
uuid = " 127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
3
3
authors = [" Chris Rackauckas <accounts@chrisrackauckas.com>" , " Yingbo Ma <mayingbo5@gmail.com>" ]
4
- version = " 1.6.1 "
4
+ version = " 1.6.2 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -31,7 +31,7 @@ DiffEqBase = "6.152.2"
31
31
DiffEqDevTools = " 2.44.4"
32
32
FastBroadcast = " 0.3.5"
33
33
FastClosures = " 0.3.2"
34
- ForwardDiff = " 0.10.36"
34
+ ForwardDiff = " 0.10.36, 1 "
35
35
LinearAlgebra = " <0.0.1, 1"
36
36
LinearSolve = " 2.32.0, 3"
37
37
MuladdMacro = " 0.2.4"
Original file line number Diff line number Diff line change 1
1
name = " OrdinaryDiffEqPDIRK"
2
2
uuid = " 5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
3
3
authors = [" ParamThakkar123 <paramthakkar864@gmail.com>" ]
4
- version = " 1.3.0 "
4
+ version = " 1.3.1 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
19
19
ADTypes = " 1.11"
20
20
DiffEqBase = " 6.152.2"
21
21
DiffEqDevTools = " 2.44.4"
22
- FastBroadcast = " 0.3.5"
22
+ FastBroadcast = " 0.3.5, 1 "
23
23
MuladdMacro = " 0.2.4"
24
24
OrdinaryDiffEqCore = " 1.19"
25
25
OrdinaryDiffEqDifferentiation = " <0.0.1, 1.2"
Original file line number Diff line number Diff line change 1
1
name = " OrdinaryDiffEqRosenbrock"
2
2
uuid = " 43230ef6-c299-4910-a778-202eb28ce4ce"
3
3
authors = [" ParamThakkar123 <paramthakkar864@gmail.com>" ]
4
- version = " 1.9.0 "
4
+ version = " 1.9.1 "
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -30,7 +30,7 @@ DiffEqDevTools = "2.44.4"
30
30
DifferentiationInterface = " 0.6.48"
31
31
FastBroadcast = " 0.3.5"
32
32
FiniteDiff = " 2.24.0"
33
- ForwardDiff = " 0.10.36"
33
+ ForwardDiff = " 0.10.36, 1 "
34
34
LinearAlgebra = " <0.0.1, 1"
35
35
LinearSolve = " 2.32.0, 3"
36
36
MacroTools = " 0.5.13"
You can’t perform that action at this time.
0 commit comments