Skip to content

Commit 55a0768

Browse files
committed
refactor updates
update version and changelog
1 parent 4ea05cf commit 55a0768

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changes
22
=======
3+
Version 0.12.0
4+
--------------
5+
**2024-7-10**
6+
7+
Refactoring EEG loading and re-referencing code.
8+
9+
* Improved handling of missing channels. Ensure montage channels exist in the EEG recording
10+
to avoid errors.
11+
* Improved handling of duplicate channels.
12+
313
Version 0.11.3
414
--------------
515
**2024-7-2**

cmlreaders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .readers import * # noqa
1111
from .cmlreader import CMLReader # noqa
1212

13-
__version__ = "0.11.3"
13+
__version__ = "0.12.0"
1414
version_info = namedtuple("VersionInfo", "major,minor,patch")(
1515
*__version__.split('.'))

0 commit comments

Comments
 (0)