Releases: JuliaParallel/Dagger.jl
Releases · JuliaParallel/Dagger.jl
v0.13.4
v0.13.3
Dagger v0.13.3
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:
- Wrap thunk functions in Chunk (#271) (@jpsamaroo)
v0.13.2
Dagger v0.13.2
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:
- Logging overhaul and new web dashboard (#278) (@jpsamaroo)
v0.13.1
v0.13.0
Dagger v0.13.0
Merged pull requests:
v0.12.5
Dagger v0.12.5
Closed issues:
- mapping
Dagger.@spawn
with remote workers can cause one hung thunk (#254) - undefined function => stalled thunks (#255)
Merged pull requests:
- Fix task stalls due to deserialization errors (#264) (@jpsamaroo)
v0.12.4
Dagger v0.12.4
Closed issues:
- "Error in eager listener: KeyError: key 578 not found" (#248)
- make unit test results visible to all (#257)
Merged pull requests:
- Set Julia 1.3 as minimum supported version (#253) (@jpsamaroo)
- Fix eager API thunk retention (#258) (@jpsamaroo)
v0.12.3
Dagger v0.12.3
Closed issues:
- UndefVarError: CLOCK_THREAD_CPUTIME_ID not defined (#242)
Merged pull requests:
- Fix missing defs on MacOS, again... (#252) (@jpsamaroo)
v0.12.2
Dagger v0.12.2
Closed issues:
- cputhreadtime() redefinition on Windows (#250)
Merged pull requests:
- Windows cputhreadtime fix and 32-bit fixes (#251) (@jpsamaroo)
v0.12.1
Dagger v0.12.1
Merged pull requests:
- Add scopes mechanism to limit Chunk movement and restrict scheduling (#240) (@jpsamaroo)