Releases: JuliaParallel/Dagger.jl
Releases · JuliaParallel/Dagger.jl
v0.13.0
Dagger v0.13.0
Merged pull requests:
v0.12.5
Dagger v0.12.5
Closed issues:
- mapping
Dagger.@spawnwith 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)
v0.12.0
v0.11.10
Dagger v0.11.10
Closed issues:
- cache=true leads to TaskFailedException (#246)
Merged pull requests:
- Fix bug in lazy API state.errored check (#247) (@jpsamaroo)
v0.11.9
v0.11.8
Dagger v0.11.8
Closed issues:
- Evaluating an eager thunk construction multiple times produces scheduler errors (#225)
- Eager API example from Readme.md won't work (#241)
- UndefVarError: CLOCK_THREAD_CPUTIME_ID not defined (#242)
Merged pull requests:
- Temp. fix for clocks on non-Linux (#244) (@jpsamaroo)