The sampled_leafs
property of rooted_tree
is now correctly exposed to Python bindings.
- cleanup C++ global namespace
- run C++ tests in CI
- run subset of Python examples in CI
- improve and cleanup CI
Previously, all sampled taxa in the tree had to be from the last generation. When studying viral evolution one often wants to sample over time. At each generation, a certain number randomly chosen nodes are marked as sampled
and not pruned from the tree as evolution proceeds. the final tree will then contain these samples and store their sequences. This functionality was implemented a long time ago and was new resurrected.
Port to Python 3 and update to SWIG 4
Genealogies of loci
Bugfix release
New functions, better interface files, more docs.
Bugfix release: fixed a bug in haploid_highd::provide_at_least
-
Single crossover implemented
-
Python documentation expanded
First stable release