﻿BioSPPy Changelog
=================

Here you can see the full list of changes between each BioSPPy release.

Version 0.3.0
-------------

Released on December 30th 2016

- Lazy loading (merges #15)
- Python 3 compatibility (merges #13)
- Fixed usage of clustering linkage parameters
- Fixed a bug when using filtering without the forward-backward technique
- Bug fixes (closes #4, #8)
- Allow BVP parameters as inputs (merges #7)

Version 0.2.2
-------------

Released on April 20th 2016

- Makes use of new bidict API (closes #3)
- Updates package version in the requirements file
- Fixes incorrect EDA filter parameters
- Fixes heart rate smoothing (size parameter)

Version 0.2.1
-------------

Released on January 6th 2016

- Fixes incorrect BVP filter parameters (closes #2)

Version 0.2.0
-------------

Released on October 1st 2015

- Added the biometrics module, including k-NN and SVM classifiers
- Added outlier detection methods to the clustering module
- Added text-based data storage methods to the storage module
- Changed docstring style to napoleon-numpy
- Complete code style formatting
- Initial draft of the tutorial
- Bug fixes

Version 0.1.2
-------------

Released on August 29th 2015

- Alpha release
