Skip to content

Commit

Permalink
Updated CHANGELOG for 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz committed May 29, 2020
1 parent 39f6b28 commit d6bf7a1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 138 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ digital_rf Change Log

.. current developments
v2.6.4
====================

**Added:**

* Add the "thorpluto" tool for writing data from the ADALM PLUTO using GNU Radio. This script requires gr-iio to run. Note that this script duplicates some of the functionality of the existing "thor" recorder script, and may be subsumed or arguments may change in a future consolidation.
* Option to use the CMake variable ``Python_EXECUTABLE`` to manually set the path to the Python interpreter (useful if autodetection fails or Python 2 is preferred).
* Add ``stop_on_time_tag`` parameter to the Digital RF Sink blocks, useful when time tags only happen for USRP dropped samples but the 'rx_time' tag value falsely indicates no drop.
* Add the "thorosmo" tool for writing data from osmosdr-supported receivers using GNU Radio, and add the "uhdtodrf" tool for writing data from UHD devices using the UHD Python API *without* using GNU Radio. Note that these scripts duplicate some of the functionality of the existing "thor" recorder script, and they may be subsumed or their arguments may change in a future consolidation.
* Add option to force polling for watchdog functions (ringbuffer, mirror, etc.), which is useful as a fallback when the default watchdog observer fails silently.

**Changed:**

* The ``thor.py`` script's ``stop_on_dropped`` parameter now includes the new ``stop_on_time_tag`` behavior.

**Fixed:**

* Fix an IndexError when using `stop_on_skipped` or `stop_on_time_tag` with `gr_digital_rf.digital_rf_channel_sink`. If the skip/tag happened with only one data block to be written, the IndexError would trigger upon trying to index to a second data block.




v2.6.3
====================
Expand Down
23 changes: 0 additions & 23 deletions news/drfsink_stop_indexerror_fix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit d6bf7a1

Please sign in to comment.