Skip to content

Releases: MineralsCloud/SimpleWorkflows.jl

v0.23.0

28 Nov 20:38
d22c9e0
Compare
Choose a tag to compare

SimpleWorkflows v0.23.0

Diff since v0.22.0

Merged pull requests:

  • CompatHelper: bump compat for EasyJobsBase to 0.4, (keep existing compat) (#166) (@github-actions[bot])
  • Implement iterate interface eachjob for AbstractWorkflows (#167) (@singularitti)
  • Implement indexing interface for EachJob (#168) (@singularitti)
  • Add src/operations.jl & Fix topological_sort_by_dfs was discarded (?) in the Workflow constructor (#169) (@singularitti)

v0.22.0

25 Nov 21:35
7991785
Compare
Choose a tag to compare

SimpleWorkflows v0.22.0

Diff since v0.21.0

Merged pull requests:

  • CompatHelper: bump compat for EasyJobsBase to 0.3, (keep existing compat) (#165) (@github-actions[bot])

v0.21.0

24 Nov 13:34
d669e2b
Compare
Choose a tag to compare

SimpleWorkflows v0.21.0

Diff since v0.20.0

Merged pull requests:

  • Fix according to EasyJobsBase changes (#163) (@singularitti)
  • CompatHelper: bump compat for EasyJobsBase to 0.2, (keep existing compat) (#164) (@github-actions[bot])

v0.20.0

23 Nov 12:29
d6824bb
Compare
Choose a tag to compare

SimpleWorkflows v0.20.0

Diff since v0.19.0

Merged pull requests:

  • CompatHelper: bump compat for EasyJobs to 0.2, (keep existing compat) (#158) (@github-actions[bot])
  • Replace EasyJobs.jl by EasyJobsBase.jl (#159) (@singularitti)
  • CompatHelper: add new compat entry for EasyJobsBase at version 0.1, (keep existing compat) (#160) (@github-actions[bot])
  • Rename SavedWorkflow to AutosaveWorkflow & subtype from AbstractWorkflow (#161) (@singularitti)
  • Update docs for AutosaveWorkflow & Workflow (#162) (@singularitti)

v0.19.0

10 Oct 10:35
6287869
Compare
Choose a tag to compare

SimpleWorkflows v0.19.0

Diff since v0.18.1

Merged pull requests:

  • Deprecate Jobs module, use EasyJobs.jl (#155) (@singularitti)
  • Bump actions/checkout from 2 to 3 (#156) (@dependabot[bot])
  • CompatHelper: add new compat entry for EasyJobs at version 0.1, (keep existing compat) (#157) (@github-actions[bot])

v0.18.1

26 Aug 06:01
43f299d
Compare
Choose a tag to compare

SimpleWorkflows v0.18.1

Diff since v0.18.0

Merged pull requests:

v0.18.0

25 Aug 06:48
c59d976
Compare
Choose a tag to compare

SimpleWorkflows v0.18.0

Diff since v0.17.0

Closed issues:

  • Loading saved Jobs from a JLD2 file after closing the Julia session fail to reconstruct (#134)

Merged pull requests:

v0.16.1

23 Aug 13:23
b6858d1
Compare
Choose a tag to compare

SimpleWorkflows v0.16.1

Diff since v0.16.0

Closed issues:

  • Rerun Jobs from a saved Workflow (JLD2 file) will have nothing to wait for since their ref fields are not savable (#133)
  • Readability of Job definition (#136)
  • Deprecate Job.ref field (#137)
  • Avoid writing @try @catch @else (#143)
  • Catch thrown errors that are not subtypes of Exception (#144)

Merged pull requests:

v0.17.0

17 Aug 04:37
0eb695b
Compare
Choose a tag to compare

SimpleWorkflows v0.17.0

Diff since v0.16.0

Closed issues:

  • Rerun Jobs from a saved Workflow (JLD2 file) will have nothing to wait for since their ref fields are not savable (#133)
  • Readability of Job definition (#136)
  • Deprecate Job.ref field (#137)
  • Avoid writing @try @catch @else (#143)
  • Catch thrown errors that are not subtypes of Exception (#144)

Merged pull requests:

v0.16.0

08 Jul 09:38
4873b04
Compare
Choose a tag to compare

SimpleWorkflows v0.16.0

Diff since v0.15.0

Merged pull requests: