Skip to content

v0.1.1

Choose a tag to compare

@riga riga released this 08 Dec 20:07
· 876 commits to master since this release

Updates and features

  • Add logger property to all tasks. (590d569)
  • Streamline interative task output. (0efd55b)
  • Add MultiCSVParameter. (31d0fa8, 004801c)
  • Add cleaner API to util.readable_popen. (d6204d6)
  • Add helper to workflows to get chunks of branches. (0f48f42)
  • Add range_expand and range_join functions to util. (258d93f)
  • Add mechanism to require abstract workflow methods. (7cd17b4)
  • Unify common methods across remote workflows, update repr_params. (a2eaec1)
  • Add mechanism to further control excluded parameters in tasks. (5c1767b)
  • Remove only_missing parameter from remote workflow, improve task skipping. (d76fa84)
  • Update python and boost versions in docker files. (bc4243d)

Improvements and fixes

  • Fix parsing of empty CSVParameter. (adbefb8)
  • Fix tar gz compression flag in tar formatter, add lzma support. (d226ede, 0f719e7, 9c09b73)
  • Improve interactive output fetching. (f74f26a)
  • Fix remote job shuffling, add option to append retry jobs to the end. (1a35a99)
  • Fix opening uncached remote targets, fix #105. (732950b)
  • Fix interactive python shells in docker images. (6b6da61)