Skip to content

Commit

Permalink
Add release notes for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 9, 2023
1 parent 1edda5b commit 2e32514
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Features
:hidden:

release-notes/versioning.rst
release-notes/v0.0.md

.. toctree::
:caption: Index
Expand Down
22 changes: 22 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
tocdepth: 2
---

# v0.0

## v0.0.1

*Released July 9, 2023*

### Changes

- Added Farrow arbitrary resampling in `sdr.FarrowResampler`. ([#1](https://github.com/mhostetter/sdr/pull/1))
- Added infinite impulse response (IIR) filters in `sdr.IIR`. ([#3](https://github.com/mhostetter/sdr/pull/3))
- Added numerically-controlled oscillators (NCO) in `sdr.NCO`. ([#4](https://github.com/mhostetter/sdr/pull/4))
- Added direct digital synthesizers (DDS) in `sdr.DDS`. ([#4](https://github.com/mhostetter/sdr/pull/4))
- Added 2nd order, proportional-plus-integrator loop filters in `sdr.LoopFilter`. ([#4](https://github.com/mhostetter/sdr/pull/4))
- Added closed-loop PLL analysis in `sdr.ClosedLoopPLL`. ([#5](https://github.com/mhostetter/sdr/pull/5))

### Contributors

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

0 comments on commit 2e32514

Please sign in to comment.