Releases: pipeless-ai/pipeless
Releases · pipeless-ai/pipeless
core-v0.1.16-alpha
What's Changed
- feat(core): Create ONNX flavors by @miguelaeh in #52
Full Changelog: core-v0.1.15-alpha...core-v0.1.16-alpha
core-v0.1.15-alpha
What's Changed
- Add link to discord community by @miguelaeh in #48
- feat(imports): Support user module imports by @miguelaeh in #49
- fix(worker): Ensure ready message arrives by @miguelaeh in #50
- feat(workers): Allow to run several workers when using the run command locally by @miguelaeh in #51
Full Changelog: cli-v0.1.14-alpha...core-v0.1.15-alpha
cli-v0.1.15-alpha
What's Changed
- Add link to discord community by @miguelaeh in #48
- feat(imports): Support user module imports by @miguelaeh in #49
- fix(worker): Ensure ready message arrives by @miguelaeh in #50
- feat(workers): Allow to run several workers when using the run command locally by @miguelaeh in #51
Full Changelog: cli-v0.1.14-alpha...cli-v0.1.15-alpha
cli-v0.1.14-alpha
What's Changed
- fix(cli): Load user application only in the worker by @miguelaeh in #46
Full Changelog: cli-v0.1.13-alpha...cli-v0.1.14-alpha
cli-v0.1.13-alpha
What's Changed
- feat(config): Do not require config file by @miguelaeh in #44
- Bump CLI version by @miguelaeh in #45
Full Changelog: core-v0.1.14-alpha...cli-v0.1.13-alpha
core-v0.1.14-alpha
What's Changed
- feat(worker): Add automatic line profiler for user code by @miguelaeh in #42
Full Changelog: cli-v0.1.12-alpha...core-v0.1.14-alpha
core-v0.1.13-alpha
What's Changed
- feat(plugins): Change plugins hooks for higher flexibility by @miguelaeh in #41
cli-v0.1.12-alpha
What's Changed
- feat(plugins): Change plugins hooks for higher flexibility by @miguelaeh in #41
- feat(plugins): Update YOLOv8 and draw plugins to match the new plugins hooks
core-v0.1.12-alpha
What's Changed
- Update README header by @miguelaeh in #35
- Create CONTRIBUTING.md by @miguelaeh in #37
- Create CODE_OF_CONDUCT.md by @miguelaeh in #36
- Create SECURITY.md by @miguelaeh in #38
- feat(core): Add built-in Onnx Runtime to run inference by @miguelaeh in #40
Full Changelog: cli-v0.1.10-alpha...core-v0.1.12-alpha
cli-v0.1.11-alpha
- Fix issue in draw plugin loading env var