Releases: greater-than/PipeLayer
Releases · greater-than/PipeLayer
Version 0.7.0
step_end event (#18) * Adds step_end event to the pipeline * Raises pipeline.step_end event after step manifest is closed * Adds unit tests to maintain 100% coverage * Adds unit test for published example
Version 0.6.0
Merge pull request #17 from greater-than/feature/0.6.0-pipeline-events Version 0.6.0
Version 0.5.1
v0.5.1 Updates README
Version 0.5.0
Version 0.5.0 (#11) * adds start/exit/end events to Filter * updates Filter protocol * adds Manifest models to protocol * fixes check for static run method in StepHelper * removes MockFilter * updates README/HISTORY * creates StepProxy for filters not implementing IStep * prefixes names of all interfaces with "I"
Version 0.4.1
* bugfix in StepHelper staticmethod check (#10) Co-authored-by: Andrew Benson
Version 0.4.0
Feature/v0.4.0 (#8) * Adds Switch filter * Adds pipeline state/action enums (looking into the future) * Updates LICENSE * Refactors protocol namespace * Moves StepHelper to step namespace * Moves Pipeline and Switch to sep modules Co-authored-by: a-e-benson
Version 0.3.1
Version 0.3.1 (#7) * converts Step base class to a Protocol * streamlines pipeline functions * 100% test coverage * updates README