Releases: zauberzeug/rosys
Releases · zauberzeug/rosys
v0.20.0
New features and enhancements
- Introduce modules for GNSS hardware and geographic coordinates (#231 by @pascalzauberzeug, @codingpaula, @rodja, @falkoschindler)
- Add
persistence_key
parameter toCameraProvider
(#233 by @NiklasNeugebauer) - Add
source
andcreation_data
parameters to detector'sdetect
andupload
methods (#230 by @denniswittich, @NiklasNeugebauer) - Improve selectable Lizard version (#224 by @pascalzauberzeug, @falkoschindler)
Build pipeline
- Update GitHub action to support multiple platforms (#232 by @codingpaula)
Dependencies
- Update ruff to 0.8.1 and pre-commit to 4.0.1 (#234 by @codingpaula)
v0.19.0
New features and enhancements
- Add type annotation and keyword arguments to
run.io_bound
andrun.cpu_bound
(#227 by @falkoschindler, @NiklasNeugebauer) - Improve transformation parameters for image route (#223 by @NiklasNeugebauer, @denniswittich, @falkoschindler)
- Add image transformation parameters to the cameras' persistence dictionary (#220 by @NiklasNeugebauer)
- Improve image timestamps (#221 by @NiklasNeugebauer, @denniswittich)
- Add MAC group for Dahua cameras (#228 by @denniswittich)
- Use pathlib to avoid issues when globbing too many files (#229 by @rodja)
- Update NiceGUI to 2.5.0 (#222 by @pascalzauberzeug)
Bugfixes
- Fix time in simulated camera images (#226 by @pascalzauberzeug)
- Fix intersection of parallel line segments (#225 by @falkoschindler)
v0.18.6
Bugfix
- Fix backup during shutdown (#219 by @falkoschindler, @codingpaula)
v0.18.5
Enhancement to build pipeline
- Use Docker registry to cache build layers and fix Docker cache in GitHub actions (#218 by @codingpaula)
v0.18.4
Enhancement to build pipeline
- Try to fix Docker cacheing (#217 by @codingpaula)
v0.18.3
Bugfix and pipeline enhancement
- Temporary fix for Lizard issue #66 (#216 by @pascalzauberzeug)
- Introduce Docker cache (#215 by @codingpaula)
v0.18.2
Bugfix
- Fix slow SimulatedCamera tests (#214 by @pascalzauberzeug, @falkoschindler, @codingpaula)
v0.18.1
Bugfix
- Remove
polling_interval
assignment (#213 by @pascalzauberzeug)
v0.18.0
New features and enhancements
- Make events awaitable (#210 by @pascalzauberzeug, @falkoschindler)
- Provide a UI element for debugging GPIO pins via Lizard (#196 by @pascalzauberzeug, @falkoschindler)
- Introduce camera image callbacks (#197, #211, #212 by @NiklasNeugebauer, @falkoschindler, @rodja)
- Allow SVG overlays for timelapse videos (#209 by @rodja, @falkoschindler)
- Reduce flickering in timelapse videos by removing single frames from a different cam (#208 by @rodja)
v0.17.1
- Update to NiceGUI 2.3.0 (#206 by @pascalzauberzeug)