Skip to content

Commit 92dd642

Browse files
committed
MINOR: add changelog for 0.1-5
1 parent f7f30a5 commit 92dd642

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Version 0.1 series
77
The 0.1 series features support for (real) baseband and passband modulator
88
topologies.
99

10+
**0.1-5**: CRFFD support, separate tests, less verbosity and DOC fixes.
11+
* Add CRFFD support (see ``realizeNTF``, ``mapABCD`` and ``stuffABCD``).
12+
* Move all tests to a dedicated location (tests/).
13+
* Ensure float64 is the data representation when simulating DSM.
14+
* Add the ``simulations_backends`` variable and its doc.
15+
* Cython: disable cblas extension on Win. Reduce verbosity.
16+
* Multiple minor fixes to ensure scalars are never returned in place of
17+
arrays.
18+
19+
Many thanks to Shayne Hodge for reporting issues with ``deltasigma`` on
20+
Windows and several patches to the test suite.
21+
1022
**0.1-4**: Cython implementation of ``simulateDSM()``, PEP8 and DOC fixes.
1123
* ``deltasigma/_simulateDSM_cblas.pyx`` and
1224
``deltasigma/_simulateDSM_scipy_blas.pyx``, Cython implementation from

0 commit comments

Comments
 (0)