Skip to content

Commit 93f819d

Browse files
committed
Update CHANGELOG.rst
1 parent f1e19b5 commit 93f819d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

python/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
- Add ``Mutation.inherited_state`` property which returns the inherited state
5151
for a single mutation. (:user:`benjeffery`, :pr:`3277`, :issue:`2631`)
5252

53+
- Add `all_mutations` and `all_edges` parameters to `union()`, allowing disjoint unioning
54+
(:user:`petrelharp`, :user:`hyanwong`, :pr:`3283`, :issue:`3181`)
55+
5356
**Bugfixes**
5457

5558
- In some tables with mutations out-of-order `TableCollection.sort` did not re-order
@@ -79,6 +82,9 @@
7982
- Prevent iterating over a ``TopologyCounter``
8083
(:user:`benjeffery` , :pr:`3202`, :issue:`1462`)
8184

85+
- Fix `TreeSequence.concatenate()` to work with internal samples by using the
86+
`all_mutations` and `all_edges` parameters in `union()`
87+
(:user:`hyanwong`, :pr:`3283`, :issue:`3181`)
8288

8389
**Breaking changes**
8490

0 commit comments

Comments
 (0)