Skip to content

Commit

Permalink
New version: DiffusionGarnet v0.1.9 (#117907)
Browse files Browse the repository at this point in the history
UUID: d440471f-548d-4017-b306-a3be590dd0f0
Repo: https://github.com/Iddingsite/DiffusionGarnet.jl.git
Tree: f835328e7bdfe4b88ba055249784fd484c85cbd4

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Oct 23, 2024
1 parent 17f4e6c commit f88dac5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
25 changes: 17 additions & 8 deletions D/DiffusionGarnet/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[0]
DiffEqBase = "6"
Documenter = "1"
OrdinaryDiffEq = "6"
Parameters = "0.12"
Plots = "1"
Preferences = "1"
Expand All @@ -24,6 +23,9 @@ Symbolics = "5"
["0-0.1.5"]
DiffEqCallbacks = "2"

["0-0.1.8"]
OrdinaryDiffEq = "6"

["0.0.2-0"]
CUDA = "3-5"
HDF5 = "0.17"
Expand All @@ -32,19 +34,26 @@ HDF5 = "0.17"
ParallelStencil = ["0.8-0.9", "1"]
julia = "1.9.0-1"

["0.1-0"]
JLD2 = "0.4"

["0.1-0.1.5"]
ParallelStencil = "0.8-0.10"
julia = "1.8.0-1"

["0.1.6-0"]
DiffEqCallbacks = "2-3"
julia = "1.9.0-1"
["0.1-0.1.8"]
JLD2 = "0.4"

["0.1.6-0.1.7"]
ParallelStencil = "0.8-0.11"

["0.1.8-0"]
["0.1.6-0.1.8"]
DiffEqCallbacks = "2-3"
julia = "1.9.0-1"

["0.1.8"]
ParallelStencil = "0.8-0.12"

["0.1.9-0"]
DiffEqCallbacks = "3-4"
JLD2 = "0.5"
OrdinaryDiffEqStabilizedRK = "1"
ParallelStencil = "0.13"
julia = "1.10.0-1"
7 changes: 6 additions & 1 deletion D/DiffusionGarnet/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ParallelStencil = "94395366-693c-11ea-3b26-d9b7aac5d958"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand All @@ -22,8 +21,14 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

["0-0.1.8"]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"

["0.0.2-0"]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"

["0.1-0"]
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

["0.1.9-0"]
OrdinaryDiffEqStabilizedRK = "358294b1-0aab-51c3-aafe-ad5ab194a2ad"
3 changes: 3 additions & 0 deletions D/DiffusionGarnet/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ git-tree-sha1 = "7d36fe326b1c6cd43a3d36df30a0e922613e094f"

["0.1.8"]
git-tree-sha1 = "32eaa025633c99f63297eec9cb5e72919a449437"

["0.1.9"]
git-tree-sha1 = "f835328e7bdfe4b88ba055249784fd484c85cbd4"

0 comments on commit f88dac5

Please sign in to comment.