Wfl Versions Save

A Simple Way of Creating Job Workflows in Go running in Processes, Containers, Tasks, Pods, or Jobs

v1.3.5

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

v1.3.4

5 months ago
  • drmaa2os v0.3.31
  • remote context

v1.3.3

7 months ago
  • drmaa2os 0.3.30 which solves some compilation problems with dependencies

v1.3.2

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

v1.3.1

1 year ago
  • 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

1 year ago
  • 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

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

v1.2.13

1 year ago
  • Job output for Kubernetes jobs fixed

v1.2.12

1 year ago
  • Simple job Output() support for Docker, K8s, OS

v1.2.11

1 year ago
  • Dependency updates