- Enhancement: Sort
DependGraph
by node priority before scheduling withscheduleTaskList
. - New feature: Plot method for
DependGraph
- Enhancement: Prevent sending the same data to the same worker multiple times in
scheduleTaskList
function. - Enhancement: Redesigned
DependGraph@graph
for extensibility. Columns arefrom
,to
,type
, andvalue
, wherevalue
is a list of lists that can contain anything for any row.
31 July 2018
- Initial CRAN submission