aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJosh Morman <jmorman@gnuradio.org>2022-01-08 16:51:16 -0500
committermormj <34754695+mormj@users.noreply.github.com>2022-01-08 21:10:22 -0500
commitc0791881981ff4e6430b1e9ac551edaf96d41f22 (patch)
tree7ab381c893ce3a220e357ae8da5eed19904e104e /CHANGELOG.md
parentgr-qtgui: Frequency sink freezes the running flowgraph (diff)
downloadgnuradio-c0791881981ff4e6430b1e9ac551edaf96d41f22.tar.xz
gnuradio-c0791881981ff4e6430b1e9ac551edaf96d41f22.zip
Release v3.10.0.0-rc3v3.10.0.0-rc3
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 635a29453..15705dea1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,11 +51,15 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`.
- GCC 9.3.0
- Clang 11.0.0 / Apple Clang 1100
- MSVC 1916 (Microsoft VS 2017 15.9)
+- Replace deprecated distutils in CMake macros
+- Build targets with python dependencies conditionally on `ENABLE_PYTHON`
+
#### gr-blocks
- Remove deprecated networking blocks: `udp_source`, `udp_sink`, `tcp_server_sink`; replaced
in 3.9 with more capable blocks in `gr-network`
+- Document the supported operations in transcendental
#### gr-analog
@@ -67,6 +71,8 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`.
### gr-filter
- Remove deprecated `mmse_interpolator` block; Replaced previously by `mmse_resampler`
+- Speed up filter building with moves
+- Add const to temporary tap vectors
### gr-digital
@@ -80,6 +86,7 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`.
#### gr-dtv
- Refactor ATSC blocks to have separate metadata stream rather than passing structs
+- Add energy normalization for DVB-S2X constellations
#### gr-network
@@ -90,6 +97,7 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`.
- Remove spurious volk includes
- Fix segfaulting overflow in time_sink and waterfall
- Support for Qwt 6.2
+- Frequency Sinks expand range to 32k and enums in GRC
#### gr-uhd
@@ -120,6 +128,7 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`.
- grcc --output switch for hierarchical blocks
- Clean up Bokeh server loop
+- Don't blacklist `default` as a flowgraph ID to prevent always starting in an error state
#### Testing