eegdash 0.3.3.dev65__tar.gz → 0.3.3.dev67__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of eegdash might be problematic. Click here for more details.
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/PKG-INFO +2 -26
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/__init__.py +1 -1
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/data_utils.py +12 -1
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash.egg-info/PKG-INFO +2 -26
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/pyproject.toml +1 -2
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/LICENSE +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/README.md +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/api.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/data_config.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/dataset.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/__init__.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/datasets.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/decorators.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/extractors.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/__init__.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/complexity.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/connectivity.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/csp.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/dimensionality.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/signal.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/spectral.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/feature_bank/utils.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/inspect.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/serialization.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/features/utils.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/mongodb.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/preprocessing.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/registry.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash/utils.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash.egg-info/SOURCES.txt +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash.egg-info/dependency_links.txt +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash.egg-info/requires.txt +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/eegdash.egg-info/top_level.txt +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/setup.cfg +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_correctness.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_dataset.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_dataset_registration.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_eegdash.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_functional.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_init.py +0 -0
- {eegdash-0.3.3.dev65 → eegdash-0.3.3.dev67}/tests/test_mongo_connection.py +0 -0
|
@@ -1,35 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eegdash
|
|
3
|
-
Version: 0.3.3.
|
|
3
|
+
Version: 0.3.3.dev67
|
|
4
4
|
Summary: EEG data for machine learning
|
|
5
5
|
Author-email: Young Truong <dt.young112@gmail.com>, Arnaud Delorme <adelorme@gmail.com>, Aviv Dotan <avivd220@gmail.com>, Oren Shriki <oren70@gmail.com>, Bruno Aristimunha <b.aristimunha@gmail.com>
|
|
6
|
-
License:
|
|
7
|
-
|
|
8
|
-
Copyright (C) 2024-2025
|
|
9
|
-
|
|
10
|
-
Young Truong, UCSD, dt.young112@gmail.com
|
|
11
|
-
Arnaud Delorme, UCSD, adelorme@ucsd.edu
|
|
12
|
-
Aviv Dotan, BGU, avivdot@bgu.post.ac.il
|
|
13
|
-
Oren Shriki, BGU, shrikio@bgu.ac.il
|
|
14
|
-
Bruno Aristimunha, b.aristimunha@gmail.com
|
|
15
|
-
|
|
16
|
-
This program is free software; you can redistribute it and/or modify
|
|
17
|
-
it under the terms of the GNU General Public License as published by
|
|
18
|
-
the Free Software Foundation; either version 2 of the License, or
|
|
19
|
-
(at your option) any later version.
|
|
20
|
-
|
|
21
|
-
This program is distributed in the hope that it will be useful,
|
|
22
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
23
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
24
|
-
GNU General Public License for more details.
|
|
25
|
-
|
|
26
|
-
You should have received a copy of the GNU General Public License
|
|
27
|
-
along with this program; if not, write to the Free Software
|
|
28
|
-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1.07 USA
|
|
29
|
-
|
|
6
|
+
License-Expression: GPL-3.0-only
|
|
30
7
|
Project-URL: Homepage, https://github.com/sccn/EEG-Dash-Data
|
|
31
8
|
Project-URL: Issues, https://github.com/sccn/EEG-Dash-Data/issues
|
|
32
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
33
9
|
Classifier: Operating System :: OS Independent
|
|
34
10
|
Classifier: Intended Audience :: Science/Research
|
|
35
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -2,10 +2,12 @@ import json
|
|
|
2
2
|
import logging
|
|
3
3
|
import os
|
|
4
4
|
import re
|
|
5
|
+
import warnings
|
|
5
6
|
from pathlib import Path
|
|
6
7
|
from typing import Any
|
|
7
8
|
|
|
8
9
|
import mne
|
|
10
|
+
import mne_bids
|
|
9
11
|
import numpy as np
|
|
10
12
|
import pandas as pd
|
|
11
13
|
import s3fs
|
|
@@ -174,7 +176,16 @@ class EEGDashBaseDataset(BaseDataset):
|
|
|
174
176
|
self._download_dependencies()
|
|
175
177
|
self._download_s3()
|
|
176
178
|
if self._raw is None:
|
|
177
|
-
|
|
179
|
+
# capturing any warnings
|
|
180
|
+
# to-do: remove this once is fixed on the mne-bids side.
|
|
181
|
+
with warnings.catch_warnings(record=True) as w:
|
|
182
|
+
self._raw = mne_bids.read_raw_bids(
|
|
183
|
+
bids_path=self.bidspath, verbose="ERROR"
|
|
184
|
+
)
|
|
185
|
+
for warning in w:
|
|
186
|
+
logger.warning(
|
|
187
|
+
f"Warning while reading BIDS file: {warning.message}"
|
|
188
|
+
)
|
|
178
189
|
|
|
179
190
|
# === BaseDataset and PyTorch Dataset interface ===
|
|
180
191
|
|
|
@@ -1,35 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eegdash
|
|
3
|
-
Version: 0.3.3.
|
|
3
|
+
Version: 0.3.3.dev67
|
|
4
4
|
Summary: EEG data for machine learning
|
|
5
5
|
Author-email: Young Truong <dt.young112@gmail.com>, Arnaud Delorme <adelorme@gmail.com>, Aviv Dotan <avivd220@gmail.com>, Oren Shriki <oren70@gmail.com>, Bruno Aristimunha <b.aristimunha@gmail.com>
|
|
6
|
-
License:
|
|
7
|
-
|
|
8
|
-
Copyright (C) 2024-2025
|
|
9
|
-
|
|
10
|
-
Young Truong, UCSD, dt.young112@gmail.com
|
|
11
|
-
Arnaud Delorme, UCSD, adelorme@ucsd.edu
|
|
12
|
-
Aviv Dotan, BGU, avivdot@bgu.post.ac.il
|
|
13
|
-
Oren Shriki, BGU, shrikio@bgu.ac.il
|
|
14
|
-
Bruno Aristimunha, b.aristimunha@gmail.com
|
|
15
|
-
|
|
16
|
-
This program is free software; you can redistribute it and/or modify
|
|
17
|
-
it under the terms of the GNU General Public License as published by
|
|
18
|
-
the Free Software Foundation; either version 2 of the License, or
|
|
19
|
-
(at your option) any later version.
|
|
20
|
-
|
|
21
|
-
This program is distributed in the hope that it will be useful,
|
|
22
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
23
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
24
|
-
GNU General Public License for more details.
|
|
25
|
-
|
|
26
|
-
You should have received a copy of the GNU General Public License
|
|
27
|
-
along with this program; if not, write to the Free Software
|
|
28
|
-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1.07 USA
|
|
29
|
-
|
|
6
|
+
License-Expression: GPL-3.0-only
|
|
30
7
|
Project-URL: Homepage, https://github.com/sccn/EEG-Dash-Data
|
|
31
8
|
Project-URL: Issues, https://github.com/sccn/EEG-Dash-Data/issues
|
|
32
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
33
9
|
Classifier: Operating System :: OS Independent
|
|
34
10
|
Classifier: Intended Audience :: Science/Research
|
|
35
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -14,11 +14,10 @@ authors = [
|
|
|
14
14
|
]
|
|
15
15
|
description = "EEG data for machine learning"
|
|
16
16
|
readme = "README.md"
|
|
17
|
-
license =
|
|
17
|
+
license = "GPL-3.0-only"
|
|
18
18
|
requires-python = ">=3.10"
|
|
19
19
|
|
|
20
20
|
classifiers = [
|
|
21
|
-
"License :: OSI Approved :: MIT License",
|
|
22
21
|
"Operating System :: OS Independent",
|
|
23
22
|
"Intended Audience :: Science/Research",
|
|
24
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|