Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 2.45 KB

Changelog

v1.4.11 (2022-09-05)

Fix

  • Fixes grid style for batches subcommand (433cda6)

v1.4.10 (2022-09-03)

Fix

  • In the case of an error, be sure to close the cromwell server (662942a)

v1.4.9 (2022-09-01)

Fix

  • Fixes case where no jobs have yet started (e2bf9ee)
  • Fixes the very valid objection by pylint (346fc78)
  • Fixes batching when some workflows aren't started (a6303ec)
  • Fixes wrong command line description for inputs (32b852e)

v1.4.8 (2022-08-29)

Fix

  • Fixes linting error (3e4cbaa)
  • Fixes packaging on pip and updates dependencies (e6c7a6a)
  • Adds boto deps back to main bundle (9f3853f)

v1.4.7 (2021-11-20)

Fix

  • Removes the wheel package from dependencies altogether (083b720)

v1.4.6 (2021-11-20)

Fix

  • Further downgrade wheel to 0.34.0 (edb10f1)

v1.4.5 (2021-11-20)

Fix

  • Fixes build with new version of typed-ast (200ad9f)

v1.4.4 (2021-11-10)

Fix

  • Remove leading '/' from API calls (#34) (1bc5521)

v1.4.3 (2021-09-20)

Fix

  • Allow "config" subcommand to skip required args check. Addresses #31 (#32) (bc73929)