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
9 changes: 9 additions & 0 deletions c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
----------
Unreleased
----------

- ``tsk_variant_init`` and associated variant decoding methods now
fully support TSK_ISOLATED_NOT_MISSING not being set for internal nodes.
(:user:`benjeffery`, :pr:`3313`)


--------------------
[1.2.0] - 2025-09-24
--------------------
Expand Down
17 changes: 17 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
----------
Unreleased
----------

**Features**

- ``TreeSequence.variants``, ``.genotype_matrix``, ``.haplotypes``, and ``.alignments`` methods
now fully support ``isolated_as_missing`` behaviour with internal nodes.
(:user:`benjeffery`, :pr:`3313`, :pr:`3317`, :issue:`1896`)

**Breaking Changes**

- The ``reference_sequence`` argument to ``TreeSequence.alignments`` is now required
to be the same length as the tree sequence. Previously it was required to be the length
of the requested interval.
(:user:`benjeffery`, :pr:`3317`)

----------------------
[1.0.0b3] - 2025-10-15
----------------------
Expand Down
Loading