Skip to content

Commit 480ff5d

Browse files
authored
Merge pull request #260 from pennmem/v_0_10_4
version 0.10.4
2 parents c20d040 + 3fcc7fd commit 480ff5d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- conda install --use-local $PKG_NAME
4141

4242
script:
43-
- flake8 --ignore W504,W503,E203 --max-line-length 100
43+
- flake8 --ignore W504,W503,E203,E231 --max-line-length 100
4444
- invoke test
4545

4646
after_success:

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Changes
22
=======
3+
Version 0.10.4
4+
-------------
5+
**2023-8-1**
6+
7+
* Python 3.11, non-fatal warning for negative eeg offsets, re-enable loading eeg in mne format
8+
39
Version 0.10.3
410
-------------
511
**2023-5-17**
12+
613
* Added functionality for loading scalp subject info (which is copied to rhino from Django each night)
714

815
Version 0.10.2

0 commit comments

Comments
 (0)