v1.2.0
Summary
This release was motivated by updated support for protobufs, in the style of mutation annotated dag protobuf format produced by our related tool larch
. The previous style of DAG protobuf is no longer supported by larch
or historydag
(although the protobuf format has not changed, only its interpretation).
The other notable change is expanded implementation of RF distance computations on the DAG, including all combinations of standard or one-sided RF distance in both the rooted and unrooted sense. Options specifying these variants have been added to all RF distance methods.
What's Changed (automatically generated)
- Adjusted node probabilities by @willdumm and @williamhowardsnyder in #78
- graphviz dot file output improvements by @willdumm in #79
- One Sided RF distances by @willdumm in #80
- IntState vs FloatState fix for RF distances by @willdumm in #81
- Ambiguous Protobuf Support by @willdumm in #82
Full Changelog: v1.1.0...v1.2.0