From 0e473fa34edde4fe7a1669ec09f61c353a8a6043 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 7 Dec 2022 13:19:05 -0500 Subject: [PATCH] Updated CHANGELOG for 2.6.8 --- CHANGELOG.rst | 20 ++++++++++++++++++++ news/drf_sti_update.rst | 23 ----------------------- news/numpy123.rst | 23 ----------------------- news/thor_usrp_clock.rst | 24 ------------------------ 4 files changed, 20 insertions(+), 70 deletions(-) delete mode 100644 news/drf_sti_update.rst delete mode 100644 news/numpy123.rst delete mode 100644 news/thor_usrp_clock.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1ecf95..3485afc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,26 @@ digital_rf Change Log .. current developments +v2.6.8 +==================== + +**Changed:** + +* drf_sti: Updated to have better arguments (consistent with more recent tools), handle data gaps, and add simple channel sum beamforming. +* thor: Swap order of setting USRP clock and time sources, time first. This should reduce the number of re-syncs necessary with modern USRPs (N3xx, X4xx) in the absence of being able to do a set_sync_source call. +* thor: Put USRP clock, time, and lo arguments into device string, and do not set those arguments after device initialization if they do not change. This means that thor will do less re-initialization of the device settings during startup. + +**Fixed:** + +* Fixed Python DigitalRFReader and DigitalMetadataReader for compatibility with numpy 1.23 on Windows (and possibly other platforms with np.longdouble==np.double). + +**Authors:** + +* Ryan Volz +* Frank Lind + + + v2.6.7 ==================== diff --git a/news/drf_sti_update.rst b/news/drf_sti_update.rst deleted file mode 100644 index 01a5f1d..0000000 --- a/news/drf_sti_update.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* drf_sti: Updated to have better arguments (consistent with more recent tools), handle data gaps, and add simple channel sum beamforming. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/numpy123.rst b/news/numpy123.rst deleted file mode 100644 index 1644ae8..0000000 --- a/news/numpy123.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed Python DigitalRFReader and DigitalMetadataReader for compatibility with numpy 1.23 on Windows (and possibly other platforms with np.longdouble==np.double). - -**Security:** - -* diff --git a/news/thor_usrp_clock.rst b/news/thor_usrp_clock.rst deleted file mode 100644 index 519019e..0000000 --- a/news/thor_usrp_clock.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* thor: Swap order of setting USRP clock and time sources, time first. This should reduce the number of re-syncs necessary with modern USRPs (N3xx, X4xx) in the absence of being able to do a set_sync_source call. -* thor: Put USRP clock, time, and lo arguments into device string, and do not set those arguments after device initialization if they do not change. This means that thor will do less re-initialization of the device settings during startup. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*