Skip to content

Commit

Permalink
Add release notes for v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Nov 19, 2023
1 parent 6ad5b80 commit 33a154e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ tocdepth: 2

# v0.0

## v0.0.10

*Released November 19, 2023*

### Changes

- Added window-based FIR filter design in `sdr.design_lowpass_fir()`, `sdr.design_highpass_fir()`, `sdr.design_bandpass_fir()`, and `sdr.design_bandstop_fir()`.
- Added fractional delay FIR filter design in `sdr.design_frac_delay_fir()`.
- Added ability to measure Euclidean distance in `sdr.euclidean()`.
- Added ability to measure Hamming distance in `sdr.hamming()`.
- Renamed `sdr.multirate_taps()` to `sdr.design_multirate_fir()`.
- Renamed `sdr.polyphase_matrix()` to `sdr.polyphase_decompose()`.

### Contributors

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

## v0.0.9

*Released November 12, 2023*
Expand Down

0 comments on commit 33a154e

Please sign in to comment.