Releases: alcrene/smttask
Releases · alcrene/smttask
v0.2.1-rc.2
Bump min version of scityping to 0.6.5
v0.2.1-rc.1
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 datastoreinvalidate()
-> invalidates the cache, so the task will run again next timetask
-> 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