0.1.7
- Added channel: distance between to first fl. peaks
- Added fluorescence channels: peak position, peak area, number of peaks
- Allow to disable KDE computation
- Add filter array for manual (user-defined) filtering
- Add config parameters for log axis scaling
- Bugfixes:
  - cached.py did not handle `None`
  - Limiting number of events caused integer/bool error
0.1.6
- Added `RTDC_DataSet.ExportTSV` for data export
- Bugfixes:
  - Correct determination of video file in RTDCDataSet
  - Fix multivariate KDE computation
  - Contour accuracy for Defo overridden by that of Circ
0.1.5
- Fix regressions with filtering.
  https://github.com/ZellMechanik-Dresden/ShapeOut/issues/43 
- Ignore empty columns in .tdms files (#1)
- Moved RTDC_DataSet and PolygonFilter classes to separate files
- Introduce more transparent caching - improves speed in some cases
0.1.4
- Added support for 3-channel fluorescence data (FL-1..3 max/width)
0.1.3
- Fixed minor polygon filter problems.
- Fix a couple of ShapeOut-related issues:
  - https://github.com/ZellMechanik-Dresden/ShapeOut/issues/17 
  - https://github.com/ZellMechanik-Dresden/ShapeOut/issues/20
  - https://github.com/ZellMechanik-Dresden/ShapeOut/issues/37
  - https://github.com/ZellMechanik-Dresden/ShapeOut/issues/38
0.1.2
- Add support for limiting amount of data points analyzed
  with the configuration keyword "Limit Events"
- Comments refer to "events" instead of "points" from now on

