Skip to content

Commit f6202a1

Browse files
authored
Rc 4.5.0 (#446)
* 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 * fix pypi rendering
1 parent 6bcfd48 commit f6202a1

3 files changed

Lines changed: 16 additions & 11 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
------------------

README.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.. image:: https://raw.githubusercontent.com/Mentalab-hub/explorepy/master/docs/logo.jpg
2-
:scale: 100 %
3-
:align: left
4-
2+
:alt: Explorepy
3+
:target: https://github.com/Mentalab-hub/explorepy
54

65
.. start-badges
76
@@ -39,10 +38,10 @@
3938
4039
4140
=========================
42-
``explorepy`` overview
41+
ExplorePy overview
4342
=========================
4443

45-
``explorepy`` is an open-source Python API designed to collect and process ExG data using Mentalab's Explore device. Amongst other things, ``explorepy`` provides the following features:
44+
ExplorePy is an open-source Python API designed to collect and process ExG data using Mentalab's Explore device. Amongst other things, ExplorePy provides the following features:
4645

4746
* Real-time streaming of ExG, orientation and environmental data.
4847
* Data recording in CSV and BDF+ formats.
@@ -61,7 +60,7 @@ Requirements
6160

6261
Detailed installation instructions can be found on the `installation page <https://explorepy.readthedocs.io/en/latest/installation.html>`_.
6362

64-
To install ``explorepy`` from PyPI run:
63+
To install ExplorePy from PyPI run:
6564
::
6665

6766
pip install explorepy
@@ -78,12 +77,14 @@ Get started
7877

7978
CLI command
8079
-----------
81-
To check ``explorepy`` is running use:
80+
To check ExplorePy is running use:
8281
::
82+
8383
explorepy acquire -n Explore_XXXX
8484

8585
For help, use:
8686
::
87+
8788
explorepy -h
8889

8990

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = 'setuptools.build_meta'
66
name = 'explorepy'
77
version = "4.5.0"
88
license = { text = "MIT" }
9-
readme = { file = "README.rst", content-type = "text/markdown" }
9+
readme = { file = "README.rst", content-type = "text/x-rst"}
1010
authors = [
1111
{ name = "MentaLab Hub", email = "support@mentab.org" },
1212
]
@@ -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)