From 35c74e1835e8aa00045fcef17995b9462a19e02c Mon Sep 17 00:00:00 2001 From: Bagaev Dmitry Date: Wed, 24 Apr 2024 08:26:28 +0200 Subject: [PATCH] update version to 3.1.0 --- Project.toml | 6 +++--- codemeta.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 3ae65207a..5bf54a538 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RxInfer" uuid = "86711068-29c9-4ff7-b620-ae75d7495b3d" authors = ["Bagaev Dmitry and contributors"] -version = "3.0.2" +version = "3.1.0" [deps] BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e" @@ -28,13 +28,13 @@ Distributions = "0.25" DomainSets = "0.5.2, 0.6, 0.7" ExponentialFamily = "1.2" FastCholesky = "1.3.0" -GraphPPL = "~4.0.0" +GraphPPL = "~4.1.0" LinearAlgebra = "1.9" MacroTools = "0.5.6" Optim = "1.0.0" ProgressMeter = "1.0.0" Random = "1.9" -ReactiveMP = "~4.0.0" +ReactiveMP = "~4.1.0" Reexport = "1.2.0" Rocket = "1.8.0" TupleTools = "1.2.0" diff --git a/codemeta.json b/codemeta.json index bcf215d6f..88333df9a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -9,12 +9,12 @@ "downloadUrl": "https://github.com/reactivebayes/RxInfer.jl/releases", "issueTracker": "https://github.com/reactivebayes/RxInfer.jl/issues", "name": "RxInfer.jl", - "version": "3.0.2", + "version": "3.1.0", "description": "Julia package for automated, scalable and efficient Bayesian inference on factor graphs with reactive message passing. ", "applicationCategory": "Statistics", "developmentStatus": "active", "readme": "https://reactivebayes.github.io/RxInfer.jl/stable/", - "softwareVersion": "3.0.2", + "softwareVersion": "3.1.0", "keywords": [ "Bayesian inference", "message passing",