DendroPy 4.4.0 has been released!
For more information:
Get it now with:
$ sudo pip install –upgrade dendropy
You can install directly from the main GitHub repository using:
$ pip install git+https://github.com/jeetsukumaran/DendroPy.git
or:
$ pip install git+git://github.com/jeetsukumaran/DendroPy.git
Or, if you are working out of a local Git repo:
$ git pull origin $ python setup.py build $ sudo python setup.py develop
(note: sudo should be used only if you are installing system-wide using your system Python).
DendroPy 4.3.0 has been released!
Folks, this one includes a VERY important bugfix for SumTrees, so I highly recommend everyone upgrade to this.
Even if you do not use SumTrees, you probably want to grab this for all the goodies that it offers. Apart from the usualy minor tweaks and fixes, you are going to be getting:
For more information:
Get it now with:
$ sudo pip install –upgrade dendropy
You can install directly from the main GitHub repository using:
$ pip install git+https://github.com/jeetsukumaran/DendroPy.git
or:
$ pip install git+git://github.com/jeetsukumaran/DendroPy.git
Or, if you are working out of a local Git repo:
$ git pull origin $ python setup.py build $ sudo python setup.py develop
(note: sudo should be used only if you are installing system-wide using your system Python).
DendroPy 4.2.0 has been released!! Highlights:
For more information:
Get it now with:
$ sudo pip install –upgrade dendropy
You can install directly from the main GitHub repository using:
$ pip install git+https://github.com/jeetsukumaran/DendroPy.git
or:
$ pip install git+git://github.com/jeetsukumaran/DendroPy.git
Or, if you are working out of a local Git repo:
$ git pull origin $ python setup.py build $ sudo python setup.py develop
(note: sudo should be used only if you are installing system-wide using your system Python).
DendroPy 4.2.0 has been released!! Highlights:
For more information:
Get it now with:
$ sudo pip install –upgrade dendropy
You can install directly from the main GitHub repository using:
$ pip install git+https://github.com/jeetsukumaran/DendroPy.git
or:
$ pip install git+git://github.com/jeetsukumaran/DendroPy.git
Or, if you are working out of a local Git repo:
$ git pull origin $ python setup.py build $ sudo python setup.py develop
(note: sudo should be used only if you are installing system-wide using your system Python).
DendroPy 4.1.0 has been released!!
Lots of new features, improvements, and bug fixes!
Major new features include:
- [SumTrees]: Tip dating! Tip-dating/non-contemporaneous tip age assignment using the “--tip-ages” argument (http://dendropy.org/programs/sumtrees.html#setting-the-node-ages-of-the-summary-trees).
- [SumTrees]: Collapse clades! “--min-clade-freq” applies to all summary targets (i.e., not just consensus trees, but user-specified as well as, e.g. MCCT trees).
- Distance trees! Neighbor-joining and UPGMA trees (http://dendropy.org/primer/phylogenetic_distances.html#generating-distance-trees-from-a-phylogeneticdistancematrix-object).
- Phylogenetic community ecology statistics! Mean Pairwise Distance (MPD), Mean Nearest Taxon Distance (MNTD), Standardized Effect Size MPD and MNTD, equivalent to -1 * NRI and -1 * NTI (http://dendropy.org/primer/phylogenetic_distances.html#phylogenetic-community-statistics).
- The Protracted Speciation birth-death model: a Birth-Death process with explicit modeling of speciation-as-a-process rather than speciation-as-an-event by incorporating the lag between speciation initiation and speciation completion.
- Fast, flexible, and powerful tree and subtree cloning, extracting only nodes/taxa of interest (http://dendropy.org/primer/treemanips.html#extracting-trees-and-subtrees-from-an-existing-tree).
LOTS more happening under the hood! For more information:
Get it now with:
$ sudo pip install –upgrade dendropy
If you are working out of a Git repo:
$ git pull origin $ python setup.py build $ sudo python setup.py develop
(note: sudo should be used only if you are installing system-wide using your system Python).
The fourth major version series of the DendroPy Phylogenetic Computing Library has been released!
Get it now with:
$ sudo pip install -U dendropy