Skip to content

Commit

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

# v0.0

## v0.0.9

*Released November 12, 2023*

### Changes

- Added polyphase rational resampling in `sdr.Resampler`.
- Added discrete-time FIR differentiating filters in `sdr.Differentiator`.
- Added discrete-time IIR integrating filters in `sdr.Integrator`.
- Added `sdr.percent()`, `sdr.ppm()`, and `sdr.ppb()`.
- Moved `sdr.DDS` functionality into `sdr.NCO`. Removed `sdr.DDS`.
- Added ability to seed the channel models.
- Added option to compute measurements along a specified axis.
- Added option to return measurements in decibels.
- Replaced `pylint` with `ruff`.
- Replaced `black` with `ruff`.
- Improved type annotations.

### Contributors

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

## v0.0.8

*Released September 4, 2023*
Expand Down

0 comments on commit d8a510d

Please sign in to comment.