Skip to content

Commit ae5dc78

Browse files
committed
update version to 5.6.4
1 parent 5b206ba commit ae5dc78

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
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 <[email protected]> and contributors"]
4-
version = "4.6.3"
4+
version = "4.6.4"
55

66
[deps]
77
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"

codemeta.json

Lines changed: 11 additions & 12 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.6.2",
12+
"version": "4.6.4",
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.6.3",
17+
"softwareVersion": "4.6.4",
1818
"keywords": [
1919
"Bayesian inference",
2020
"message passing",
@@ -48,11 +48,7 @@
4848
"@id": "https://orcid.org/0000-0001-9655-7986",
4949
"givenName": "Dmitry",
5050
"familyName": "Bagaev",
51-
"email": "[email protected]",
52-
"affiliation": {
53-
"@type": "Organization",
54-
"name": "Eindhoven University of Technology"
55-
}
51+
"email": "[email protected]"
5652
}
5753
],
5854
"maintainer": [
@@ -61,11 +57,14 @@
6157
"@id": "https://orcid.org/0000-0001-9655-7986",
6258
"givenName": "Dmitry",
6359
"familyName": "Bagaev",
64-
"email": "[email protected]",
65-
"affiliation": {
66-
"@type": "Organization",
67-
"name": "Eindhoven University of Technology"
68-
}
60+
"email": "[email protected]"
61+
},
62+
{
63+
"@type": "Person",
64+
"@id": "https://orcid.org/0009-0007-0689-9300",
65+
"givenName": "Wouter",
66+
"familyName": "Nuijten",
67+
"email": "[email protected]"
6968
}
7069
]
7170
}

0 commit comments

Comments
 (0)