From 596971edd6e2856ec015b590039c8fd6bf429bbd Mon Sep 17 00:00:00 2001
From: Rafael Silva <83774433+rafaelscsilva@users.noreply.github.com>
Date: Tue, 16 Apr 2024 16:13:20 +0200
Subject: [PATCH] Release 2.2.0 (#43)
* Prepare release 2.2.0
* Update README.md
---
README.md | 24 +++++++++---------------
docs/conf.py | 2 +-
setup.py | 2 +-
3 files changed, 11 insertions(+), 17 deletions(-)
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.*
-
+