JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
629 stars 67 forks source link

Task names, and various GraphVizExt and PlotsExt improvements #560

Closed jpsamaroo closed 3 weeks ago

jpsamaroo commented 1 month ago

Various user-visible improvements to the :graphviz and :plots_gantt renderers, such as unified colors between the renderers, Gantt legends, more information displayed in the GraphViz graph, etc.

Also allows tasks to be named, such as Dagger.@spawn name="MyTask" my_func(a, b, c).

Closes #545 Implements the logic from #569