eegdash 0.3.7.dev177024734__tar.gz → 0.3.7.dev183881899__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.

Files changed (58) hide show
  1. {eegdash-0.3.7.dev177024734/eegdash.egg-info → eegdash-0.3.7.dev183881899}/PKG-INFO +1 -1
  2. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/__init__.py +1 -1
  3. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/api.py +3 -3
  4. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899/eegdash.egg-info}/PKG-INFO +1 -1
  5. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/LICENSE +0 -0
  6. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/MANIFEST.in +0 -0
  7. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/README.md +0 -0
  8. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/Makefile +0 -0
  9. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/conf.py +0 -0
  10. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/dataset_summary.rst +0 -0
  11. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/index.rst +0 -0
  12. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/install/install.rst +0 -0
  13. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/install/install_pip.rst +0 -0
  14. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/install/install_source.rst +0 -0
  15. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/docs/source/overview.rst +0 -0
  16. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/const.py +0 -0
  17. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/data_config.py +0 -0
  18. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/data_utils.py +0 -0
  19. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/dataset.py +0 -0
  20. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/dataset_summary.csv +0 -0
  21. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/__init__.py +0 -0
  22. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/datasets.py +0 -0
  23. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/decorators.py +0 -0
  24. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/extractors.py +0 -0
  25. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/__init__.py +0 -0
  26. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/complexity.py +0 -0
  27. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/connectivity.py +0 -0
  28. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/csp.py +0 -0
  29. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/dimensionality.py +0 -0
  30. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/signal.py +0 -0
  31. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/spectral.py +0 -0
  32. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/feature_bank/utils.py +0 -0
  33. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/inspect.py +0 -0
  34. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/serialization.py +0 -0
  35. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/features/utils.py +0 -0
  36. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/mongodb.py +0 -0
  37. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/preprocessing.py +0 -0
  38. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/registry.py +0 -0
  39. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash/utils.py +0 -0
  40. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash.egg-info/SOURCES.txt +0 -0
  41. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash.egg-info/dependency_links.txt +0 -0
  42. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash.egg-info/requires.txt +0 -0
  43. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/eegdash.egg-info/top_level.txt +0 -0
  44. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/pyproject.toml +0 -0
  45. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/setup.cfg +0 -0
  46. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_api.py +0 -0
  47. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_challenge_kwargs.py +0 -0
  48. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_correctness.py +0 -0
  49. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_database.py +0 -0
  50. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_dataset.py +0 -0
  51. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_dataset_registration.py +0 -0
  52. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_eegdash.py +0 -0
  53. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_functional.py +0 -0
  54. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_init.py +0 -0
  55. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_minirelease.py +0 -0
  56. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_mongo_connection.py +0 -0
  57. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_offline.py +0 -0
  58. {eegdash-0.3.7.dev177024734 → eegdash-0.3.7.dev183881899}/tests/test_query.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eegdash
3
- Version: 0.3.7.dev177024734
3
+ Version: 0.3.7.dev183881899
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
@@ -7,4 +7,4 @@ __init__mongo_client()
7
7
 
8
8
  __all__ = ["EEGDash", "EEGDashDataset", "EEGChallengeDataset"]
9
9
 
10
- __version__ = "0.3.7.dev177024734"
10
+ __version__ = "0.3.7.dev183881899"
@@ -788,10 +788,10 @@ class EEGDashDataset(BaseConcatDataset):
788
788
  warn(
789
789
  "If you are not participating in the competition, you can ignore this warning!"
790
790
  "\n\n"
791
- "[EEGChallengeDataset] EEG 2025 Competition Data Notice:\n"
792
- "-------------------------------------------------------\n"
791
+ "EEG 2025 Competition Data Notice:\n"
792
+ "---------------------------------\n"
793
793
  " You are loading the dataset that is used in the EEG 2025 Competition:\n"
794
- "IMPORTANT: The data accessed via `EEGDashDataset` is NOT identical to what you get from `EEGChallengeDataset` directly.\n"
794
+ "IMPORTANT: The data accessed via `EEGDashDataset` is NOT identical to what you get from `EEGChallengeDataset` object directly.\n"
795
795
  "and it is not what you will use for the competition. Downsampling and filtering were applied to the data"
796
796
  "to allow more people to participate.\n"
797
797
  "\n",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eegdash
3
- Version: 0.3.7.dev177024734
3
+ Version: 0.3.7.dev183881899
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