Skip to content

Releases: alcrene/smttask

v0.2.1-rc.2

10 Sep 12:21
Compare
Choose a tag to compare
v0.2.1-rc.2 Pre-release
Pre-release
Bump min version of scityping to 0.6.5

v0.2.1-rc.1

10 Sep 11:59
Compare
Choose a tag to compare
v0.2.1-rc.1 Pre-release
Pre-release

v0.2.1 Release Candidate

CLI functionality improvements

  • Deleting records
  • Access to the underlying smt commands

New functionality

  • Support dirty directories (directories which are allowed to have uncommitted changes)
  • Support SciTyping’s new annex files
  • When interacting with a Record, new functions/attributes to inspect the Task which created it:
    • task_name
    • task_code
    • resultpaths -> paths in the input datastore
    • invalidate() -> invalidates the cache, so the task will run again next time
    • task -> recreate the Task instance
    • filtering the RSView by task name
  • Executed task tracking: Optionally specify a folder where every executed task output is copied to.
    Useful to generate a minimal data set of a computation results to allow reproducibility.

Full Changelog: v0.2.0...v0.2.1-rc.1

v0.2.0

06 Feb 12:26
Compare
Choose a tag to compare