Skip to content

Releases: dgruber/wfl

v1.3.8

20 Dec 11:02
fc79519

Choose a tag to compare

  • Bump drmaa2os version v0.3.36

v1.3.7

20 Aug 10:50
99a454b

Choose a tag to compare

  • Image pull secrets for Kubernetes jobs

v1.3.6

01 Aug 12:28

Choose a tag to compare

  • Bump drmaa2os version v0.3.33

v1.3.5

01 Feb 07:45

Choose a tag to compare

  • Bump to drmaa2os version v0.3.32 due to runc / containerd vulnerabilities
  • Updated dependencies

v1.3.4

30 Dec 12:41

Choose a tag to compare

  • drmaa2os v0.3.31
  • remote context

v1.3.3

12 Oct 10:58

Choose a tag to compare

  • drmaa2os 0.3.30 which solves some compilation problems with dependencies

v1.3.2

11 Oct 11:23

Choose a tag to compare

  • WaitWithTimeout(duration) method for Jobs
  • Updated dependencies
  • Latest version of Google Batch Tracker

v1.3.1: Bump github.com/docker/distribution (#17)

16 May 13:08
09b4b80

Choose a tag to compare

  • GPT / LLM support: TemplateP("prompt"), ErrorP("prompt"), OutputP("prompt")
  • OnErrorPanic() simplifies the code during development
  • More examples (GPUs on GKE for running Bark transformer NN; OpenAI with prompts)

v1.3.0

23 Apr 08:28

Choose a tag to compare

  • Breaking change for ForAll(): There is now ForEach() which runs sequentially and ForAll() which executes functions in parallel.
  • Added OutputsForJobIDs() to collect all job outputs (if param is nil) or job outputs of the given job ID list.
  • Examples needs to be updated.

v1.2.14

10 Apr 18:24
dfeb4ff

Choose a tag to compare

  • Bump to Google batch tracker version 0.1.1 supporting getting JobTemplates
  • Multiple machine learning examples