Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@lferraz lferraz released this 30 Apr 16:06
· 2 commits to add_callables since this release
  • Allow to add a callback to each InputParam, OutputParam or PropertyParam which is run when its value is changed.
  • Allow to add 8 hooks in Pipeline class to control the execution.
  • Allow to run several times the pipeline when a number of iters is provided.
pipeline.run(2)
pipeline.run(1)
.
.
.
  • Typing: move from old to new typing formats.
  • Addressed some bugs.
  • A bit of refactor in several modules.