Limbus

Latest version: v0.1.6

Safety actively analyzes 623936 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.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.

0.1.5

* pin typeguard by lferraz

0.1.4

* 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**: https://github.com/kornia/limbus/compare/v0.1.3...v0.1.4

0.1.3

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

0.1.2

Initial release with basic fucntionalities

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.