Changed - Fixed bugs with `looper summarize` when no summarizers were present - Added CLI flag to force `looper destroy` for programmatic access - Fixed a bug for samples with duplicate names - Added new display features (graphs, table display) for HTML summary output.
0.9.1
Changed - Fixed several bugs with `looper summarize` that caused failure on edge cases.
0.9.0
Added - Support for custom summarizers - Add `allow-duplicate-names` command-line options - Allow any variables in environment config files or other `compute` sections to be used in submission templates. This allows looper to be used with containers. - Add nice universal project-level HTML reporting
0.8.1
Changed - Minor documentation and packaging updates for first Pypi release. - Fix a bug that incorrectly mapped protocols due to case sensitive issues - Fix a bug with `report_figure` that made it output pandas code
0.8.0
Changed - Use independent `peppy` package, replacing `models` module for core data types. - Integrate `ProtocolInterface` functionality into `PipelineInterface`.
0.7.2
Changed - Correctly count successful command submissions when not using `--dry-run`.