From f1594252d90a2b063cbfd8266b5ca18137a187e3 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Thu, 6 Aug 2020 10:25:02 -0400 Subject: [PATCH] Updated CHANGELOG for 2.6.5 --- CHANGELOG.rst | 23 +++++++++++++++++++++++ news/fix_drf_plot.rst | 23 ----------------------- news/fix_empty_center_freq.rst | 23 ----------------------- news/start_sample_fixes.rst | 23 ----------------------- 4 files changed, 23 insertions(+), 69 deletions(-) delete mode 100644 news/fix_drf_plot.rst delete mode 100644 news/fix_empty_center_freq.rst delete mode 100644 news/start_sample_fixes.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 079e8c6..70d2031 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ digital_rf Change Log .. current developments +v2.6.5 +==================== + +**Added:** + +* Added start sample to debug printing of 'digital_rf_channel_sink' to complement the debug printing of rx_time tags. + +**Changed:** + +* The Digital RF (Channel) Source/Sink blocks for gnuradio-companion have been modified to accept 'raw' input for the start and end identifiers instead of strings, allowing variables to be used. Existing flowgraphs may require quotes to be placed around existing string input. + +**Fixed:** + +* Better error message when no samples are specified with drf_plot.py. +* Fix the Digital RF sink blocks and GRC yaml to prevent an empty array for center_frequencies being written as Digital Metadata (currently happens with default GRC block with GNU Radio 3.8). +* Clarified docstrings (and updated to actual modern behavior) for 'start' and 'end' in Digital RF source/sinks. + +**Authors:** + +* Ryan Volz + + + v2.6.4.4 ==================== diff --git a/news/fix_drf_plot.rst b/news/fix_drf_plot.rst deleted file mode 100644 index 6fd8ba9..0000000 --- a/news/fix_drf_plot.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Better error message when no samples are specified with drf_plot.py. - -**Security:** - -* diff --git a/news/fix_empty_center_freq.rst b/news/fix_empty_center_freq.rst deleted file mode 100644 index 7143df6..0000000 --- a/news/fix_empty_center_freq.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix the Digital RF sink blocks and GRC yaml to prevent an empty array for center_frequencies being written as Digital Metadata (currently happens with default GRC block with GNU Radio 3.8). - -**Security:** - -* diff --git a/news/start_sample_fixes.rst b/news/start_sample_fixes.rst deleted file mode 100644 index 2268375..0000000 --- a/news/start_sample_fixes.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Added start sample to debug printing of 'digital_rf_channel_sink' to complement the debug printing of rx_time tags. - -**Changed:** - -* The Digital RF (Channel) Source/Sink blocks for gnuradio-companion have been modified to accept 'raw' input for the start and end identifiers instead of strings, allowing variables to be used. Existing flowgraphs may require quotes to be placed around existing string input. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Clarified docstrings (and updated to actual modern behavior) for 'start' and 'end' in Digital RF source/sinks. - -**Security:** - -*