Skip to content

dxWDL 2.0.0-rc3

Compare
Choose a tag to compare
@commandlinegirl commandlinegirl released this 16 Sep 19:12
· 15 commits to master since this release

Update to latest wdlTools (0.5.0), which includes these changes:

  • Code reorg (e.g. wdlTools.util.Utils was split into FileUtils and SystemUtils and some functions renamed (e.g. exprToString -> prettyFormatExpr)
  • WDL Ints are now represented as Scala Longs
  • TypedAbstractSyntax was simplified and some classes removed/unified
  • Eval API changed, and Context was removed in favor of the more generic Bindings class