From fddcd8307fc688c0dd6326765cf7e09f7d14a6f4 Mon Sep 17 00:00:00 2001 From: ggventurini Date: Fri, 22 Aug 2014 17:05:36 +0200 Subject: [PATCH] Add changes for 0.1-6 --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 01b86b8..59cf208 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,11 @@ Version 0.1 series The 0.1 series features support for (real) baseband and passband modulator topologies. +**0.1-6**: ``sinc_decimate()`` fix, NTF matching method in ``realizeNTF_ct()`` + * An off-by-1 indexing bug was found in ``sinc_decimate()``, **all users are + strongly recommended to update**. + * Add NTF matching method to ``realizeNTF_ct()``. + **0.1-5**: CRFFD support, separate tests, less verbosity and DOC fixes. * Add CRFFD support (see ``realizeNTF``, ``mapABCD`` and ``stuffABCD``). * Move all tests to a dedicated location (tests/).