Release 0.4.3 (2015-12-19)
==========================
- Fix library/version numbering in packaging
- Change CMake option ENABLE_PYTHON to BUILD_TESTING

Release 0.4.2 (2015-12-11)
==========================

- Add a decimator class and audio_equalizer
- Misc. packaging changes
- Wiki changes on Github

Release 0.4.1 (2015-11-22)
==========================

-  Bug fix for iir_plot QT app.
-  Update README
-  Add fir_adapt, fir_interp, fir_decim, compile fixes for fir
-  Add debian packaging & update CMakeLists files
-  Rename some executables to start with spuce_


Release 0.4 (2015-11-18)
==========================

-  Bug fixes for Remez Bandpass/Bandstop and Complex Bandstop - for bandpass/stop bandwidth was 2 times bigger,
   for complex bandstop, weight was wrong

Release 0.3 (2015-11-15)
==========================
- Just packaging for homebrew install

Release 0.2 (2015-11-14)
==========================
-  Stable version for FIR filter design + Window design
-  Handle high pass, bandpass & bandstop transformations for FIR filters
   Some cases handled differently than others
   e.g raised cosine filters as high pass = 1 - low pass. So not highpass raised cosine
   Cut-off scaling changed for raised cosine and root raised cosine filters
-  Added fir_plot to demonstration FIR filtering capability   
-  Added window_plot to demonstration window capability
-  Added some allpass and interpolation filters to be tested in future release
-  Main interfaces supported for filter designs
   design_fir / design_complex_fir for FIR filters
   design_iir for IIR filters
   design_window for windows
==========================


Release 0.1 (2015-11-06)
==========================
-  First release. Stable version for IIR filter design
==========================

