Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract: >-
pattern recognition methods geared towards the analysis of
biosignals.
license: BSD-3-Clause
version: 2.2.2
version: 2.2.3
date-released: '2024-04-23'
preferred-citation:
type: article
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

### 🎙️ Announcements
```
🗒️ BioSPPy can now read EDF files directly!
With the biosppy.storage module you can now load your EDF files!
```
```
🌀 New module for signal quality assessment 🌀
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.
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 = 'developer@scientisst.com'
AUTHOR = 'Instituto de Telecomunicacoes'
REQUIRES_PYTHON = '>3.5.2'
VERSION = '2.2.2'
VERSION = '2.2.3'
LICENSE = 'BSD 3-clause'

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