Skip to content

Releases: Illumina/pyflow

pyflow-1.1.20

02 Mar 17:28
Compare
Choose a tag to compare

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.
  • 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

03 Jan 01:03
Compare
Choose a tag to compare

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

14 Jul 17:44
Compare
Choose a tag to compare

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

26 May 23:33
Compare
Choose a tag to compare

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

23 May 23:25
Compare
Choose a tag to compare

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

19 May 16:36
Compare
Choose a tag to compare

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

12 Jan 23:32
Compare
Choose a tag to compare

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

14 Apr 19:08
Compare
Choose a tag to compare

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

04 Dec 00:15
Compare
Choose a tag to compare

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

25 Nov 22:12
Compare
Choose a tag to compare

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.