Updates and features
- Add logger property to all tasks. (590d5694)
- Streamline interative task output. (0efd55b3)
- Add MultiCSVParameter. (31d0fa86, 004801c9)
- Add cleaner API to util.readable_popen. (d6204d6f)
- Add helper to workflows to get chunks of branches. (0f48f424)
- Add range_expand and range_join functions to util. (258d93fc)
- Add mechanism to require abstract workflow methods. (7cd17b4f)
- Unify common methods across remote workflows, update repr_params. (a2eaec12)
- Add mechanism to further control excluded parameters in tasks. (5c1767b2)
- Remove only_missing parameter from remote workflow, improve task skipping. (d76fa846)
- Update python and boost versions in docker files. (bc4243db)
Improvements and fixes
- Fix parsing of empty CSVParameter. (adbefb80)
- Fix tar gz compression flag in tar formatter, add lzma support. (d226ede4, 0f719e78, 9c09b735)
- Improve interactive output fetching. (f74f26a1)
- Fix remote job shuffling, add option to append retry jobs to the end. (1a35a99f)
- Fix opening uncached remote targets, fix 105. (732950b4)
- Fix interactive python shells in docker images. (6b6da61e)