Release v3.1.5 Alpha 1
Pre-release
Pre-release
Updates to support telemetry packetization and other minor fixes.
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
New Contributors
- @thomas-bc made their first contribution in #101
Full Changelog: v3.1.4...v3.1.5a1