Skip to content

Releases: kornia/limbus

v0.1.6

30 Apr 16:06
Compare
Choose a tag to compare
  • 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.

v0.1.5

15 Mar 22:27
e6598d4
Compare
Choose a tag to compare

v0.1.4

15 Mar 21:59
e555542
Compare
Choose a tag to compare
  • allow to enable intellisense in vscode for component params by defining the typings by @lferraz
  • allow to configure component base class from config.py by @lferraz
  • remove torch, kornia and numpy dependencies by @lferraz

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Feb 22:26
Compare
Choose a tag to compare

Do not install widget dependencies by default. Use pip install limbus[widgets]in that case.

v0.1.2

14 Feb 14:59
e95aafe
Compare
Choose a tag to compare

Initial release with basic fucntionalities