This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Releases: PIA-Group/BioSPPy
Releases · PIA-Group/BioSPPy
Version 0.6.1
Version 0.6.0
This release:
- Added reference for BVP onset detection algorithm (closes #36)
- Updated readme file
- New setup.py style
- Added online filtering class in signals.tools
- Added Pearson correlation and RMSE methods in signals.tools
- Added method to compute Welch's power spectrum in signals.tools
- Don't use detrended derivative in signals.eda.kbk_scr (closes #43)
- Various minor changes
Version 0.5.1
Version 0.5.0
This release:
- Added a simple timing module
- Added methods to help with file manipulations
- Added a logo 📷
- Added the Matthews Correlation Coefficient as another authentication metric
- Fixed an issue in the ECG Hamilton algorithm (closes #28)
- Various bug fixes
Version 0.4.0
This release:
- Fixes array indexing with floats (merges #23)
- Allows user to modify SCRs rejection treshold (merges #24)
- Fixes the Scikit-Learn cross-validation module deprecation (closes #18)
- Adds methods to compute mean and meadian of a set of n-dimensional data points
- Adds methods to compute the matrix profile
- Adds new EMG onset detection algorithms (merges #17)
- Adds finite difference method for numerial derivatives
- Fixes inconsistent decibel usage in plotting (closes #16)
Version 0.3.0
Version 0.2.2
This release:
- 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
This release fixes #2.
Version 0.2.0
This release adds the biometrics module, uniformizes the code and docstring styles, and corrects a few bugs. See CHANGES for a more complete list.