Skip to content

Commit da99993

Browse files
committed
Bump pyEDFlib and update changelog
Add 4.5.0 changelog entry (Live impedance, LSL push for preprocessed data, support for new FW version). Bump pyEDFlib from 0.1.38 to 0.1.42 and remove the eegprep==0.2.23 dependency from pyproject.toml
1 parent 6bcfd48 commit da99993

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
Changelog
33
=========
4+
4.5.0 (9.6.2025)
5+
------------------
6+
* Live impedance
7+
* Allow pushing preprocessed data to lab streaming layer
8+
* Support new FW version
49

510
4.3.1 (17.9.2025)
611
------------------

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
dependencies = [
3232
'numpy==2.1.3',
3333
'scipy==1.17.1',
34-
'pyEDFlib==0.1.38',
34+
'pyEDFlib==0.1.42',
3535
'click==7.1.2',
3636
'appdirs==1.4.4',
3737
'sentry_sdk==2.8.0',
@@ -42,8 +42,7 @@ dependencies = [
4242
'pyyaml',
4343
'bleak==0.22.3',
4444
'pylsl==1.18.2',
45-
'numba',
46-
'eegprep==0.2.23']
45+
'numba']
4746

4847
[tool.setuptools]
4948
package-dir = {"" = "src"}

0 commit comments

Comments
 (0)