From d00e4247f66eb2f010f1fe53ee7f59b7fb992481 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 14 Apr 2023 20:29:26 +0200 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 2 ++ eive_tmtc/__init__.py | 8 ++++---- eive_tmtc/tmtc/acs/acs_ctrl.py | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c261a09..8885254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v3.0.0] 2023-04-14 + ## Fixed - Bugfix for STR solution set format. diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index 65cd98e..03da7f8 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -1,12 +1,12 @@ -__version__ = "2.22.1" +__version__ = "3.0.0" import logging from pathlib import Path SW_NAME = "eive-tmtc" -VERSION_MAJOR = 2 -VERSION_MINOR = 22 -VERSION_REVISION = 1 +VERSION_MAJOR = 3 +VERSION_MINOR = 0 +VERSION_REVISION = 0 EIVE_TMTC_ROOT = Path(__file__).parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent diff --git a/eive_tmtc/tmtc/acs/acs_ctrl.py b/eive_tmtc/tmtc/acs/acs_ctrl.py index eb806c6..ed51193 100644 --- a/eive_tmtc/tmtc/acs/acs_ctrl.py +++ b/eive_tmtc/tmtc/acs/acs_ctrl.py @@ -1051,7 +1051,9 @@ def handle_ctrl_val_data(pw: PrintWrapper, hk_data: bytes): pw.dlog("Received HK set too small") return current_idx = 0 - strat = struct.unpack(fmt_strat, hk_data[current_idx : current_idx + inc_len_strat])[0] + strat = struct.unpack( + fmt_strat, hk_data[current_idx : current_idx + inc_len_strat] + )[0] current_idx += inc_len_strat tgt_quat = [ f"{val:8.3f}"