Skip to content

Toolbox v0.7.0 Release

Latest
Compare
Choose a tag to compare
@samanthamccabe samanthamccabe released this 04 Apr 18:41
· 87 commits to develop since this release

This new release of the Haedus SCA contains a number of important improvement and bugfixes, most notably allowing the use of phonetic features, and improving support for negation within rule conditions.

You can read the manual here.

[0.7.0]

Added

  • Support for phonetic features [toolbox-sca-47; toolbox-sca-71]
  • Support for negation/complementation in state machines [toolbox-sca-3; tooblox-sca-79]
  • Add support for feature constraints [toolbox-sca-87] and aliases [toolbox-sca-90]

Changed

  • Ensured that lexicons were re-normalized before being written out [toolbox-sca-50]
  • Fixed bug preventing EXECUTE command from working correctly [toolbox-sca-74]
  • Made Segment object implement Comparable interface [toolbox-sca-72]
  • Corrected behavior of NOT chains in rule conditions [toolbox-sca-81]
  • Fixed but where IMPORT did not load variable definitions [toolbox-sca-84]
  • Refactored feature arrays to an interface