Releases: neurobooth/neurobooth-os
v0.0.37.6
Release has logging improvements, and GC threshold modifications
What's Changed
- Improve logging by @lwhite1 in #471
- Changes GC thresholds to make it run less frequently by @lwhite1 in #470
- Update init.py by @lwhite1 in #473
NOTE: This release requires new database table LOG_SYSTEM_RESOURCES
Full Changelog: v0.0.38...v0.0.37.6
v0.0.37.4
v0.0.37.3
v0.0.37.2
adds support for quitting motor tasks and reduces the message polling interval to make system more responsive
What's Changed
- Update task.py by @lwhite1 in #447
- Update task.py by @lwhite1 in #448
- Update task.py by @lwhite1 in #450
- Reduce message polling interval by @lwhite1 in #451
- Make motor tasks skippable by @lwhite1 in #449
- fix reference to countdown_to_stimulus in task.py by @lwhite1 in #452
- fix indent by @lwhite1 in #453
- Update init.py by @lwhite1 in #454
Full Changelog: v0.0.37.1...v0.0.37.2
v0.0.37.1
v0.0.37.0
What's Changed
This PR is intended to address:
- log_sensor_file missing file paths
- missing calibration files and erroneous log_sensor_file 'test' record
- handle null values in middle names
- prevent Start button from being enabled until both servers send SessionPrepared
- prevent Start button from being pressed twice
- eliminate (harmless) exception thrown when exiting from first GUI screen by pressing the window's X button.
- trim subject ids to remove leading and trailing whitespace
- candidate (partial?) fix for key caching
- fix bug in gui first screen where missing data caused crashes
In addition, there should be a modest improvement in the frame-preview lag issue as message queue polling was increased from once per second to twice per second, which should reduce the messaging-related latency from 1 second on average (round-trip) to 1/2 second.
Finally, there were a couple minor UI enhancements:
added a "Safe to terminate" message at the end of the session
disabled task check-boxes when the Connect Devices button is pressed
Full Changelog: v0.0.36.3...v0.0.37.0