New features: - This version introduces the /about endpoint to provide introspection of what model is currently running on a detector node or if an update is in progress. This is a necessary precondition for https://github.com/zauberzeug/rosys/discussions/33.
0.9.2
fix: - check only ones for corrupted images before running detections
0.9.1
Same as v0.9.0, but v0.9.0 used wrong commit
0.9.0
API changes: - Abstract function progress() is renamed to training_progress()
New Features: - Trainer nodes now also report the progress for downloading data and making predictions
Fixes: - Trainer nodes now exit if training failed instead of running in a endless retry cycle - Trainer nodes now do not send initial IDLE state when continuing a training
0.8.8
- Fix bug in SIO Server
0.8.7
General enhancements: - Boolean environment variables are more flexible (allowed values are now TRUE/FALSE/0/1) - Uvicorn and Fastapi versions are increased
Trainer enhancements: - Downloaded images are checked for integrity (corrupted images or empty files are deleted before training starts)
Bugfixes: - Startup methods of mock nodes are fixed