Python 0.3.0beta2
Pre-release
Pre-release
BETA PRE-RELEASE
Second beta of 0.3.0
Changes from beta 1
-
Mutation times can be a mixture of known and unknown as long as for each individual site they are either all known or all unknown (@benjeffery, #761).
-
Metadata and schemas are stored as canonical JSON to aid byte-wise comparison. Metadata schemas have improved equality methods. (@benjeffery, #764).
Bugfixes
- Fix too small buffer for newick, causing
LibraryError
fortree.newick()
(@jeromekelleher, #754).