Skip to content

MASTER version 4.1.0

Compare
Choose a tag to compare
@tgvaughan tgvaughan released this 16 Mar 22:18
· 71 commits to master since this release

This release improves the expression handling introduced in v4.0.0 in a couple of ways:

  1. A critical bug in the array subscripting mechanism has been fixed.
  2. Function expressions are now allowed to include functions (either another function or the same).
  3. Functions are now actually "closures" in the sense that they may refer to variables from their calling scope.

The file MASTER-4.1.0.zip contains the standalone release, while MASTER.package.v4.1.0.zip is the BEAST package release installable via BEAUti's package manager.