Releases: harmslab/phylogenetics
minor bug fixes
New and Fresh Phylogenetics!
The Phylogenetics package has been completely rewritten. It is now built on top of PhyloPandas, a DataFrame library for phylogenetics.
In the new release, I've significantly simplified the API. The main TreeProject
class makes phylogenetics simple, human readable, and reproducible. The object tracks the history of a project in a Pandas DataFrame. This object wraps both PhyML and PAML and can easily build trees and reconstruct ancestral protein sequences. The sequence data is stored in PhyloPandas DataFrames that summarize the phylogenetic data and statistics in a human readable way.
Finally, I've added Toytree support! Toytree provides a lightweight, intuitive tree visualization API. Now you can construct phylogenetics and view it on the fly!
I hope you enjoy this release!
Note: v0.3 is now deprecated and will no longer be maintained. Please update to the version of phylogenetics.
Project object, dataio module, and ASR
see PR #6 .
Some additions and bug fixes from 0.1
0.2.3 remove default theme form sphinx