From 6987f0f8ac71e40c7730c8f27458e9949a6023d4 Mon Sep 17 00:00:00 2001 From: Registrator Date: Fri, 19 Jul 2024 19:24:50 +0530 Subject: [PATCH] New version: RxInfer v3.5.0 (#111354) UUID: 86711068-29c9-4ff7-b620-ae75d7495b3d Repo: https://github.com/ReactiveBayes/RxInfer.jl.git Tree: 3881f0c99e5124c1d963e2db5b6789275b6d8750 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- R/RxInfer/Compat.toml | 12 ++++++++++-- R/RxInfer/Versions.toml | 3 +++ R/RxInfer/WeakCompat.toml | 2 ++ R/RxInfer/WeakDeps.toml | 2 ++ 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 R/RxInfer/WeakCompat.toml create mode 100644 R/RxInfer/WeakDeps.toml diff --git a/R/RxInfer/Compat.toml b/R/RxInfer/Compat.toml index 58007a02ece4c82..b271763f82da388 100644 --- a/R/RxInfer/Compat.toml +++ b/R/RxInfer/Compat.toml @@ -66,10 +66,12 @@ julia = "1.9.0-1" ["2.14-3"] BayesBase = "1.1.0-1" DomainSets = "0.5.2-0.7" -ExponentialFamily = "1.2.0-1" LinearAlgebra = "1.9.0-1" Random = "1.9.0-1" +["2.14-3.4"] +ExponentialFamily = "1.2.0-1" + ["2.15-2.16"] ReactiveMP = "3.13" @@ -126,6 +128,12 @@ ReactiveMP = "4.1" ["3.3"] GraphPPL = "4.2" +["3.4"] +ReactiveMP = "4.2" + ["3.4-3"] GraphPPL = "4.3" -ReactiveMP = "4.2" + +["3.5-3"] +ExponentialFamily = "1.5.0-1" +ReactiveMP = "4.3" diff --git a/R/RxInfer/Versions.toml b/R/RxInfer/Versions.toml index 42d34d01542a115..827f9adea8b52a7 100644 --- a/R/RxInfer/Versions.toml +++ b/R/RxInfer/Versions.toml @@ -135,3 +135,6 @@ git-tree-sha1 = "3b599f2579b4d63d13c89245ea5610a142f72bfa" ["3.4.0"] git-tree-sha1 = "c0a4538a6867a131adde216edcc8a835652f56f4" + +["3.5.0"] +git-tree-sha1 = "3881f0c99e5124c1d963e2db5b6789275b6d8750" diff --git a/R/RxInfer/WeakCompat.toml b/R/RxInfer/WeakCompat.toml new file mode 100644 index 000000000000000..c00b1ea7a0c9b0d --- /dev/null +++ b/R/RxInfer/WeakCompat.toml @@ -0,0 +1,2 @@ +["3.5-3"] +ExponentialFamilyProjection = "1.1.0-1" diff --git a/R/RxInfer/WeakDeps.toml b/R/RxInfer/WeakDeps.toml new file mode 100644 index 000000000000000..c0cffebd52ae264 --- /dev/null +++ b/R/RxInfer/WeakDeps.toml @@ -0,0 +1,2 @@ +["3.5-3"] +ExponentialFamilyProjection = "17f509fa-9a96-44ba-99b2-1c5f01f0931b"