This is a feature release of the 3.7 API series, and incorporates all the bug fixes implemented in the 3.7.10.2 maintenance release.
The following list of people directly contributed code to this release and the incorporated maintenance release:
- A. Maitland Bottoms [email protected]
- Alexandru Csete [email protected]
- Andrej Rode [email protected]
- Andy Walls [email protected]
- Artem Pisarenko [email protected]
- Bastian Bloessl [email protected]
- Ben Hilburn [email protected]
- Bob Iannucci [email protected]
- Chris Kuethe [email protected]
- Christopher Chavez [email protected]
- Clayton Smith [email protected]
- Darek Kawamoto [email protected]
- Ethan Trewhitt [email protected]
- Geof Gnieboer [email protected]
- Hatsune Aru
- Jacob Gilbert [email protected]
- Jiří Pinkava [email protected]
- Johannes Demel [email protected]
- Johannes Schmitz [email protected]
- Johnathan Corgan [email protected]
- Jonathan Brucker [email protected]
- Josh Blum [email protected]
- Kartik Patel [email protected]
- Konstantin Mochalov [email protected]
- Kyle Unice [email protected]
- Marcus Müller [email protected]
- Martin Braun [email protected]
- Michael De Nil [email protected]
- Michael Dickens [email protected]
- Nathan West [email protected]
- Nicholas Corgan [email protected]
- Nick Foster [email protected]
- Nicolas Cuervo [email protected]
- Paul Cercueil [email protected]
- Pedro Lobo [email protected]
- Peter Horvath [email protected]
- Philip Balister [email protected]
- Ron Economos [email protected]
- Sean Nowlan [email protected]
- Sebastian Koslowski [email protected]
- Sebastian Müller [email protected]
- Stephen Larew [email protected]
- Sylvain Munaut [email protected]
- Thomas Habets [email protected]
- Tim O'Shea [email protected]
- Tobias Blomberg
The GNU Radio project tracks changes via Github pull requests. You can get details on each of the below by going to:
https://github.com/gnuradio/gnuradio
Note: Please see the release notes for 3.7.10.2 for details on the bug fixes included in this release.
- #1077 Support dynamically loaded gnuradio installs (Josh Blum)
- #1118 Support vector types in embedded Python blocks (Clayton Smith)
- #1051 Re-implemented defunct Windows audio source (Geof Gnieboer)
- #1052 Implemented block in Windows audio sink (Geof Gnieboer)
- #896 Added PDU block setters and GRC callbacks (Jacob Gilbert)
- #900 Exposed non-vector multiply const to GRC (Ron Economos)
- #903 Deprecated old-style message queue blocks (Johnathan Corgan)
- #1067 Deprecated blks2 namespace blocks (Johnathan Corgan)
- #910 Deprecated correlate_and_sync block 3.8 (Johnathan Corgan)
- #912 Deprecated modulation blocks for 3.8 (Sebastian Müller)
- #1069 Improved build memory usage with swig split (Michael Dickens)
- #1097 Deprecated mpsk_receiver_cc block (Johnathan Corgan)
- #1099 Deprecated old-style OFDM receiver blocks (Martin Braun)
- #875 Added ability to cross-compile gr-dtv (Ron Economos)
- #876 Improved ATSC transmitter performance (Ron Economos)
- #894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos)
- #898 Improved error handling and logging (Ron Economos)
- #900 Improved DVB-T performance (Ron Economos)
- #907 Updated examples to use QT (Ron Economos)
- #1025 Refactor DVB-T2 interleaver (Ron Economos)
- #885 Added set parameter msg port to fractional resampler (Sebastian Müller)
- #908 Updated examples to use QT (Martin Braun)
- #872 Added relative phase plots to uhd_fft (Martin Braun)
- #1032 Replace zero-timeout double-recv() with one recv() (Martin Braun)
- #1053 UHD apps may now specify multiple subdevs (Martin Braun)
- #1101 Support TwinRX LO sharing parameters (Andrej Rode)
- #1139 Use UHD internal normalized gain methods (Martin Braun)
- #897 Improved python docstring generation in gr_modtool