Skip to content

Releases: JuliaParallel/Dagger.jl

v0.13.4

24 Sep 22:09
b3ec61e
Compare
Choose a tag to compare

Dagger v0.13.4

Diff since v0.13.3

Closed issues:

  • Eager scheduler error when @Spawn inside a thunk (#267)

Merged pull requests:

v0.13.3

22 Sep 23:09
2fdaa89
Compare
Choose a tag to compare

Dagger v0.13.3

Diff since v0.13.2

Closed issues:

  • Cache serialized functions and closures (#148)
  • AppVeyor for 1.3 target: scopes testing fails due to -t usage (#266)
  • Treat thunk functions as Chunks (#270)

Merged pull requests:

v0.13.2

11 Sep 19:07
f897e6a
Compare
Choose a tag to compare

Dagger v0.13.2

Diff since v0.13.1

Closed issues:

  • Allow users to prevent moving of data between nodes (#124)
  • UI: Add Gantt chart (#159)
  • Allow supplying metadata (name, size, etc.) for thunks to pass to visualization (#192)
  • Reproducible finalizer error (#243)
  • Implement more flexible and performant event logging (#262)
  • Faster filtering in Dagger (#272)

Merged pull requests:

v0.13.1

24 Aug 00:29
Compare
Choose a tag to compare

Dagger v0.13.1

Diff since v0.13.0

Closed issues:

  • EagerThunks and logging (#268)

Merged pull requests:

  • Update get_logs! to capture log output from worker 1. (#269) (@nucklass)

v0.13.0

23 Aug 16:13
Compare
Choose a tag to compare

Dagger v0.13.0

Diff since v0.12.5

Merged pull requests:

  • DTable interface consistency and initial docs (#265) (@krynju)

v0.12.5

13 Aug 23:08
0b72b77
Compare
Choose a tag to compare

Dagger v0.12.5

Diff since v0.12.4

Closed issues:

  • mapping Dagger.@spawn with remote workers can cause one hung thunk (#254)
  • undefined function => stalled thunks (#255)

Merged pull requests:

v0.12.4

13 Aug 21:08
5a6c939
Compare
Choose a tag to compare

Dagger v0.12.4

Diff since v0.12.3

Closed issues:

  • "Error in eager listener: KeyError: key 578 not found" (#248)
  • make unit test results visible to all (#257)

Merged pull requests:

v0.12.3

07 Aug 12:13
b9d2f43
Compare
Choose a tag to compare

Dagger v0.12.3

Diff since v0.12.2

Closed issues:

  • UndefVarError: CLOCK_THREAD_CPUTIME_ID not defined (#242)

Merged pull requests:

v0.12.2

06 Aug 21:08
9c63657
Compare
Choose a tag to compare

Dagger v0.12.2

Diff since v0.12.1

Closed issues:

  • cputhreadtime() redefinition on Windows (#250)

Merged pull requests:

v0.12.1

06 Aug 01:53
b378f11
Compare
Choose a tag to compare

Dagger v0.12.1

Diff since v0.12.0

Merged pull requests:

  • Add scopes mechanism to limit Chunk movement and restrict scheduling (#240) (@jpsamaroo)