Skip to content

Releases: Illumina/pyflow

pyflow-1.1.10

27 Sep 21:56
Compare
Choose a tag to compare

Changelog:

  • Remove old custom cluster SGE logic and standardize on h_vmem

The pyflow-1.1.10.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.9

23 Sep 19:31
Compare
Choose a tag to compare

Changelog:

  • Add windows CI script to run cross-platform tests on master
  • Add new cross-platform test script and adjust all unit tests
    to run on windows
  • Improve error reporting for missing signal file case

The pyflow-1.1.9.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.8

18 Sep 23:14
Compare
Choose a tag to compare

Changelog:

  • Improve windows shell compatibility
  • [#10] if an error occurs creating the task visualization script, issue warning and allow workflow to continue

The pyflow-1.1.8.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.7

06 Aug 22:19
Compare
Choose a tag to compare

Minor update to enhance robustness to filesystem/os file delays:

  • [#9] improve robustness to filesystem delays for task
    wrapper parameter file
  • [#9] improve error log specificity when anomalous task
    wrapper output occurs in localhost run mode

The pyflow-1.1.7.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.6

20 Jul 18:07
Compare
Choose a tag to compare
  • Fix multithread conflict introduced by [#5] fix

The pyflow-1.1.6.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.5

10 Jul 22:56
Compare
Choose a tag to compare
  • Changed to BSD 2-Clause license
  • [#5] fix in-workflow check for nested workflows

The pyflow-1.1.5.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.4

28 May 00:37
Compare
Choose a tag to compare

Bugfix release:

  • added check for local SMTP service before sending email notification
  • added extra check against workflow methods running outside of pyflow runtime

v1.1.3

28 Oct 18:54
Compare
Choose a tag to compare
  • fix master node memory spike for SGE jobs identified by Lilian Janin
  • added Windows OS patches form Tobias Mann

v1.1.2

27 Oct 06:48
Compare
Choose a tag to compare

Added python distutils setup (from R Kelley), log format tweaks