Skip to content

Releases: DataBiosphere/dsub

Release v0.1.3

07 Nov 22:30
@eap eap
7df79c4
Compare
Choose a tag to compare

This release includes several improvements:

  • Added support for GPU accelerators!
  • Add start-time to dstat full output.
  • Update getting-started documentation.

Release v0.1.2

30 Oct 18:15
@eap eap
229fa13
Compare
Choose a tag to compare

This release includes several improvements and bug fixes:

Bug fixes:

  • ddel validates provider-specific arguments (see bug #87)

Internal improvements:

  • Improved use of the --age flag allowing some tests to run faster.
  • Refactored local provider to pull out runner.sh.

Release v0.1.1

20 Oct 18:31
@eap eap
Compare
Choose a tag to compare

Version 0.1.1 contains new features and small bug fixes. We have also begun work on the Python API; this API is presumed unstable and not yet intended for broad use.

New features:

  • dsub supports combining command-line (--label, --env, --input, --output) and --tasks file flags.
  • Label values are less restrictive (for example, they can now be numeric).
  • Added new GCE zones (europe-west3, southamerica-east1)
  • start-time is now included in dstat full output
  • status-message is now included in dstat full output.
  • --version flag was added to dsub, dstat, and ddel.
  • local provider now supports relative paths to local input/output files.

Minor changes:

  • run_tests.sh now displays test timing information.
  • local provider container names are more user-friendly.

Bugs fixed:

  • local provider job/task names are now validated to conform with docker container name restrictions.
  • dstat date field formats are now consistent.
  • Various local provider internal fixes.

Release 0.1.0

03 Oct 21:38
@eap eap
Compare
Choose a tag to compare

This is the first official dsub release. Future release will include a changelog.