Releases: IMSY-DKFZ/xilens
Releases · IMSY-DKFZ/xilens
v0.2.2 🌈
v0.2.1 🌈
Changes
🚀 Features
- Static build option @leoyala (#32)
- labeled slider @leoyala (#30)
- extend camera support @leoyala (#28)
- 26 fps computation @leoyala (#27)
- saturation display button @leoyala (#23)
- adds logo @leoyala (#21)
- FPS display @leoyala (#17)
- temperature logging to array @leoyala (#13)
- Creates code quality action @leoyala (#10)
- Reload cameras button @leoyala (#8)
- Read The Docs documentation build @leoyala (#2)
🐛 Bug Fixes
- 26 fps computation @leoyala (#27)
- Fix memory access error on 5x5 sensors @leoyala (#25)
- Record on existing file @leoyala (#19)
- temperature logging to array @leoyala (#13)
- Fixes potential overflows on multiplications in tests and util.cpp @leoyala (#12)
- Read The Docs documentation build @leoyala (#2)
v0.2.0
Added
- Support for XIMEA RGB and gray scale cameras.
- GoogleTests for core components.
- BLOSC2 support. All images are stored using BLOSC" NDArray format.
- pre-commit hooks
- Documentation build using sphinx and breath.
- Dockerfile
Changed
- RGB images are generated by selecting 3 channels for spectral images.
- Restructured project to store all source files inside src/
- Changed UI style using new Amber Qt theme
Removed
- Caffe dependency. Perfusion is no longer estimated.
Fixed
- Access to resources through Qt managed resources