Releases: JuliaParallel/Dagger.jl
Releases · JuliaParallel/Dagger.jl
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)
v0.11.7
Dagger v0.11.7
Merged pull requests:
- Quiet restore failures with nothing result (#237) (@jpsamaroo)
- Error precompiling v0.11.6 (#238) (@DhairyaLGandhi)
v0.11.6
Dagger v0.11.6
Closed issues:
- Dagger doesn't detect threads as Processors after v0.11.3 (#235)
Merged pull requests:
- Fix memory leaks in eager API (#223) (@jpsamaroo)
v0.11.5
Dagger v0.11.5
Closed issues:
- Immediate yield on eager thunk execution grants better user experience on proc count (#228)
- Concurrency violation detected on multithread config (#229)
Merged pull requests:
- Fix unsafe usage of Base.Condition (#234) (@jpsamaroo)
v0.11.4
Dagger v0.11.4
Closed issues:
Merged pull requests:
- Thunk cost estimation, chunk caching, benchmark updates (#210) (@jpsamaroo)
- Simplify OSProc (#218) (@jpsamaroo)
- Fix dynamic_fib (#222) (@tkf)
- toward full documentation (#227) (@ExpandingMan)
v0.11.3
Dagger v0.11.3
Closed issues:
- Allow
Dagger.@spawn
on non-head node (#215)
Merged pull requests:
- Add Dagger.spawn, allow on any node (#217) (@jpsamaroo)
v0.11.2
Dagger v0.11.2
Merged pull requests:
- Add Gantt chart using Mux and Luxor (#169) (@jpsamaroo)
- add analysis script for strong and weak scaling (#190) (@vchuravy)