Releases: VisTrails/tej
Releases · VisTrails/tej
0.6
0.5
Behavior change:
- Logging on tej.server now happens with level INFO (was WARNING).
Bugfixes:
- stdout is now recorded correctly on PBS
- Fix escaping, making tej work when the queue is a relative path
- Don't log the password
Features:
submit()
'sscript
parameter now accepts a full command in addition to a filename- Expose
_ssh_client()
, allowing children classes to override the SSHClient settings - Make status constants strings, which means they can be directly compared with
info['status']
fromlist()
0.4
0.3
Bugfixes:
- Fix typo:
InvalidDestionation
->InvalidDestination
- Avoid using argparse's 'parents' features (see PY#23058)
- Fix formatting of dates showing a warning
Features:
- Add runtime selection to API, command-line (
--runtime
), and auto-detect by default - Add support for PBS: jobs will be run using qsub