Releases: dcnieho/glassesValidator
glassesValidator v3.2.0
glassesValidator 3.1.0
bump glassesTools. Now only allow newer point releases of this library to guard against backward incompatible changes
validation config internally reorganized, should work without change
glassesValidator v3.0.2
- bumped glassesTools dependency
- now using get_source_directory() on Recordings to properly deal with relative paths
glassesValidator v3.0.0
Backwards-incompatible release! Any projects created with v1.x or v2.x will not load in this version.
The functionality is unchanged, but calculation of data quality for a recording is now significantly faster, and leaves less large files on the harddrive. Also some small bug fixes or functionality enhancements.
The main change under the hood is that almost all functionality has been moved to the glassesTools module, and this project is now mostly a GUI shell around that.
glassesValidator v2.3.0
- adding support for Viewpointsystem VPS 19
glassesValidator v2.2.0
- added support for a generic eye tracker type, allowing users to import data from any eye tracker into tools using glassesTools as long as they handle conversion to the glassesTools data format themselves. For generic eye trackers, can set the name to display in the recording info.
glassesValidator v2.1.0
- bumped glassesTools, which pulls in a new version of imgui_bundle
- Adjusted GUI code for this new version, where needed
- Minimum Python version is now 3.11 due to imgui_bundle
glassesValidator v2.0.8
glassesValidator: fixed regression where didn't work correctly when only homography results and no camera calibration were available.
- adjust b_codeMarkerInterval now that it can show gaze-on-plane results based only on homography as well
- e1_computeOffsetsToTargets: optimization to skip computation if all nan was wrong: homography+hardcoded viewing position was always skipped even when it shouldn't be
glassesValidator v2.0.7
bump glassesTools to fix crash in timeline when deleting events in timepoint streams
glassesValidator v2.0.6
Fixes and enhancements in API regarding data quality calculation (last stage) and export. Should also fix a crash when using left_right_average data quality type