Release Notes » Release 2.6.0 (2020/08/25)

Taskflow 2.6.0 is the 8th release in the 2.x line! This release includes several new changes such as CPU-GPU tasking, algorithm collection, enhanced web-based profiler, documentation, and unit tests.

We have a new webpage for Taskflow!

Download

Taskflow 2.6.0 can be downloaded from here.

New Features

Bug Fixes

  • fixed the bug of iteratively detaching a subflow from a run loop or a condition loop (see Detach a Subflow)
  • fixed the bug of conflict macro with boost (#184)

Deprecated Items

  • removed two methods, tf::detached and tf::joined, due to the new join/detach behavior

Miscellaneous Items