Skip to content

Commit 3b5481c

Browse files
committed
Bump version to 6.3.3
1 parent bf32895 commit 3b5481c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.3.3] - 2026-07-14
11+
1012
### Fixed
1113
- Structured VMP with 3+ mutually-dependent clusters no longer deadlocks when an initialized message caused the first outbound message computation to consume only provisional (`is_initial`) marginals: the marginal dependencies of a node now stay consumable while all of their recent values are `is_initial`, instead of `PushNew()` requiring every dependency to refresh before the next computation. The relaxation applies to marginal dependencies only — message dependencies keep strict `PushNew()` semantics, so message-update schedules (and hence free-energy trajectories) of unaffected models remain unchanged ([#344](https://github.com/ReactiveBayes/RxInfer.jl/issues/344), [#620](https://github.com/ReactiveBayes/ReactiveMP.jl/pull/620))
1214

@@ -259,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259261

260262
---
261263

262-
[Unreleased]: https://github.com/ReactiveBayes/ReactiveMP.jl/compare/v6.3.2...HEAD
264+
[Unreleased]: https://github.com/ReactiveBayes/ReactiveMP.jl/compare/v6.3.3...HEAD
265+
[6.3.3]: https://github.com/ReactiveBayes/ReactiveMP.jl/compare/v6.3.2...v6.3.3
263266
[6.3.2]: https://github.com/ReactiveBayes/ReactiveMP.jl/compare/v6.3.1...v6.3.2
264267
[6.3.1]: https://github.com/ReactiveBayes/ReactiveMP.jl/compare/v6.3.0...v6.3.1
265268
[6.3.0]: https://github.com/ReactiveBayes/ReactiveMP.jl/compare/v6.2.0...v6.3.0

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ReactiveMP"
22
uuid = "a194aa59-28ba-4574-a09c-4a745416d6e3"
33
authors = ["Dmitry Bagaev <d.v.bagaev@tue.nl>", "Albert Podusenko <a.podusenko@tue.nl>", "Bart van Erp <b.v.erp@tue.nl>", "Ismail Senoz <i.senoz@tue.nl>"]
4-
version = "6.3.2"
4+
version = "6.3.3"
55

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

0 commit comments

Comments
 (0)