Releases: Illumina/pyflow
pyflow-1.1.20
Changelog:
- Close infrequent race condition in task resolution (STREL-853)
- Under the race condition error, a non-failing task would be logged as failing
with the message "TASKNAME has stopped without a traceable cause" - The error rate was believed to be very infrequent, but possibly aggravated
by many very short-running tasks and/or specific python versions.
- Under the race condition error, a non-failing task would be logged as failing
- Make timezone explicit in logging time stamps
The pyflow-1.1.20.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.19
Changelog:
- Minor fix/adjustments, primarily doubling the default number of stderr lines forwarded from failed task to 40.
The pyflow-1.1.19.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.18
Changelog:
- Add ephemeral sub-workflow option
- Add method to indicate stopped workflows
- Reduce infrequent interpreter shutdown errors
- [#19] Prevent repeated state file tasks on resuming interrupted run
- [#18] Flush task state files on interrupt
The pyflow-1.1.18.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.17
Changelog:
- Make workflow task specification notice less verbose
- Fix cancelTaskTree to work correctly within subworkflows
- Modify cancelTaskTree to ignore running tasks
The pyflow-1.1.17.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.16
Changelog:
- Improve task processing time and query accuracy
- Fix task status query methods to work correctly within subworkflows
The pyflow-1.1.16.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.15
Changelog:
- Add new launchTasksUntil demo
- Add new WorkflowRunner.cancelTaskTree() method
- Add new WorkflowRunner.isTaskDone() method
- Add automated source formatting scripts
The pyflow-1.1.15.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.14
Changelog:
- STREL-391 improve task throughput for nodes with 100's of cores
The pyflow-1.1.14.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.13
Changelog:
- fix rare issue with sets of dependent checkpoint tasks
- travis CI script fix from Dominic Jodoin (@cotsog)
The pyflow-1.1.13.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.12
Changelog:
- Lengthen signal file delay tolerance to 4 mins
- [#14] Filter environment variables to remove bash functions. This eliminates complications between shellshock bash update and SGE.
The pyflow-1.1.12.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.
pyflow-1.1.11
Changelog:
- Improve SGE filesystem delay handling
The pyflow-1.1.11.tar.gz download is the full source code release. The “Source code” downloads are generated by GitHub and are missing version numbers and not formatted for external release.