@@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.3.0...deep_causality_algorithms-v0.4.0 ) - 2026-06-22
11+
12+ ### Added
13+
14+ - * (deep_causality_algorithms)* opt-in O(du) MAP-config pruning for BRCD (near-linear path)
15+ - * (deep_causality_algorithms)* add dag_sampling uniform MEC DAG sampler
16+ - * (deep_causality_algorithms)* add dag_sampling — polynomial-time Clique-Picking AMO counter
17+
18+ ### Fixed
19+
20+ - * (deep_causality_algorithms)* Fixed miri test config
21+ - * (deep_causality_algorithms)* Fixed miri test config
22+ - * (deep_causality_algorithms,deep_causality_discovery)* cache version tag, docs,
23+ - * (deep_causality_algorithms)* Removed dead code
24+ - * (deep_causality_algorithms)* remove latent panic in Clique-Picking AMO counter
25+ - * (brcd,discovery)* address QA findings (32-bit shift, DRY, Precision bound)
26+ - * (deep_causality_algorithms)* Resolved sorting order issues reported in https://github.com/deepcausality-rs/deep_causality/issues/641
27+ - * (deep_causality_algorithms)* correct verification data path after brcd-paper move
28+
29+ ### Other
30+
31+ - strengthen physics quantity assertions and fix review nits
32+ - * (deep_causality_algorithms)* close remaining coverage gaps with targeted branch tests
33+ - * (deep_causality_algorithms)* memoize invalid MapPrune orientations
34+ - * (deep_causality_algorithms)* updated
35+ - * (deep_causality_algorithms)* parallelize BRCD across candidates; add BRCD eval harnesses + companion papers
36+ - * (deep_causality_algorithms)* remove experimental BRCD thesis probes from verification
37+ - * (deep_causality_algorithms)* wire BRCD to the polynomial dag_sampling counter + sampler
38+ - Merge branch 'brcd-paper'
39+ - Generated new SBOM for all crates.
40+ - * (papers)* Reorganized publication by moving each paper into the crate where it is actually implemented.
41+ - Updated README file across multiple crates to meet project standard.
42+
1043## [ 0.3.0] ( https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_algorithms-v0.2.14...deep_causality_algorithms-v0.3.0 ) - 2026-06-09
1144
1245### Added
0 commit comments