Skip to content

Releases: harmslab/phylogenetics

minor bug fixes

08 Nov 18:14
Compare
Choose a tag to compare
v0.4.1

bump version

New and Fresh Phylogenetics!

01 Nov 16:32
Compare
Choose a tag to compare

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

29 Apr 21:52
Compare
Choose a tag to compare

Some additions and bug fixes from 0.1

29 Apr 21:20
Compare
Choose a tag to compare
0.2.3

remove default theme form sphinx