From 39dfe0d06a2b90be1917640490eaaa2e330c06ac Mon Sep 17 00:00:00 2001 From: John Swoboda Date: Fri, 17 Mar 2023 15:10:20 -0400 Subject: [PATCH] Updated CHANGELOG for v1.1.0 --- CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ news/vlsr_calc.rst | 27 --------------------------- 2 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 news/vlsr_calc.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6c542cc..92d0f088 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,34 @@ srt-py Change Log .. current developments +vv1.1.0 +==================== + +**Added:** + +* Added npoint scan (sinc) interpolation to daemon/utilities/functions.py +* Added npoint scan image to dashboard/layouts/graphs.py +* VLSR calculation added to object_tracker +* VLSR distributed through daemon +* VLSR shown on display + +**Changed:** + +* Changed radio_process.grc in the radio directory +* Generated radio_process.py from the grc file and placed in the daemon directory +* Adjusted behavior of npoint scan to have single center point during scan. +* Moved readrad.py to postprocessing folder within main srt folder +* Added baudrate as an option to config/schema file. + +**Fixed:** + +* Time alignment issues with spectrum and pointing direction. +* Typo in gnuradio grc files and derived python vslr to vlsr. +* Dashboard error from not finding image. MHO images now install with setup and listed in Manifest.in. +* Added shebang to start of scripts. + + + v1.0.0 ==================== diff --git a/news/vlsr_calc.rst b/news/vlsr_calc.rst deleted file mode 100644 index 711d4aa4..00000000 --- a/news/vlsr_calc.rst +++ /dev/null @@ -1,27 +0,0 @@ -**Added:** - -* VLSR calculation added to object_tracker -* VLSR distributed through daemon -* VLSR shown on display - -**Changed:** - -* Added baudrate as an option to config/schema file. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Typo in gnuradio grc files and derived python vslr to vlsr. -* Dashboard error from not finding image. MHO images now install with setup and listed in Manifest.in. -* Added shebang to start of scripts. - -**Security:** - -*