v1.8.1
donaldcampbelljr
released this
06 Jun 14:33
·
47 commits
to master
since this release
[1.8.1] -- 2024-06-06
Fixed
- added
-v
and--version
to the CLI - fixed running project level with
--project
argument
[1.8.0] -- 2024-06-04
Added
- looper destroy now destroys individual results when pipestat is configured: #469
- comprehensive smoketests: #464
- allow rerun to work on both failed or waiting flags: #463
Changed
- Migrated
argparse
CLI definition to a pydantic basis for all commands. See: #438 - during project load, check if PEP file path is a file first, then check if it is a registry path: #456
- Looper now uses FutureYamlConfigManager due to the yacman refactor v0.9.3: #452
Fixed
- inferring project name when loading PEP from csv: #484
- fix inconsistency resolving pipeline interface paths if multiple paths are supplied: #474
- fix bug with checking for completed flags: #470
- fix looper destroy not properly destroying all related files: #468
- looper rerun now only runs failed jobs as intended: #467
- looper inspect now inspects the looper config: #462
- Load PEP from CSV: #456
- looper now works with sample_table_index #458