eegdash 0.4.0.dev173498563__py3-none-any.whl → 0.4.1.dev185__py3-none-any.whl

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/__init__.py CHANGED
@@ -9,8 +9,8 @@ EEG datasets. It integrates with cloud storage, MongoDB databases, and machine l
9
9
  frameworks to streamline EEG research workflows.
10
10
  """
11
11
 
12
- from .api import EEGDash, EEGDashDataset
13
- from .dataset import EEGChallengeDataset
12
+ from .api import EEGDash
13
+ from .dataset import EEGChallengeDataset, EEGDashDataset
14
14
  from .hbn import preprocessing
15
15
  from .utils import _init_mongo_client
16
16
 
@@ -18,4 +18,4 @@ _init_mongo_client()
18
18
 
19
19
  __all__ = ["EEGDash", "EEGDashDataset", "EEGChallengeDataset", "preprocessing"]
20
20
 
21
- __version__ = "0.4.0.dev173498563"
21
+ __version__ = "0.4.1.dev185"