Skip to content

v0.2.1-rc.1

Pre-release
Pre-release

Choose a tag to compare

@alcrene alcrene released this 10 Sep 11:59
· 12 commits to main since this 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