Releases: project8/psyllid
Releases · project8/psyllid
v2.2.1
v2.2.0
Docker build separated from Luna
Documentation
v1.9.3 no message
set_condition and batch_action updates; skip_buffer fixes; adaptation to the new param interface
v1.8.0 set_condition and batch_action updates; skip_buffer writing fix, upda…
Egg reader and batch processing
Merge pull request #58 from project8/release/1.4.0 Release/1.4.0
v1.2.3
New Features:
- Validation log
- This file, documentation/validation_log.md, was added to record changes to Psyllid as they're made.
- No validation is needed as this is not a functional change.
Fixes:
-
Propagate missing header values to subsequent files
- Previously-missing information included voltage offset and range, DAC gain, and frequency min and range.
- Validated by with a run producing multiple files using the roach_simulator.
-
Prevent invalid duration setting
- Setting the duration to 0 caused undefined behavior. This could occur if the value of the duration setting in a dripline request was not an unsigned integer.
- Now the duration is extracted and checked for validity. So far it just checks that it's not 0.
- This was validated by by attempting to set the duration to 0. It failed, which was a successful test.
First production release
v1.0.0