Skip to content

Commit

Permalink
Add release notes for v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jan 29, 2024
1 parent 327efde commit 3715cb0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ tocdepth: 2

# v0.0

## v0.0.13

*Released January 28, 2024*

### Changes

- Added Fibonacci LFSRs in `sdr.FLFSR`.
- Added Galois LFSRs in `sdr.GLFSR`.
- Added maximum-length sequences in `sdr.m_sequence()`.
- Added additive scrambling in `sdr.AdditiveScrambler`.
- Added interleavers in `sdr.Interleaver` and `sdr.BlockInterleaver`.
- Added generic continuous-phase modulation in `sdr.CPM`.
- Added channel models `sdr.BinarySymmetricChannel`, `sdr.BinaryErasureChannel`, and `sdr.DiscreteMemorylessChannel`.
- Added the Berlekamp-Massey LFSR synthesis algorithm in `sdr.berlekamp_massey()`.
- Added persistence plots in `sdr.plot.raster()`, `sdr.plot.eye()`, and `sdr.plot.constellation()`.
- Added `galois` dependency.
- Renamed `sdr.barker()` to `sdr.barker_code()`.
- Renamed `sdr.hadamard()` to `sdr.hadamard_code()`.
- Renamed `sdr.walsh()` to `sdr.walsh_code()`.
- Renamed `sdr.zadoff_chu()` to `sdr.zadoff_chu_sequence()`.

### Contributors

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

## v0.0.12

*Released January 7, 2024*
Expand Down

0 comments on commit 3715cb0

Please sign in to comment.