Skip to content
Merged
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 @@ -11,6 +11,12 @@ In development
{pr}`189`
- Added `edge_effect` to compute introduced effects on edges {pr}`189`

### Breaking changes

- `genetic_value` and `edge_effect` now raise a `ValueError` if a `site_id` in
the trait dataframe is not a valid site ID in the tree sequence. Negative
values previously wrapped around to the end of the site table {pr}`193`

### Documentation

- Added a worked example relating causal-allele effects,
Expand Down
Loading