Releases: kornia/limbus
Releases · kornia/limbus
v0.1.6
- 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.