diff --git a/README.md b/README.md index 0284d16e..a067f0c7 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,15 @@ +### 🎙️ Announcements +#### Latest ``` 🌀 New module for signal quality assessment 🌀 -With the signals.quality module you can now evaluate the quality of your signals! +With the biosppy.quality module you can now evaluate the quality of your signals! So far, the EDA and ECG quality are available, but more could be added soon. ``` - -``` -🫀 New module for heart rate variability 🫀 -With the signals.hrv module you can now extract HRV features. Check it out! (PR #19) -``` -``` -✨ New plotting design ✨ -New colors, new style and new features, check it out! -``` +#### New features ``` -🎊 New module for feature extraction 🎊 -With the 'features' module you can easily extract features from your biosignals! -(Check PR #4) +🌀 New module for signal quality assessment (biosppy.quality) +🫀 New module for heart rate variability (biosppy.signals.hrv) +🎊 New module for feature extraction (biosppy.features) ``` @@ -23,7 +17,7 @@ With the 'features' module you can easily extract features from your biosignals! *A toolbox for biosignal processing written in Python.* - + @@ -41,7 +35,7 @@ Highlights: - Clustering - Biometrics -Documentation can be found at: +Documentation can be found at: ## Installation diff --git a/docs/conf.py b/docs/conf.py index 44a6cf6c..a0ff5b59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,7 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '2.1.2' +version = '2.2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index e27093d8..0c7a7cc1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ EMAIL = 'developer@scientisst.com' AUTHOR = 'Instituto de Telecomunicacoes' REQUIRES_PYTHON = '>3.5.2' -VERSION = '2.1.2' +VERSION = '2.2.0' LICENSE = 'BSD 3-clause' # What packages are required for this module to be executed?