- file_picker and file_actions now also work on Posix (tested on Linux)
1.11.3
- added propagating_thread, awrapper around threading.Thread that forwards exceptions to the main thread upon join - replaced all places where ImVec2 or ImVec4 contents are accessed using iteration. This somehow crashes when running frozen
1.11.2
- fixes accessing wrong field for determining camera calibration filename, causing crash
1.11.1
tested to work with numpy 2. No change to code, but dropped numpy<2 requirement constraint
1.11.0
- added camera_recording (moved from gazeMapper) - recording_table now also supports camera_recordings - recording_table: can now programmatically show and hide columns - add function to get video durations in video_utils - names of files created by import functions are no longer hardcoded
1.10.7
- Gained camera_recording - recording_table can now handle mixed eye tracker and camera_recordings