This release adds wheels for Linux on ARM and Windows on x86_64, and adds some new features :
* Basic support for support values provided by `SuchTree.get_support( node_id )` * Relative evolutionary divergence (RED) * Bipartitions * Node generators for in-order and preorder traversal * Summary of leaf relationships via `SuchTree.relationships()`
New Contributors * mmore500 made their first contribution in https://github.com/ryneches/SuchTree/pull/23
* Build system overhaul * TravisCI -> GitHub Actions * Standardized module structure * Automatic wheel builds using [`cibuildwheel`](https://github.com/pypa/cibuildwheel) * CPython : 3.6, 3.7, 3.8, 3.9, 3.10 * OS : Linux x86_64, MacOS x86_64, MacOS amd64
0.8
Not much about SuchTree itself has changed, but the build system has been completely overhauled. * Migrated build and unit tests from TravisCI to GitHub Actions * Wheels for Linux on amd64 and MacOS on Intel silicon are now automatically built using [`cibuildwheel`](https://github.com/pypa/cibuildwheel) * Dependencies should now be identified and installed correctly * Various minor cosmetic fixes
0.7
* revised examples notebooks * new example data for big trees * added installation instructions * fixed sundry typos in the documentation
0.6
Python3 support. New testing framework. Improved release engineering. Archived with Zenodo.
0.3
Added support for igraph output from SuchLinkedTrees!