Skip to content

Commit 596971e

Browse files
Release 2.2.0 (#43)
* Prepare release 2.2.0 * Update README.md
1 parent c281923 commit 596971e

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
1+
### 🎙️ Announcements
2+
#### Latest
13
```
24
🌀 New module for signal quality assessment 🌀
3-
With the signals.quality module you can now evaluate the quality of your signals!
5+
With the biosppy.quality module you can now evaluate the quality of your signals!
46
So far, the EDA and ECG quality are available, but more could be added soon.
57
```
6-
7-
```
8-
🫀 New module for heart rate variability 🫀
9-
With the signals.hrv module you can now extract HRV features. Check it out! (PR #19)
10-
```
11-
```
12-
✨ New plotting design ✨
13-
New colors, new style and new features, check it out!
14-
```
8+
#### New features
159
```
16-
🎊 New module for feature extraction 🎊
17-
With the 'features' module you can easily extract features from your biosignals!
18-
(Check PR #4)
10+
🌀 New module for signal quality assessment (biosppy.quality)
11+
🫀 New module for heart rate variability (biosppy.signals.hrv)
12+
🎊 New module for feature extraction (biosppy.features)
1913
```
2014

2115

2216
# BioSPPy - Biosignal Processing in Python
2317

2418
*A toolbox for biosignal processing written in Python.*
2519

26-
<a href="http://biosppy.readthedocs.org/">
20+
<a href="https://biosppy.readthedocs.org/">
2721
<picture>
2822
<source media="(prefers-color-scheme: light)" srcset="docs/logo/logo_400.png">
2923
<source media="(prefers-color-scheme: dark)" srcset="docs/logo/logo_inverted_400.png">
@@ -41,7 +35,7 @@ Highlights:
4135
- Clustering
4236
- Biometrics
4337

44-
Documentation can be found at: <http://biosppy.readthedocs.org/>
38+
Documentation can be found at: <https://biosppy.readthedocs.org/>
4539

4640
## Installation
4741

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __getattr__(cls, name):
8989
# built documents.
9090
#
9191
# The short X.Y version.
92-
version = '2.1.2'
92+
version = '2.2.0'
9393
# The full version, including alpha/beta/rc tags.
9494
release = version
9595

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
AUTHOR = 'Instituto de Telecomunicacoes'
2929
REQUIRES_PYTHON = '>3.5.2'
30-
VERSION = '2.1.2'
30+
VERSION = '2.2.0'
3131
LICENSE = 'BSD 3-clause'
3232

3333
# What packages are required for this module to be executed?

0 commit comments

Comments
 (0)