Skip to content

Releases: project8/psyllid

v2.2.1

03 May 23:42
Compare
Choose a tag to compare
Updated docker use and fixed submodule versions conflicts

v2.2.0

17 Feb 19:55
Compare
Choose a tag to compare
Docker build separated from Luna

Documentation

02 Apr 15:49
Compare
Choose a tag to compare
v1.9.3

no message

set_condition and batch_action updates; skip_buffer fixes; adaptation to the new param interface

27 Jul 21:36
Compare
Choose a tag to compare
v1.8.0

set_condition and batch_action updates; skip_buffer writing fix, upda…

Egg reader and batch processing

24 Apr 00:49
d9584ba
Compare
Choose a tag to compare
Merge pull request #58 from project8/release/1.4.0

Release/1.4.0

v1.2.3

28 Aug 18:54
Compare
Choose a tag to compare

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

21 Dec 00:16
Compare
Choose a tag to compare