We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e19b5 commit 93f819dCopy full SHA for 93f819d
1 file changed
python/CHANGELOG.rst
@@ -50,6 +50,9 @@
50
- Add ``Mutation.inherited_state`` property which returns the inherited state
51
for a single mutation. (:user:`benjeffery`, :pr:`3277`, :issue:`2631`)
52
53
+- Add `all_mutations` and `all_edges` parameters to `union()`, allowing disjoint unioning
54
+ (:user:`petrelharp`, :user:`hyanwong`, :pr:`3283`, :issue:`3181`)
55
+
56
**Bugfixes**
57
58
- In some tables with mutations out-of-order `TableCollection.sort` did not re-order
@@ -79,6 +82,9 @@
79
82
- Prevent iterating over a ``TopologyCounter``
80
83
(:user:`benjeffery` , :pr:`3202`, :issue:`1462`)
81
84
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`)
88
89
**Breaking changes**
90
0 commit comments