Skip to content

Releases: cooperative-computing-lab/cctools

parsl-wq-chdir-fix

17 Oct 15:25
a2f2474
Compare
Choose a tag to compare
fix (#3542)

release/7.7.0

03 Oct 14:42
Compare
Choose a tag to compare

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

Docs: https://cctools.readthedocs.io/
Download: http://ccl.cse.nd.edu/software/download
Forum: http://ccl.cse.nd.edu/community/forum

This is a feature release that primarily improves the scalability and performance of TaskVine:

Main Features:

  • TaskVine workers now perform transfers asynchronously while communicating with manager, by @BarrySlyDelgado
  • TaskVine Serverless function execution simplified and accelerated by @tphung3
  • Improved integration of Parsl and TaskVine by @tphung3
  • Improved scheduler performance in Work Queue and TaskVine by @colinthomas-z80
  • Multiple improvements to reliability at scale with physics applications by @btovar
  • Change to API for cancelling tasks: all tasks are now returned by vine_wait by @dthain
  • Change to serverless resource management: functions consume library resources by @dthain
  • Improved visualization by @JinZhou5042
  • New environment.yml for development dependencies by @thieber22

Full Changelog: nightly...release/7.7.0

release/7.6.2

08 Aug 15:14
Compare
Choose a tag to compare
release/7.6.2 Pre-release
Pre-release

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

This is a bug fix release that addresses several minor issues:

Bug Fixes

Test Infrastructure

Full Changelog: release/7.6.1...release/7.6.2

release/7.6.1

24 Jul 20:01
Compare
Choose a tag to compare

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)

release/7.6.1rc1

24 Jul 18:21
Compare
Choose a tag to compare
release/7.6.1rc1 Pre-release
Pre-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)

release/7.6.0

06 Jul 19:49
Compare
Choose a tag to compare
bump to version 7.6.0

release/7.5.5

12 May 12:47
Compare
Choose a tag to compare
  • TaskVine: Fixes for dask executor in TaskVine
  • TaskVine: Fix for non-cached files being shared in peer transfers
  • TaskVine: Re-computation of temp files when workers are lost.

release/7.5.5rc1

12 May 12:07
Compare
Choose a tag to compare
release/7.5.5rc1 Pre-release
Pre-release
bump to 7.5.5rc1

release/7.5.4

04 May 00:54
Compare
Choose a tag to compare

Fixes for dask executor

release/7.5.3

01 May 18:05
Compare
Choose a tag to compare
  • Experimental support to run dask task graphs with TaskVine
  • Python modules should now be imported as, e.g., import ndcctools.taskvine. import taskvine prints a deprecation warning.