Skip to content

v0.16.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 19:28
· 2 commits to master since this release

PhyloNetworks v0.16.4

Diff since v0.16.3

  • breaking change to internal function: addleaf! returns new leaf, not net
  • modified RNG within snaq!: will generate different network proposals, compared to same seed but v0.16.3

Merged pull requests:

  • fix bug: when deleting a hybrid edge leads to simplification of parallel edges at hybrid with 2 children (#207) (@cecileane)
  • Fix for the slow but constant increase in memory usage (#209) (@NathanKolbow)
  • fix 2-cycle (parallel edges) bug in snaq (#211) (@cecileane)
  • documentation: workflow, badges, workshop link, ftest warnings (#212) (@cecileane)

Closed issues:

  • MrBayer error (#208)
  • 2-cycle (parallel edges) proposed in SNaQ (#210)