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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to TEPP are documented here. The format follows Keep a Changelog and semantic versioning once the first implementation release is cut.

## [Unreleased]

### Added

- **Irregular event-time analysis-run profile**: cutoff-safe `irregular_event_time_v1` binds `recover_event_series_mean_log_rate`, maps pooled discrete lags across unequal intervals, and maps a reference-interval lag through `a` (`analysis_engine`). Not DSEM and not implemented-main.
Comment on lines +5 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Unreleased entries remain split

A second Unreleased heading leaves pending changes in two sections. Consolidate them before release tooling consumes the changelog.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Changelog reverses pooling behavior

The entry says unequal-interval lags are pooled and mapped, but the profile rejects pooling. Correct the operator-facing capability description.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.


## [0.2.0] - 2026-08-25

### Fixed
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/analysis_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ publish = false

[dependencies]
event_core = { path = "../event_core", version = "0.2.0" }
psychometric_core = { path = "../psychometric_core", version = "0.2.0" }
serde = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
Expand Down
Loading
Loading