Skip to content

Releases: greater-than/PipeLayer

Version 0.7.0

03 Sep 12:49
569f43b

Choose a tag to compare

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

26 Feb 13:32
9878e76

Choose a tag to compare

Merge pull request #17 from greater-than/feature/0.6.0-pipeline-events

Version 0.6.0

Version 0.5.1

18 Feb 12:59
c41b01b

Choose a tag to compare

v0.5.1

Updates README

Version 0.5.0

13 Feb 16:58
f3bced2

Choose a tag to compare

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

09 Feb 03:04
f1b8f9f

Choose a tag to compare

* bugfix in StepHelper staticmethod check (#10)

Co-authored-by: Andrew Benson

Version 0.4.0

06 Feb 19:09
273e66a

Choose a tag to compare

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

01 Feb 23:34
0e6ac18

Choose a tag to compare

Version 0.3.1 (#7)

* converts Step base class to a Protocol
* streamlines pipeline functions
* 100% test coverage
* updates README