Skip to content

Commit 634f0e0

Browse files
authored
Bump projection and reactivemp deps (#476)
* bump projection to 3.0 * update version to 4.5.0
1 parent 60bd441 commit 634f0e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RxInfer"
22
uuid = "86711068-29c9-4ff7-b620-ae75d7495b3d"
33
authors = ["Bagaev Dmitry <d.v.bagaev@tue.nl> and contributors"]
4-
version = "4.4.3"
4+
version = "4.5.0"
55

66
[deps]
77
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
@@ -43,7 +43,7 @@ Dates = "1.10"
4343
Distributions = "0.25"
4444
DomainSets = "0.5.2, 0.6, 0.7"
4545
ExponentialFamily = "2.0.0"
46-
ExponentialFamilyProjection = "2.0.0"
46+
ExponentialFamilyProjection = "3.0.0"
4747
FastCholesky = "1.3.0"
4848
GraphPPL = "~4.6.0"
4949
HTTP = "1.10"
@@ -56,7 +56,7 @@ Preferences = "1.4.3"
5656
PrettyTables = "2"
5757
ProgressMeter = "1.0.0"
5858
Random = "1.9"
59-
ReactiveMP = "~5.4.0"
59+
ReactiveMP = "~5.5.0"
6060
Reexport = "1.2.0"
6161
Rocket = "1.8.0"
6262
Static = "0.8.10, 1"

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"downloadUrl": "https://github.com/reactivebayes/RxInfer.jl/releases",
1010
"issueTracker": "https://github.com/reactivebayes/RxInfer.jl/issues",
1111
"name": "RxInfer.jl",
12-
"version": "4.4.3",
12+
"version": "4.5.0",
1313
"description": "Julia package for automated, scalable and efficient Bayesian inference on factor graphs with reactive message passing. ",
1414
"applicationCategory": "Statistics",
1515
"developmentStatus": "active",
1616
"readme": "https://rxinfer.com",
17-
"softwareVersion": "4.4.3",
17+
"softwareVersion": "4.5.0",
1818
"keywords": [
1919
"Bayesian inference",
2020
"message passing",
@@ -68,4 +68,4 @@
6868
}
6969
}
7070
]
71-
}
71+
}

0 commit comments

Comments
 (0)