Release v3.2.0: Complex commanding
Adding complex commanding to GDS.
What's Changed
- Replace LGTM with Github Actions by @thomas-bc in #101
- Delete .lgtm.yml by @LeStarch in #102
- Update/enable packet processing by @LeStarch in #106
- Avoid loading the entire log files into memory by @ThibFrgsGmz in #105
- Swap some
if/else
statements by @ThibFrgsGmz in #104 - Pass repeated condition to own statement by @ThibFrgsGmz in #103
- Refactor
telemetry_predicate.__call__
to save mental load by @ThibFrgsGmz in #93 - Refactor
seq_file_parser.py
for performance and readability by @ThibFrgsGmz in #92 - Update Github Actions to run on Node 16 instead of Node 12 - Bump to @V3 by @ThibFrgsGmz in #108
- Refactor unneeded
else
/elif
when theif
block has abreak
/continue
/return
/raise
statement by @ThibFrgsGmz in #107 - Fix README links by @thomas-bc in #110
- Update/test api as fixtures by @LeStarch in #109
- Update/fix type problem by @LeStarch in #111
- Remove upper bounds on dependency requirements by @thomas-bc in #113
- moving file downlink method to correct spot for fixing file downlink … by @LeStarch in #115
- Adding GUI Test Procedure by @thomas-bc in #118
- fixing missing logs by flattening out log folder structure by @LeStarch in #116
- restores autocomlete options for arguments by @LeStarch in #117
- Refactor fprime-cli by @thomas-bc in #119
- Update/complex commanding by @LeStarch in #122
- Refactor fprime-cli JSON handling by @thomas-bc in #120
- Update README.md by @thomas-bc in #124
New Contributors
- @thomas-bc made their first contribution in #101
Full Changelog: v3.1.4...v3.2.0