Skip to content

Commit

Permalink
Add release notes for v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 9, 2024
1 parent 488837b commit 3f37ec7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 3f37ec7

Please sign in to comment.