Skip to content

Releases: fulcrumgenomics/pyfgaws

0.2.3

19 Apr 14:13
Compare
Choose a tag to compare

What's Changed

  • [doc] fix docstring for monitor-queue by @nh13 in #26

Full Changelog: 0.2.2...0.2.3

0.2.2

19 Apr 14:08
Compare
Choose a tag to compare

What's Changed

  • [bugfix] fix bug assert command line options with aws batch monitor by @nh13 in #25

Full Changelog: 0.2.1...0.2.2

0.2.1

19 Apr 14:02
Compare
Choose a tag to compare

What's Changed

  • [feat] batch monitor can monitor a queue indefinitely by @nh13 in #24

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Mar 00:51
Compare
Choose a tag to compare

What's Changed

  • [feat] add the batch monitor tool by @nh13 in #23
  • the batch and logs commands have been split into their own sub-commands

Full Changelog: 0.1.7...0.2.0

Release 0.1.7

12 Jul 20:26
ac0d33e
Compare
Choose a tag to compare

This is a minor release.

The following bug fixes have been made:

  • Bug fix (#22) to support watching custom CloudWatch job streams for Batch jobs (originally in #21)

Release 0.1.6

14 Jun 04:23
1f04066
Compare
Choose a tag to compare

This is a minor release.

The following features have been added:

  • Support watching custom CloudWatch job streams for Batch jobs (#21)

Release 0.1.5

16 Jul 19:12
b022eea
Compare
Choose a tag to compare

This is a minor bug fix release.

The following bug fixes have been made

  • The added --delay option from Release 0.1.4 introduced a bug with run-job --print-log would fail. Fixed in #19.

Release 0.1.4

16 Jul 18:29
2298f0a
Compare
Choose a tag to compare

This is a minor feature release.

The following features have been added:

  • expose the delay between API requests via the --delay command line option for the run-job and watch-job tools (#18)
  • a small random jitter (+/-2 seconds) to the delay to help avoid AWS batch API limits for monitoring batch jobs in the cases of many requests across concurrent jobs. A minimum delay of 1 second is subsequently applied.

Release 0.1.3

13 Jun 00:41
Compare
Choose a tag to compare

This is a bug fix release.

The following bugs have been fixed:

  • Support command-line parsing the batch Status (#15)

Note: release 0.1.1 and release 0.1.2 are not available, as they were inadvertently published from a non-master branch, and so are deleted on pypi and not released here.

Release 0.1.0

11 Jun 23:48
e01d696
Compare
Choose a tag to compare

This is a backwards API incompatible release.

The following changes were made:

  • do not log if no batch logs are present (#6)
  • refactor batch.Status to store which statuses have CloudWatch logs; this introduces a backwards compatible API change (#11)
  • watch_job does not skip over cloud logs (#7)
  • better handling of exceptions while print logs while watching a batch job (#11)
  • Update mypy_boto3 so type discovery is not needed (#13)
  • Batch submit jobs needs to filter the input keyword arguments (#14)
  • set the job id after submission (#14)