Skip to content

Python 0.3.0beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@benjeffery benjeffery released this 13 Aug 10:10
c234a30

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 for tree.newick() (@jeromekelleher, #754).