From f88dac5fc3787e9f8de4a74f348f8479daaf4191 Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 23 Oct 2024 20:24:43 +0530 Subject: [PATCH] New version: DiffusionGarnet v0.1.9 (#117907) UUID: d440471f-548d-4017-b306-a3be590dd0f0 Repo: https://github.com/Iddingsite/DiffusionGarnet.jl.git Tree: f835328e7bdfe4b88ba055249784fd484c85cbd4 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- D/DiffusionGarnet/Compat.toml | 25 +++++++++++++++++-------- D/DiffusionGarnet/Deps.toml | 7 ++++++- D/DiffusionGarnet/Versions.toml | 3 +++ 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/D/DiffusionGarnet/Compat.toml b/D/DiffusionGarnet/Compat.toml index 1194d8f6cac43ef..9f0b31d04d08122 100644 --- a/D/DiffusionGarnet/Compat.toml +++ b/D/DiffusionGarnet/Compat.toml @@ -1,7 +1,6 @@ [0] DiffEqBase = "6" Documenter = "1" -OrdinaryDiffEq = "6" Parameters = "0.12" Plots = "1" Preferences = "1" @@ -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" @@ -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" diff --git a/D/DiffusionGarnet/Deps.toml b/D/DiffusionGarnet/Deps.toml index d617c863c953ed3..4d1ef88c2567fb2 100644 --- a/D/DiffusionGarnet/Deps.toml +++ b/D/DiffusionGarnet/Deps.toml @@ -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" @@ -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" diff --git a/D/DiffusionGarnet/Versions.toml b/D/DiffusionGarnet/Versions.toml index c9ac6082bb3e43c..d9194fb331c8b87 100644 --- a/D/DiffusionGarnet/Versions.toml +++ b/D/DiffusionGarnet/Versions.toml @@ -42,3 +42,6 @@ git-tree-sha1 = "7d36fe326b1c6cd43a3d36df30a0e922613e094f" ["0.1.8"] git-tree-sha1 = "32eaa025633c99f63297eec9cb5e72919a449437" + +["0.1.9"] +git-tree-sha1 = "f835328e7bdfe4b88ba055249784fd484c85cbd4"