-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MNT changing the version * MNT changing the version * MNT changing the version in the citation * MNT removing the changelog * MNT changing the whats_new file * MNT updating citation * Fix including version notation * Including none into whats_new.rst * Increase version * Increase version * Adding kobler * Updating the whats_new file * Update moabb/datasets/alphawaves.py * Update CITATION.cff * fix: change to 1.0.1 * fix: add versionadded in doc string * fix: revert to 1.1.0 * Update README.md Co-authored-by: PierreGtch <[email protected]> --------- Co-authored-by: Sylvain Chevallier <[email protected]> Co-authored-by: PierreGtch <[email protected]>
- Loading branch information
1 parent
2d82da0
commit 07d3830
Showing
14 changed files
with
102 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# flake8: noqa | ||
__version__ = "1.0.0" | ||
__version__ = "1.1.0" | ||
|
||
from .benchmark import benchmark | ||
from .utils import make_process_pipelines, set_download_dir, set_log_level, setup_seed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ class Rodrigues2017(BaseDataset): | |
Notes | ||
----- | ||
.. versionadded:: 1.0.1 | ||
.. versionadded:: 1.1.0 | ||
""" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "moabb" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
description = "Mother of All BCI Benchmarks" | ||
authors = ["Alexandre Barachant", "Vinay Jayaram"] | ||
maintainers = ["Sylvain Chevallier <[email protected]>"] | ||
|