sdr v0.0.22
Released July 13, 2024
Changes
- Added support for NumPy v2.
- Increased required
galois
version tov0.4.1
. - Added calculation of instantaneous power in
sdr.power()
. - Refactored
sdr.binary_code()
andsdr.gray_code()
to acceptlength
, notdegree
. - Reworked argument verification of entire public API.
- Improved nuisance warning suppression.
- Improved documentation.
- Fixed minor bugs.
Contributors
- Matt Hostetter (@mhostetter)