diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3714021..079e8c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ digital_rf Change Log .. current developments +v2.6.4.4 +==================== + +**Fixed:** + +* Fix to drf_plot.py to ignore negative infinity values when autoscaling. +* Fix thorpluto.py for better compatibility when both the libiio python bindings (iio.py module) and the gr-iio package (either gnuradio.iio or just iio) are installed. + +**Authors:** + +* Ryan Volz + + + v2.6.4.3 ==================== diff --git a/news/drf_plot_neginf.rst b/news/drf_plot_neginf.rst deleted file mode 100644 index 8755f3e..0000000 --- a/news/drf_plot_neginf.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix to drf_plot.py to ignore negative infinity values when autoscaling. - -**Security:** - -* diff --git a/news/thorpluto_iio_import.rst b/news/thorpluto_iio_import.rst deleted file mode 100644 index daeac65..0000000 --- a/news/thorpluto_iio_import.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix thorpluto.py for better compatibility when both the libiio python bindings (iio.py module) and the gr-iio package (either gnuradio.iio or just iio) are installed. - -**Security:** - -*