Skip to content

Commit b36f470

Browse files
Merge branch 'master' into kernel-implicit-tau
2 parents 8c34db1 + 7f783d4 commit b36f470

14 files changed

+98
-6880
lines changed

CLEANUP_GUIDE.md

Lines changed: 0 additions & 159 deletions
This file was deleted.

Project.toml

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,44 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
3333
JumpProcessesKernelAbstractionsExt = ["Adapt", "KernelAbstractions"]
3434

3535
[compat]
36+
ADTypes = "1"
3637
Adapt = "4"
37-
ArrayInterface = "7.9"
38+
Aqua = "0.8"
39+
ArrayInterface = "7.15"
3840
DataStructures = "0.18, 0.19"
39-
DiffEqBase = "6.180"
40-
DiffEqCallbacks = "4.3.0"
41+
DiffEqBase = "6.181"
42+
DiffEqCallbacks = "4.7"
4143
DocStringExtensions = "0.9"
44+
ExplicitImports = "1"
4245
FastBroadcast = "0.3"
4346
FunctionWrappers = "1.1"
44-
Graphs = "1.9"
47+
Graphs = "1.11"
4548
KernelAbstractions = "0.9"
49+
LinearAlgebra = "1"
50+
LinearSolve = "2, 3"
51+
Markdown = "1"
52+
OrdinaryDiffEq = "6"
53+
Pkg = "1"
4654
PoissonRandom = "0.4"
47-
RecursiveArrayTools = "3.12"
48-
Reexport = "1.0"
49-
SciMLBase = "2.59"
50-
Setfield = "1"
55+
Random = "1"
56+
RecursiveArrayTools = "3.32"
57+
Reexport = "1.2"
58+
SafeTestsets = "0.1"
59+
SciMLBase = "2.95"
60+
Setfield = "1.1"
61+
StableRNGs = "1"
5162
StaticArrays = "1.9"
52-
SymbolicIndexingInterface = "0.3.13"
63+
Statistics = "1"
64+
StochasticDiffEq = "6"
65+
SymbolicIndexingInterface = "0.3.35"
66+
Test = "1"
5367
UnPack = "1.0.2"
5468
julia = "1.10"
5569

5670
[extras]
5771
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
72+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
73+
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
5874
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
5975
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6076
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
@@ -67,4 +83,4 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
6783
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6884

6985
[targets]
70-
test = ["ADTypes", "LinearAlgebra", "LinearSolve", "OrdinaryDiffEq", "Pkg", "SafeTestsets", "StableRNGs", "Statistics", "StochasticDiffEq", "Test", "FastBroadcast"]
86+
test = ["ADTypes", "Aqua", "ExplicitImports", "LinearAlgebra", "LinearSolve", "OrdinaryDiffEq", "Pkg", "SafeTestsets", "StableRNGs", "Statistics", "StochasticDiffEq", "Test", "FastBroadcast"]

cleanup_repo.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

create_static_plots.jl

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)