You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -153,8 +153,8 @@ If you use MOABB in your experiments, please cite MOABB and the related publicat
153
153
<summary>Citation (APA + BibTeX)</summary>
154
154
155
155
<p><strong>APA</strong></p>
156
-
<pre><code>Aristimunha, B., Carrara, I., Guetschel, P., Sedlar, S., Rodrigues, P., Sosulski, J., Narayanan, D., Bjareholt, E., Barthelemy, Q., Schirrmeister, R. T., Kobler, R., Kalunga, E., Darmet, L., Gregoire, C., Abdul Hussain, A., Gatti, R., Goncharenko, V., Thielen, J., Moreau, T., Roy, Y., Jayaram, V., Barachant, A., & Chevallier, S. (2025).
157
-
Mother of all BCI Benchmarks (MOABB), 2025. DOI: 10.5281/zenodo.10034223.</code></pre>
156
+
<pre><code>Aristimunha, B., Carrara, I., Guetschel, P., Sedlar, S., Rodrigues, P., Sosulski, J., Narayanan, D., Bjareholt, E., Barthelemy, Q., Schirrmeister, R. T., Kobler, R., Kalunga, E., Darmet, L., Gregoire, C., Abdul Hussain, A., Gatti, R., Goncharenko, V., Andreev, A., Thielen, J., Moreau, T., Roy, Y., Jayaram, V., Barachant, A., & Chevallier, S. (2025).
157
+
Mother of all BCI Benchmarks (MOABB) (Version 1.4.3). Zenodo. https://doi.org/10.5281/zenodo.10034223</code></pre>
158
158
159
159
<p><strong>BibTeX</strong></p>
160
160
<pre><code>@software{Aristimunha_Mother_of_all,
@@ -175,6 +175,7 @@ Mother of all BCI Benchmarks (MOABB), 2025. DOI: 10.5281/zenodo.10034223.</code>
175
175
Abdul Hussain, Ali and
176
176
Gatti, Ramiro and
177
177
Goncharenko, Vladislav and
178
+
Andreev, Anton and
178
179
Thielen, Jordy and
179
180
Moreau, Thomas and
180
181
Roy, Yannick and
@@ -184,7 +185,7 @@ Mother of all BCI Benchmarks (MOABB), 2025. DOI: 10.5281/zenodo.10034223.</code>
Copy file name to clipboardExpand all lines: docs/source/cite.rst
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ Citing MOABB and related publications
4
4
If you use MOABB in your experiments, please cite this library when
5
5
publishing a paper to increase the visibility of open science initiatives:
6
6
7
-
- Aristimunha, B., Carrara, I., Guetschel, P., Sedlar, S., Rodrigues, P., Sosulski, J., Narayanan, D., Bjareholt, E., Barthelemy, Q., Schirrmeister, R. T., Kobler, R., Kalunga, E., Darmet, L., Gregoire, C., Abdul Hussain, A., Gatti, R., Goncharenko, V., Thielen, J., Moreau, T., Roy, Y., Jayaram, V., Barachant, A., & Chevallier, S. (2025). Mother of all BCI Benchmarks (v1.2.0). Zenodo. `10.5281/zenodo.10034223 <https://www.doi.org/10.5281/zenodo.10034223>`__
7
+
- Aristimunha, B., Carrara, I., Guetschel, P., Sedlar, S., Rodrigues, P., Sosulski, J., Narayanan, D., Bjareholt, E., Barthelemy, Q., Schirrmeister, R. T., Kobler, R., Kalunga, E., Darmet, L., Gregoire, C., Abdul Hussain, A., Gatti, R., Goncharenko, V., Andreev, A., Thielen, J., Moreau, T., Roy, Y., Jayaram, V., Barachant, A., & Chevallier, S. (2025). Mother of all BCI Benchmarks (Version 1.4.3). Zenodo. `10.5281/zenodo.10034223 <https://doi.org/10.5281/zenodo.10034223>`__
8
8
9
9
and here is the Bibtex version:
10
10
11
11
.. code-block:: bibtex
12
12
13
-
@software{Aristimunha_Mother_of_all_2023,
13
+
@software{Aristimunha_Mother_of_all,
14
14
author = {Aristimunha, Bruno and
15
15
Carrara, Igor and
16
16
Guetschel, Pierre and
@@ -25,19 +25,20 @@ and here is the Bibtex version:
Copy file name to clipboardExpand all lines: docs/source/whats_new.rst
+35-23Lines changed: 35 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,42 +17,53 @@ What's new
17
17
Version 1.5 (Source - GitHub)
18
18
-------------------------------
19
19
20
-
🚀 Enhancements
21
-
^^^^^^^^^^^^^^^
20
+
Enhancements
21
+
~~~~~~~~~~~~
22
+
- None yet.
22
23
23
-
🧐 API and behavior changes
24
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
+
API changes
25
+
~~~~~~~~~~~
26
+
- None yet.
25
27
26
-
🛠 Requirements
27
-
^^^^^^^^^^^^^^^
28
+
Requirements
29
+
~~~~~~~~~~~~
30
+
- None yet.
28
31
29
-
🪲 Bug fixes
30
-
^^^^^^^^^^^^
32
+
Bugs
33
+
~~~~
34
+
- None yet.
31
35
32
-
⚕️ Code health
33
-
^^^^^^^^^^^^^^
36
+
Code health
37
+
~~~~~~~~~~~
38
+
- None yet.
34
39
35
40
36
41
37
42
Version 1.4.3 (Stable - PyPi)
38
43
-------------------------------
39
44
40
-
🚀 Enhancements
41
-
^^^^^^^^^^^^^^^
45
+
Enhancements
46
+
~~~~~~~~~~~~
47
+
- Add “Open in Colab” buttons for gallery examples (:gh:`853` by `Bruno Aristimunha`_)
48
+
- Refresh docs homepage design and citation visibility (:gh:`853` by `Bruno Aristimunha`_)
49
+
- Add :class:`moabb.datasets.preprocessing.FixedPipeline` and :func:`moabb.datasets.preprocessing.make_fixed_pipeline` to avoid scikit-learn unfitted pipeline warnings (:gh:`850` by `Bruno Aristimunha`_)
42
50
43
-
🧐 API and behavior changes
44
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
+
API changes
52
+
~~~~~~~~~~~
53
+
- None.
45
54
46
-
🛠 Requirements
47
-
^^^^^^^^^^^^^^^
55
+
Requirements
56
+
~~~~~~~~~~~~
57
+
- Improve compatibility with Python 3.14 (:gh:`848` by `Bruno Aristimunha`_)
48
58
49
-
🪲 Bug fixes
50
-
^^^^^^^^^^^^
59
+
Bugs
60
+
~~~~
51
61
- Fixing warnings from the latest scikit-learn version within the Preprocessing logic (:gh:`850` by `Bruno Aristimunha`_)
52
-
- Fixing compatibility with Scikit-learn 1.8 (:gh:`853` by `Bruno Aristimunha`_)
62
+
- Fixing compatibility with Scikit-learn 1.8 (:gh:`852` by `Bruno Aristimunha`_)
53
63
54
-
⚕️ Code health
55
-
^^^^^^^^^^^^^^
64
+
Code health
65
+
~~~~~~~~~~~
66
+
- Generate notebooks in docs CI for Colab integration (:gh:`853` by `Bruno Aristimunha`_)
56
67
57
68
58
69
Version 1.4.2
@@ -64,13 +75,14 @@ Enhancements
64
75
- Improve compute_pvals_perm function (:gh:`818` by `Quentin Barthelemy`_)
65
76
66
77
Bugs
78
+
~~~~
67
79
- Fixes the management of include/exclude datasets in :func:`moabb.benchmark`, adds additional verifications (:gh:`834` by `Anton Andreev`_)
68
80
- Fixing pagination issue with figshare (:gh:`839` by `Bruno Aristimunha`_)
69
81
- Fixes :class:`moabb.datasets.preprocessing.SetRawAnnotations` in case no STIM channel is present (:gh:`838` by `Pierre Guetschel`_ and `Simon Kojima`_)
70
82
71
-
~~~~
72
83
API changes
73
84
~~~~~~~~~~~
85
+
- None.
74
86
75
87
76
88
@@ -90,8 +102,8 @@ Bugs
90
102
- Fix the :class:`moabb.datasets.Dreyer2023` (:gh:`828` by `Simon Kojima`_)
0 commit comments