Skip to content

Commit

Permalink
Release 2.2.0 (#43)
Browse files Browse the repository at this point in the history
* Prepare release 2.2.0

* Update README.md
  • Loading branch information
rafaelscsilva authored Apr 16, 2024
1 parent c281923 commit 596971e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
### 🎙️ 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)
```


# BioSPPy - Biosignal Processing in Python

*A toolbox for biosignal processing written in Python.*

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

Documentation can be found at: <http://biosppy.readthedocs.org/>
Documentation can be found at: <https://biosppy.readthedocs.org/>

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
EMAIL = '[email protected]'
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?
Expand Down

0 comments on commit 596971e

Please sign in to comment.