Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 670 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 670 Bytes

Changelog

v1.2.0

  • Update to snakemake 8.4
  • Remove default configuration

v1.1.0

  • Update to snakemake 7.3
  • Remove settings from the PEP configuration
  • Switch to simplified PEP configuration (a csv is valid PEP)
  • Reduce wait time for missing files to 5 seconds
  • Keep temporary and failed files, to aid in debugging

v0.0.1

  • Add support for project configuration using PEP.
  • Add integration tests using pytest-workflow and github workflows.