Skip to content

Releases: pepkit/looper

v0.2.1

25 Feb 12:43
26bcdcb

Choose a tag to compare

Release version 0.2.1

v2.0.3 Release

23 Sep 22:57
450ef7d

Choose a tag to compare

[2.0.3] -- 2025-09-23

Fixed

v2.0.2

22 Sep 20:58
779b70a

Choose a tag to compare

[2.0.2] -- 2025-09-22

Changed

  • Remove veracitools dependency from the requirements.

v2.0.1

05 Mar 19:55
ed1744b

Choose a tag to compare

[2.0.1] -- 2025-03-05

Changed

  • update ubiquerg>=0.8.1

Fixed

v2.0.0

16 Jan 21:38
0ae0d6d

Choose a tag to compare

[2.0.0] -- 2025-01-16

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
  • fix #536
  • fix #522
  • fix #537
  • fix #534

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)

v2.0.0a3

30 Dec 18:43

Choose a tag to compare

v2.0.0a3 Pre-release
Pre-release

2.0.0a3 pre-release

v2.0.0a2

30 Sep 19:14

Choose a tag to compare

v2.0.0a2 Pre-release
Pre-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)

v1.9.1 release

18 Jul 16:55
5bdcdc6

Choose a tag to compare

[1.9.1] -- 2024-07-18

Changed

  • ensure peppy requirement peppy>=0.40.0,<=0.40.2

v2.0.0a1

08 Jul 20:03

Choose a tag to compare

v2.0.0a1 Pre-release
Pre-release

v2.0.0a1 pre-release

v1.9.0

26 Jun 19:01
51a8ea7

Choose a tag to compare

[1.9.0] -- 2024-06-26

Added

  • user can now add cli modifiers to looper config instead of PEP project #270
  • pipeline interfaces no longer must be nested under sample and project keys within looper config file #465
  • var_templates can now be hierarchical #334
  • looper can now gracefully halt spawned subprocesses when the user sends a keyboard interrupt #37