DendroPy is a Python library for phylogenetic computation, scripting, simulation, data processing and manipulation.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
New Features:
Taxon objects can now be accessed from a TaxonSet directly by their label:
· >>> taxonset = TaxonSet(['a', 'b', 'c'])
· >>> assert taxonset[0] is taxonset['a'] # True
Bug Fixes:
· Fixed taxon-pruning clean-up resulting in all leaves being removed (!).
· Fixed improper value returned for latest commit date when running under Windows.