Skip to content

Releases: VisTrails/tej

0.6

16 Apr 00:36
0.6
Compare
Choose a tag to compare

Features:

  • Cache resolved queue location
  • Add cleanup function, to remove the queue and links

0.5

23 Dec 04:59
0.5
Compare
Choose a tag to compare
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()'s script 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'] from list()

0.4

08 Dec 19:48
0.4
Compare
Choose a tag to compare
0.4

Bugfixes:

  • Better quoting (useful if using spaces or unusual characters in paths)
  • Test runner no longer hides logging messages

Features:

  • Add queue.get_scp_client(), useful to transfer files using the same connection
  • Add optional password to destination string

0.3

20 Feb 20:54
0.3
Compare
Choose a tag to compare
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

0.2.3

07 Aug 20:09
0.2.3
Compare
Choose a tag to compare

Fix 'list' command.

0.2.2

16 Jul 20:31
0.2.2
Compare
Choose a tag to compare

Submission errors shouldn't break things.

0.2.1

06 Apr 19:59
0.2.1
Compare
Choose a tag to compare

Release for VisTrails 2.2.0.

0.1

21 Nov 19:00
0.1
Compare
Choose a tag to compare
0.1

First release, pre-alpha. You probably shouldn't be using this (yet).