What's Changed
- Replace macos-12 with macos-13 by @andynoack in #1151
- Fixed gauss_fir to work with numpy-2 by @yarda in #1150
- fix #1153 (index error) by @andynoack in #1154
- [CI] Fix broken limesuite build for macOS by @jopohl in #1168
- Fix receiving data with rtl_tcp by @mplough in #1167
- Fix setting of bias tee with rtl_tcp by @mplough in #1169
- Remove conditionals for python<3.4 by @Rotzbua in #1163
- Bump min required Python to 3.8 by @Rotzbua in #1164
- fix(numpy): replace deprecated
tostringwithtobytesby @Rotzbua in #1170 - Remove outdated dependencies from CI by @Rotzbua in #1171
- Fix deprecation warning xml.etree.ElementTree.Element by @Rotzbua in #1175
- Drop python 3.8; Require python 3.9 by @Rotzbua in #1173
- Replace deprecated ast.* constants by @Rotzbua in #1174
- Feat!: use numpy2 by @Rotzbua in #1176
- Revert numpy2 requirement to not interfere with Ubuntu 24.04 by @andynoack in #1180
- Revert numpy2 requirement by @andynoack in #1182
- Fix compilation with Cython3.1. by @andynoack in #1184
- Fix buffer overflow in USRP recv_stream function by @quark9981 in #1195
- fix: handle EOFError when control connection is closed by @quark9981 in #1196
- Migrate to PyQt6 by @jopohl in #1072
- Fix error when saving compressed files by @jopohl in #1197
New Contributors
- @mplough made their first contribution in #1167
- @Rotzbua made their first contribution in #1163
- @quark9981 made their first contribution in #1195
Full Changelog: v2.9.8...v2.10.0