eegdash 0.3.6.dev183416654__tar.gz → 0.3.7.dev105__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.6.dev183416654/eegdash.egg-info → eegdash-0.3.7.dev105}/PKG-INFO +1 -1
- eegdash-0.3.7.dev105/eegdash/__init__.py +11 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/api.py +445 -413
- eegdash-0.3.7.dev105/eegdash/bids_eeg_metadata.py +184 -0
- eegdash-0.3.6.dev183416654/eegdash/dataset.py → eegdash-0.3.7.dev105/eegdash/const.py +46 -93
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/data_utils.py +68 -28
- eegdash-0.3.7.dev105/eegdash/dataset/__init__.py +4 -0
- eegdash-0.3.7.dev105/eegdash/dataset/dataset.py +161 -0
- {eegdash-0.3.6.dev183416654/eegdash → eegdash-0.3.7.dev105/eegdash/dataset}/registry.py +3 -3
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/utils.py +1 -1
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105/eegdash.egg-info}/PKG-INFO +1 -1
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash.egg-info/SOURCES.txt +7 -6
- eegdash-0.3.7.dev105/tests/test_cache_folder_suffix.py +59 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_challenge_kwargs.py +1 -1
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_correctness.py +1 -1
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_dataset.py +36 -6
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_dataset_registration.py +3 -1
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_functional.py +1 -1
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_minirelease.py +1 -1
- eegdash-0.3.7.dev105/tests/test_offline_bids_matching.py +119 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_query.py +3 -2
- eegdash-0.3.6.dev183416654/eegdash/__init__.py +0 -10
- eegdash-0.3.6.dev183416654/eegdash/data_config.py +0 -34
- eegdash-0.3.6.dev183416654/eegdash/dataset_summary.csv +0 -256
- eegdash-0.3.6.dev183416654/eegdash/preprocessing.py +0 -63
- eegdash-0.3.6.dev183416654/tests/test_database.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/LICENSE +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/MANIFEST.in +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/README.md +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/Makefile +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/conf.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/dataset_summary.rst +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/index.rst +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/install/install.rst +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/install/install_pip.rst +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/install/install_source.rst +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/docs/source/overview.rst +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/__init__.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/datasets.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/decorators.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/extractors.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/__init__.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/complexity.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/connectivity.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/csp.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/dimensionality.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/signal.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/spectral.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/feature_bank/utils.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/inspect.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/serialization.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/features/utils.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash/mongodb.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash.egg-info/dependency_links.txt +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash.egg-info/requires.txt +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/eegdash.egg-info/top_level.txt +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/pyproject.toml +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/setup.cfg +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_api.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_eegdash.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_init.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_mongo_connection.py +0 -0
- {eegdash-0.3.6.dev183416654 → eegdash-0.3.7.dev105}/tests/test_offline.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: eegdash
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7.dev105
|
|
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
6
|
License-Expression: GPL-3.0-only
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
from .api import EEGDash, EEGDashDataset
|
|
2
|
+
from .dataset import EEGChallengeDataset
|
|
3
|
+
from .hbn import preprocessing
|
|
4
|
+
from .utils import _init_mongo_client
|
|
5
|
+
|
|
6
|
+
_init_mongo_client()
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
__all__ = ["EEGDash", "EEGDashDataset", "EEGChallengeDataset", "preprocessing"]
|
|
10
|
+
|
|
11
|
+
__version__ = "0.3.7.dev105"
|