Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.27 KB

File metadata and controls

51 lines (28 loc) · 1.27 KB
  • Added some missing processor colours.

  • Split out model classes into different files.

  • Added configuration hash to Processor model, where various type-specific attributes are stored.

  • Add a top-level include file that matches the gem name.

  • Fixed issue with flow control in nested workflows with no input ports.

  • Fixed issue with nested workflow names and control links not being connected.

  • Altered colours of various activities to align with the latest version of Taverna.

  • Fixed how “merge” datalinks are extracted.

  • Made parser more robust.

  • Processor annotations are now extracted properly.

  • Semantic annotations on ports, processors and dataflows are now extracted.

  • Minor changes for ruby 1.9 compatibility.

  • Updated the unit tests which can now be run by entering “ruby tests/run_tests.rb”

  • Added the following methods to the T2Flow::Model class: coordinates, all_coordinates, name

This file is, at least in part, generated by the following command:

$ git log --pretty=format:"* %s" --reverse --no-merges <commit-hash>..