* ``deltasigma/_realizeNT_ct.py`` now supports ``FF`` topologies.
* ``deltasigma/_pulse.py`` now supports MIMO systems.
* ``pretty_lti()`` has been improved to provide the prettiest printing of LTIs
to date.
* Many documentation improvements and PEP8-related fixes.
**0.1-2**: Bugfixes, PEP8, DOC and most importantly a, g, b, c reshape.
* The a, g, b, c coefficients are now 1-dimensional.
* ``deltasigma/_stuffABCD.py``: scalar ``b`` bugfix.
* ``deltasigma/_logsmooth.py``: fix bin width.
* ``deltasigma/_utils.py``: add ``mround()``, round compatibly with MATLAB.
* ``deltasigma/_utils.py``: add root multiplicity support in ``pretty_lti()``.
* ``deltasigma/_utils.py``: bugfix in cplxpair for incoherent complex values.
**0.1-1**: Bugfix: most importantly fix ``realizeNTF_ct()``.
* ``deltasigma/_realizeNTF_ct.py``: Fixes for multi-timing, add unit tests for FB.
* ``deltasigma/_pulse.py``: Bugfix (reshape missing assignment), fix documentation formatting.
* ``deltasigma/_bilogplot.py``: Fix plot. Add unit test.
* ``deltasigma/_rmsGain.py``: Fix docstring.
* ``deltasigma/_lollipop.py``: Use matplotlib's stem function. Enforce PEP8.
Add support for color 'None'.
0.1: Bugfix: missing ``copy()`` in ``mapABCD()``.
0.1rc4 : Multiple bugfixes. Py3k fixes. Test coverage up to 85+%.
0.1rc3 : Fix file-not-found issue with ``setup.py``.
0.1rc2 : Fix travis and coveralls.io support.