Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ All notable changes to TEPP are documented here. The format follows Keep a Chang

## [Unreleased]

- **Exhaustive case-deletion analysis-run profile**: cutoff-safe `case_deletion_refit_v1` binds `fit_exhaustive_case_deletion` and refuses reweighting or a fixed posterior as a substitute for an actual deleted-data fit (`analysis_engine`). Not a Bayesian sampler and not implemented-main.
- Removed the repository-local hourly PR-maintenance caller now covered by the central required scheduler, retired stale workflow registrations, narrowed documentation triggers, keyed PR concurrency by fixed workflow name, repository, and pull-request number without cancelling non-PR runs, and combined line/branch coverage on one sequential runner while preserving both 100% gates and diagnostics.

- `event_core` adds bounded Allen interval-consistency classification, atomic path-consistency closure, contradiction/resource refusals, and an explicit dependency-error fallback without claiming unrestricted global satisfiability.
Expand Down
2 changes: 1 addition & 1 deletion crates/analysis_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ categories.workspace = true
publish = false

[dependencies]
corpus_split = { path = "../corpus_split", version = "0.2.0" }
event_core = { path = "../event_core", version = "0.2.0" }
serde = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -24,7 +25,6 @@ topic_measurement = { path = "../topic_measurement", version = "0.2.0" }
uuid.workspace = true

[dev-dependencies]
corpus_split = { path = "../corpus_split", version = "0.2.0" }
membership_core = { path = "../membership_core", version = "0.2.0" }
relation_graph = { path = "../relation_graph", version = "0.2.0" }

Expand Down
Loading
Loading