Skip to content

release/7.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 20:01
· 384 commits to master since this release

We are pleased to announce the release of version 7.6.1
of the Cooperative Computing Tools from the University of Notre Dame,
including TaskVine, Work Queue, Makeflow, Parrot, Chirp, and other software.

This release introduces several bug fixes and minor improvementsto the TaskVine workflow executor and Work Queue scheduler.
TaskVine:

  • Fix bug in task scheduling that would result in manager hanging.  (Colin Thomas)
  • Fix bug in execution of Dask task graphs that would lead to a hang.  (Ben Tovar)
  • Fix bug in deployment of serverless LibraryTask.  (Thanh Phung)
  • Add option to specify Python package dependencies inline.  (Barry Sly-Delgado)
  • Add visualization of task graph and documentation. (Douglas Thain)

Work Queue:

  • Fix bug in task scheduling that would result in manager hanging.  (Colin Thomas)