We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b915eb commit a43eae5Copy full SHA for a43eae5
1 file changed
python/CHANGELOG.rst
@@ -23,8 +23,10 @@
23
24
**Changes**
25
26
-- ``TreeSequence.write_vcf`` now warns instead of errors if an individual has a mix
27
- of sample and non-sample nodes when no specific individuals are provided.
+- ``TreeSequence.write_vcf`` now filters non-sample nodes from individuals
+ by default, instead of raising an error. These nodes can be included using the
28
+ new ``include_non_sample_nodes`` argument.
29
+ (:user:`benjeffery`, :pr:`3163`)
30
31
--------------------
32
[0.6.3] - 2025-04-28
0 commit comments