Skip to content

v2.0.0a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@donaldcampbelljr donaldcampbelljr released this 30 Sep 19:14
· 6 commits to dev since this release

[2.0.0a2] -- 2024-09-30

This release breaks backwards compatibility for Looper versions < 2.0.0

Fixed

  • divvy init #520
  • replaced deprecated PEPHubClient function, _load_raw_pep with .load_raw_pep
  • looper cli parameters now take priority as originally intended #518
  • fix divvy inspect
  • remove printed dictionary at looper finish #511

Changed

  • --looper-config is now --config, -c. #455
  • A pipeline interface now consolidates a sample_interface and a project_interface #493
  • Updated documentation for Looper 2.0.0, removing previous versions pepspec PR #34
  • remove position based argument for divvy config, must use --config or run as default config

Added

  • looper init tutorial #466
  • looper config allows for pephub_path in pipestat config section of .looper.yaml #519
  • improve error messaging for bad/malformed looper configurations #515
  • add shortform argument for --package (alias is now -p)