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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ permissions:

jobs:
Docs:
uses: tskit-dev/.github/.github/workflows/docs.yml@v19
uses: tskit-dev/.github/.github/workflows/docs.yml@v21
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ In development

- Extended `genetic_value` with `level="individual"` (default), `level="node"`,
and `level="edge"` to return genetic values for the corresponding entities.
{pr}`155`
- Added `edge_effect` to compute introduced effects on edges {pr}`155`
{pr}`189`
- Added `edge_effect` to compute introduced effects on edges {pr}`189`

### Documentation

- Added a worked example relating causal-allele effects,
edge effects, and edge, node, and individual genetic values {pr}`155`
- Clarified that tstrait currently uses a site-mode effect model {pr}`155`
edge effects, and edge, node, and individual genetic values {pr}`189`
- Clarified that tstrait currently uses a site-mode effect model {pr}`189`

### Fix

- Fix an out-of-bounds write in the node traversal when the causal allele is
the ancestral allele, in which case the virtual root is a causal node
{pr}`192`, {issue}`191`.

## [0.1.2] - 2026-03-03

Expand Down
Loading