From 2f657a010804e8239de127515b6a6064fb5e1267 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sun, 3 Mar 2024 16:35:14 -0500 Subject: [PATCH] Add release notes for v0.0.16 --- docs/release-notes/v0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/v0.0.md b/docs/release-notes/v0.0.md index 8918b9f2a..c956b6777 100644 --- a/docs/release-notes/v0.0.md +++ b/docs/release-notes/v0.0.md @@ -4,6 +4,24 @@ tocdepth: 2 # v0.0 +## v0.0.16 + +*Released March 3, 2024* + +### Changes + +- Removed Python 3.7 support. +- Added Kasami codes in `sdr.kasami_code()`. +- Added coherent integration gain in `sdr.coherent_gain()`. +- Added coherent gain loss in `sdr.coherent_gain_loss()`. +- Added maximum integration time for coherent integration in `sdr.max_integration_time()`. +- Added maximum frequency offset for coherent integration in `sdr.max_frequency_offset()`. +- Added non-coherent integration gain in `sdr.non_coherent_gain()`. + +### Contributors + +- Matt Hostetter ([@mhostetter](https://github.com/mhostetter)) + ## v0.0.15 *Released February 4, 2024*