Skip to content

Commit

Permalink
Updated CHANGELOG for 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed Dec 7, 2022
1 parent 6d07890 commit 0e473fa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 70 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
23 changes: 0 additions & 23 deletions news/drf_sti_update.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/numpy123.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/thor_usrp_clock.rst

This file was deleted.

0 comments on commit 0e473fa

Please sign in to comment.