Skip to content

Commit

Permalink
Add release notes for v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 15, 2024
1 parent e462d13 commit 352a6e1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ tocdepth: 2

# v0.0

## v0.0.21

*Released June 15, 2024*

### Changes

- Added Gold codes in `sdr.gold_code()`.
- Added calculation of primitive polynomials that generate preferred pair $m$-sequences in `sdr.preferred_pairs()`.
- Added check if two primitive polynomials form a preferred pair in `sdr.is_preferred_pair()`.
- Added plot of the discrete Fourier transform (DFT) in `sdr.plot.dft()`.
- Added plot of the discrete-time Fourier transform (DTFT) in `sdr.plot.dtft()`.
- Added plot of periodic and non-periodic auto- and cross-correlations (PACF, ACF, PCCF, and CCF) in
`sdr.plot.correlation()`.
- Added general-purpose stem plot, styled like MATLAB, in `sdr.plot.stem()`.
- Added plot of Shannon's limit on $E_b/N_0$ in `sdr.plot.shannon_limit_ebn0()`.
- Added support for `python -OO` optimization.
- Increased required `galois` version to `v0.3.9`.

### Contributors

- Justin Charlong ([@jcharlong](https://github.com/jcharlong))
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.0.20

*Released June 9, 2024*
Expand Down

0 comments on commit 352a6e1

Please sign in to comment.