Releases: fulcrumgenomics/pyfgaws
Releases · fulcrumgenomics/pyfgaws
0.2.3
0.2.2
0.2.1
0.2.0
Release 0.1.7
Release 0.1.6
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
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 withrun-job --print-log
would fail. Fixed in #19.
Release 0.1.4
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 therun-job
andwatch-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
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
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)