From 3564d9566706d0f15caeb148b503fc05c026b893 Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 2 Oct 2024 13:02:41 +0530 Subject: [PATCH] New version: SummationByPartsOperators v0.5.70 (#116454) UUID: 9f78cca6-572e-554e-b819-917d2f1cf240 Repo: https://github.com/ranocha/SummationByPartsOperators.jl.git Tree: 6e62c478a89d5f4e8d61bfadf3520145d8241c53 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- S/SummationByPartsOperators/Versions.toml | 3 +++ S/SummationByPartsOperators/WeakCompat.toml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/S/SummationByPartsOperators/Versions.toml b/S/SummationByPartsOperators/Versions.toml index 72b2497970def5a..3aef80084c61e2f 100644 --- a/S/SummationByPartsOperators/Versions.toml +++ b/S/SummationByPartsOperators/Versions.toml @@ -261,3 +261,6 @@ git-tree-sha1 = "3e8ffd8e76ef63222ae5fa5749b7347272a0e189" ["0.5.69"] git-tree-sha1 = "f3c6c03bab83a4470fbe0d7e1d47ec10393f591a" + +["0.5.70"] +git-tree-sha1 = "6e62c478a89d5f4e8d61bfadf3520145d8241c53" diff --git a/S/SummationByPartsOperators/WeakCompat.toml b/S/SummationByPartsOperators/WeakCompat.toml index 770eec592d0ee1e..d7f78e19aa1e4f4 100644 --- a/S/SummationByPartsOperators/WeakCompat.toml +++ b/S/SummationByPartsOperators/WeakCompat.toml @@ -13,8 +13,11 @@ ForwardDiff = "0.10" ["0.5.51-0"] BandedMatrices = ["0.17", "1"] -["0.5.53-0"] +["0.5.53-0.5.69"] DiffEqCallbacks = "2-3" ["0.5.62-0"] Optim = "1" + +["0.5.70-0"] +DiffEqCallbacks = "2-4"