Releases: isi-vista/vista-pegasus-wrapper
Releases · isi-vista/vista-pegasus-wrapper
v0.4.0
What's Changed
- Validate that locator does not contain an '=' by @spigo900 in #93
- Bump pyyaml from 5.3.1 to 5.4 by @dependabot in #88
- add configuration note to readme by @elizlee in #96
- Fix Duplicate Job Execution Bug by @lichtefeld in #99
- Update from PyPi Release for Version 0.3 by @lichtefeld in #100
- New Functionality for Containers by @lichtefeld in #101
- Relax Setup Requirements & Fix a Bash Job Bug by @lichtefeld in #104
New Contributors
- @dependabot made their first contribution in #88
- @elizlee made their first contribution in #96
Full Changelog: v0.3-alpha...v0.4-alpha
Expanded Python Job Support
This release expands the python job support to include defining command-line arguments for python jobs and specifying the python script as a path rather than a module name. These extensions expand the range of jobs that can be scheduled with the wrapper.
Updated for Pegasus 5.0 Release
Merge pull request #73 from isi-vista/48-pegasus-5-upgrade Update Wrapper to Support Pegasus 5.0.0
Pegasus 4.9.3 Compatability
Merge pull request #70 from isi-vista/fix-max-walltime Update max walltime for scavenge to 2 hrs