From 1fd4710d14054c3bf1b02dbab347901dd738aa34 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sun, 9 Jun 2024 18:58:32 -0400 Subject: [PATCH] Add release notes for v0.0.20 --- docs/release-notes/v0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/v0.0.md b/docs/release-notes/v0.0.md index e146bcb6c..73c2d94f3 100644 --- a/docs/release-notes/v0.0.md +++ b/docs/release-notes/v0.0.md @@ -4,6 +4,24 @@ tocdepth: 2 # v0.0 +## v0.0.20 + +*Released June 9, 2024* + +### Changes + +- Removed `sdr.percent()`, `sdr.ppm()`, and `sdr.ppb()`. +- Added Shnidman's minimum required SNR approximation in `sdr.shnidman()`. +- Added Shannon's limit on $E_b/N_0$ over the AWGN channel in `sdr.shannon_limit_ebn0()`. +- Added Shannon's limit on $S/N$ over the AWGN channel in `sdr.shannon_limit_snr()`. +- Added axis keyword argument `ax` to each `sdr.plot` function. +- Modified `sdr.sample_rate_offset()` and `sdr.frequency_offset()` APIs to use offset and not ppm. +- Renamed `sdr.fspl()` to `sdr.free_space_path_loss()`. + +### Contributors + +- Matt Hostetter ([@mhostetter](https://github.com/mhostetter)) + ## v0.0.19 *Released May 27, 2024*