Skip to content

Commit 3cf4db2

Browse files
authored
Prepare v2.2.3 release (#57)
* Update README.md * Update README.md * Prepare v2.2.3 release
1 parent 364c4b3 commit 3cf4db2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract: >-
2323
pattern recognition methods geared towards the analysis of
2424
biosignals.
2525
license: BSD-3-Clause
26-
version: 2.2.2
26+
version: 2.2.3
2727
date-released: '2024-04-23'
2828
preferred-citation:
2929
type: article

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
### 🎙️ Announcements
2020
```
21+
🗒️ BioSPPy can now read EDF files directly!
22+
With the biosppy.storage module you can now load your EDF files!
23+
```
24+
```
2125
🌀 New module for signal quality assessment 🌀
2226
With the biosppy.quality module you can now evaluate the quality of your signals!
2327
So far, the EDA and ECG quality are available, but more could be added soon.

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.2.2'
30+
VERSION = '2.2.3'
3131
LICENSE = 'BSD 3-clause'
3232

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

0 commit comments

Comments
 (0)