Release Notes » Release 2.3.0 (2020/02/27)

Cpp-Taskflow 2.3.0 is the 4th release in the 2.x line! This release includes several new changes such as conditional tasking, modified scheduling flows, benchmarks, documentation, and so forth.

Download

Cpp-Taskflow 2.3.0 can be downloaded from here.

New Features

Bug Fixes

  • Fixed the stack overflow problem in zero worker execution
  • Fixed the missing comma in output execution timelines from an executor
  • Fixed the bug in empty taskflow

Deprecated Items

  • Removed zero worker thread support in execution
  • Removed gather method in task handle
  • Removed std::vector and std::initializer_list support in task's preceed/succeed methods
  • Removed taskflow::silent_emplace method